2024-03-27 11:34 ftp://ftp.de.debian.org/debian/pool/main/i/ibutils/ibutils_1.5.7+0.2.gbd7e502.orig.tar.gz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=valueFlowBailoutIncompleteVar -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-0.deb11.6-amd64-x86_64-with-glibc2.31 python: 3.9.2 client-version: 1.3.45 compiler: g++ (Debian 10.2.1-6) 10.2.1 20210110 cppcheck: head 2.13.0 head-info: 99853e4 (2024-03-27 05:16:23 +0100) count: 17135 17056 elapsed-time: 116.8 104.1 head-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 79.6469s (avg. 79.6469s - 1 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 52.3608s (avg. 17.4536s - 3 result(s)) UnusedVar::runChecks: 15.6665s (avg. 15.6665s - 1 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 9.68756s (avg. 3.22919s - 3 result(s)) valueFlowSymbolic(tokenlist, symboldatabase, errorLogger, settings): 5.5867s (avg. 5.5867s - 1 result(s)) Overall time: 109.958s old-timing-info: Tokenizer::simplifyTokens1::ValueFlow: 72.8677s (avg. 72.8677s - 1 result(s)) valueFlowCondition(SimpleConditionHandler{}, tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 56.0214s (avg. 18.6738s - 3 result(s)) UnusedVar::runChecks: 13.9078s (avg. 13.9078s - 1 result(s)) valueFlowAfterAssign(tokenlist, symboldatabase, errorLogger, settings, skippedFunctions): 7.41127s (avg. 2.47042s - 3 result(s)) Tokenizer::simplifyTokens1::simplifyTokenList1: 3.77168s (avg. 3.77168s - 1 result(s)) Overall time: 97.1136s head results: ibutils-1.5.7/ibdm/ibdm/Fabric.h:221:13: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibdm/ibdm/Fabric.h:469:5: warning:inconclusive: Member variable 'IBSystem::guid' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/Fabric.h:469:5: warning:inconclusive: Member variable 'IBSystem::p_fabric' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/Fabric.h:256:16: style:inconclusive: Technically the member function 'VChannel::getDependSize' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.h:260:18: style:inconclusive: Technically the member function 'VChannel::getFlag' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.h:313:21: style:inconclusive: Technically the member function 'IBPort::guid_get' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.h:421:21: style:inconclusive: Technically the member function 'IBNode::guid_get' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.h:509:21: style:inconclusive: Technically the member function 'IBSystem::guid_get' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.h:640:20: style:inconclusive: Technically the member function 'IBFabric::getNumSLs' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.h:650:20: style:inconclusive: Technically the member function 'IBFabric::getNumVLs' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:525:23: style: Condition 'CrdLoopPrepare(p_fabric)' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:525:23: note: Calling function 'CrdLoopPrepare' returns 0 ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:525:23: note: Condition 'CrdLoopPrepare(p_fabric)' is always false ibutils-1.5.7/ibdm/ibdm/Fabric.h:221:5: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:163:9: style: The scope of the variable 'outPortNum' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:163:25: style: The scope of the variable 'inputPortNum' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:176:13: style: Local variable 'outPortNum' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:163:9: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:176:13: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:476:21: style: Local variable 'p_Port' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:465:17: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:476:21: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:505:21: style: Local variable 'p_Port' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:494:17: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:505:21: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:505:21: style: Variable 'p_Port' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:163:20: style: Variable 'outPortNum' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:163:38: style: Variable 'inputPortNum' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:349:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/CredLoops.cpp:375:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/RouteSys.h:60:3: warning: Member variable 'inputData::src' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/RouteSys.h:60:3: warning: Member variable 'inputData::dst' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/RouteSys.h:60:3: warning: Member variable 'inputData::inputNum' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/RouteSys.h:60:3: warning: Member variable 'inputData::outNum' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:50:9: warning: Member variable 'vertex::inLayers' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/Bipartite.h:180:13: style:inconclusive: Technically the member function 'Bipartite::getReqDat' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:428:22: note: Technically the member function 'Bipartite::getReqDat' can be const. ibutils-1.5.7/ibdm/ibdm/Bipartite.h:180:13: note: Technically the member function 'Bipartite::getReqDat' can be const. ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:52:3: warning: Class 'vertex' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:52:3: warning: Class 'vertex' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:358:3: warning: Class 'Bipartite' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:358:3: warning: Class 'Bipartite' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:39:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:40:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:90:9: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:95:9: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:159:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:163:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:188:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:228:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:257:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:260:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:293:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:310:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:311:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:321:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:339:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:383:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:545:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:546:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:548:8: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:646:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:647:23: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:652:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:653:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:662:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:541:7: style: Redundant initialization for 'it2'. The initialized value is overwritten before it is read. [redundantInitialization] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:480:29: note: it2 is initialized ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:541:7: note: it2 is overwritten ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:482:27: style: Local variable 'it' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/Bipartite.h:162:10: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:482:27: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:574:27: style: Local variable 'it' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/Bipartite.h:162:10: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:574:27: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:440:56: performance: Function parameter 'reqDat' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:39:11: style: Variable 'ver1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:40:11: style: Variable 'ver2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:253:11: style: Variable 'prtn' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:310:15: style: Variable 'v1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:311:15: style: Variable 'v2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:546:15: style: Variable 'v2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:652:15: style: Variable 'v1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:653:15: style: Variable 'v2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:433:20: warning: Either the condition 'it==List.end()' is redundant or there is possible dereference of an invalid iterator: it. [derefInvalidIteratorRedundantCheck] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:430:10: note: Assuming that condition 'it==List.end()' is not redundant ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:433:20: note: Dereference of an invalid iterator ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:418:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:510:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:526:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:560:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Bipartite.cc:581:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:107:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:169:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:200:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:232:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:243:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:359:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:441:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:466:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:490:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Congestion.cpp:499:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/RouteSys.h:76:7: performance:inconclusive: Technically the member function 'RouteSys::myPow' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibdm/ibdm/RouteSys.cc:39:15: note: Technically the member function 'RouteSys::myPow' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibdm/ibdm/RouteSys.h:76:7: note: Technically the member function 'RouteSys::myPow' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibdm/ibdm/RouteSys.cc:55:3: warning: Class 'RouteSys' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] ibutils-1.5.7/ibdm/ibdm/RouteSys.cc:55:3: warning: Class 'RouteSys' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] ibutils-1.5.7/ibdm/ibdm/RouteSys.cc:90:36: performance: Function parameter 'req' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:405:7: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:415:7: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:430:7: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:761:14: style: The scope of the variable 'outPortUsedVec' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:762:14: style: The scope of the variable 'outPortCoveredVec' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:845:15: style: The scope of the variable 'sLid' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:447:13: style: Local variable 'p_srcPort' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:442:11: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:447:13: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:453:15: style: Local variable 'p_dstPort' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:442:23: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:453:15: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:881:53: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:244:21: style: Parameter 'swInPinDLidTableMap' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:245:21: style: Parameter 'outPortCoveredMap' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:246:21: style: Parameter 'outPortUsedMap' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:505:18: style: Parameter 'nodesRank' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:534:39: style: Parameter 'switchOutPortMap' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:55:41: style: Parameter 'p_fabric' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:80:14: style: Variable 'tbl' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:109:11: style: Parameter 'p_dstPort' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:515:13: style: Variable 'p_node' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:580:14: style: Parameter 'swInPinDLidTable' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:651:16: style: Variable 'outPortUsedVec' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:704:20: style: Variable 'outPortUsedVec' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:708:20: style: Variable 'outPortCoveredVec' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:719:20: style: Variable 'swInPinDLidTable' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:943:18: style: Variable 'portUsed' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:944:18: style: Variable 'portCovered' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:949:17: style: Variable 'p_port' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:999:16: style: Variable 'outPortCovered' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:248:11: style: Unused variable: p_node [unusedVariable] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:442:11: style: Unused variable: p_srcPort [unusedVariable] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:442:23: style: Unused variable: p_dstPort [unusedVariable] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:444:7: style: Unused variable: hops [unusedVariable] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:750:11: style: Unused variable: p_remPort [unusedVariable] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:943:18: style: Variable 'portUsed' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:252:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:260:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:268:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:401:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:480:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:513:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:538:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:587:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:842:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:938:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/LinkCover.cpp:996:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1643:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1646:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1650:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1654:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1658:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1662:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1666:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1670:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1673:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1687:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1697:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1701:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1705:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1709:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1712:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1716:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1720:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1724:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1728:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1732:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1736:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1740:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1743:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1755:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1764:15: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1768:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1772:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1776:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1780:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1784:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1793:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:2164:34: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:2172:32: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:92:9: warning: Member variable 'IBPort::width' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:92:9: warning: Member variable 'IBPort::speed' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibdm/ibdm/SysDef.h:65:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:65:15: performance: Variable 'remInstName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:65:37: performance: Variable 'remPortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:85:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:85:27: performance: Variable 'master' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:89:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:89:27: performance: Variable 'master' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:117:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:117:15: performance: Variable 'instName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:117:29: performance: Variable 'instPortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/SysDef.h:134:24: performance: Variable 'fileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:236:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:243:5: performance: Variable 'attributes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:570:5: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibdm/ibdm/Fabric.h:399:9: style:inconclusive: Technically the member function 'IBNode::getLFTPortForLid' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:443:9: note: Technically the member function 'IBNode::getLFTPortForLid' can be const. ibutils-1.5.7/ibdm/ibdm/Fabric.h:399:9: note: Technically the member function 'IBNode::getLFTPortForLid' can be const. ibutils-1.5.7/ibdm/ibdm/Fabric.h:408:13: style:inconclusive: Technically the member function 'IBNode::getPSLForLid' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:464:9: note: Technically the member function 'IBNode::getPSLForLid' can be const. ibutils-1.5.7/ibdm/ibdm/Fabric.h:408:13: note: Technically the member function 'IBNode::getPSLForLid' can be const. ibutils-1.5.7/ibdm/ibdm/Fabric.h:411:13: style:inconclusive: Technically the member function 'IBNode::getSLVL' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:494:9: note: Technically the member function 'IBNode::getSLVL' can be const. ibutils-1.5.7/ibdm/ibdm/Fabric.h:411:13: note: Technically the member function 'IBNode::getSLVL' can be const. ibutils-1.5.7/ibdm/ibdm/Fabric.h:417:14: style:inconclusive: Technically the member function 'IBNode::getMFTPortsForMLid' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:539:9: note: Technically the member function 'IBNode::getMFTPortsForMLid' can be const. ibutils-1.5.7/ibdm/ibdm/Fabric.h:417:14: note: Technically the member function 'IBNode::getMFTPortsForMLid' can be const. ibutils-1.5.7/ibdm/ibdm/Fabric.h:502:10: performance:inconclusive: Technically the member function 'IBSystem::cfg2Vector' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:786:11: note: Technically the member function 'IBSystem::cfg2Vector' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibdm/ibdm/Fabric.h:502:10: note: Technically the member function 'IBSystem::cfg2Vector' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibdm/ibdm/SysDef.h:103:17: style:inconclusive: Technically the member function 'IBSysInst::getName' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/SysDef.h:156:10: style:inconclusive: Technically the member function 'IBSysDef::getName' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Regexp.h:102:14: style:inconclusive: Technically the member function 'rexMatch::numFields' can be const. [functionConst] ibutils-1.5.7/ibdm/ibdm/Regexp.h:61:3: warning: Class 'rexMatch' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] ibutils-1.5.7/ibdm/ibdm/Regexp.h:61:3: warning: Class 'rexMatch' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] ibutils-1.5.7/ibdm/ibdm/Regexp.h:118:3: warning: Class 'regExp' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] ibutils-1.5.7/ibdm/ibdm/Regexp.h:118:3: warning: Class 'regExp' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] ibutils-1.5.7/ibdm/ibdm/SysDef.h:134:3: style: Class 'IBSysDef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibdm/ibdm/Regexp.h:117:3: style: Class 'regExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1802:16: style: Condition 'addLink(type1,numPorts1,sysGuid1,nodeGuid1,portGuid1,vend1,devId1,rev1,desc1,hcaIdx1,lid1,portNum1,type2,numPorts2,sysGuid2,nodeGuid2,portGuid2,vend2,devId2,rev2,desc2,hcaIdx2,lid2,portNum2,width,speed)' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1802:16: note: Calling function 'addLink' returns 0 ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1802:16: note: Condition 'addLink(type1,numPorts1,sysGuid1,nodeGuid1,portGuid1,vend1,devId1,rev1,desc1,hcaIdx1,lid1,portNum1,type2,numPorts2,sysGuid2,nodeGuid2,portGuid2,vend2,devId2,rev2,desc2,hcaIdx2,lid2,portNum2,width,speed)' is always false ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:147:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:891:9: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1483:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1491:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1505:13: portability: %d in format string (no. 2) requires 'int' but the argument type is 'std::size_t {aka unsigned long}'. [invalidPrintfArgType_sint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1522:13: portability: %d in format string (no. 2) requires 'int' but the argument type is 'std::size_t {aka unsigned long}'. [invalidPrintfArgType_sint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1548:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1550:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1553:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1564:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1566:17: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1569:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:78:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1857:15: style: The scope of the variable 'p_rexRes' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:2035:15: style: The scope of the variable 'p_rexRes' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:2123:15: style: The scope of the variable 'p_rexRes' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1920:9: style: Local variable 'maxLid' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/Fabric.h:528:21: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1920:9: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/SysDef.h:64:24: performance: Function parameter 'n' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:84:20: performance: Function parameter 'n' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:84:30: performance: Function parameter 'm' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:88:20: performance: Function parameter 'n' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:88:30: performance: Function parameter 'm' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:116:23: performance: Function parameter 'n' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:116:33: performance: Function parameter 'i' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:116:43: performance: Function parameter 'p' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:134:19: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:137:58: performance: Function parameter 'attrStr' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/SysDef.h:176:31: performance: Function parameter 'sname' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:231:23: performance: Function parameter 'n' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:567:29: performance: Function parameter 'n' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:682:27: performance: Function parameter 'n' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:682:60: performance: Function parameter 't' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:829:30: performance: Function parameter 'boardName' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1060:26: performance: Function parameter 'cfg' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1127:42: performance: Function parameter 'type' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1127:55: performance: Function parameter 'cfg' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1178:27: performance: Function parameter 't1' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1178:38: performance: Function parameter 'n1' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1178:49: performance: Function parameter 'p1' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1179:20: performance: Function parameter 't2' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1179:31: performance: Function parameter 'n2' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1179:42: performance: Function parameter 'p2' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1240:30: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1302:32: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1467:26: performance: Function parameter 'type1' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1469:57: performance: Function parameter 'desc1' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1471:24: performance: Function parameter 'type2' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1473:57: performance: Function parameter 'desc2' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1813:35: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1848:31: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1917:31: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:2021:32: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:2112:33: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:315:25: style: Parameter 'p_port' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:393:25: style: Parameter 'p_port' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:888:17: style: Variable 'p_node' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:1314:15: style: Variable 'p_system' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Fabric.cpp:2164:23: style: Variable 'pPortChr' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Fabric.h:379:25: warning: Either the condition 'Ports.size()rank,p_remNode->rank,pn,digit)' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:594:27: note: Calling function 'trackConnection' returns 0 ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:594:27: note: Condition 'trackConnection(p_ftNode,tupple,p_node->rank,p_remNode->rank,pn,digit)' is always false ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:612:27: style: Condition 'trackConnection(p_ftNode,tupple,p_node->rank,p_remNode->rank,pn,digit)' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:612:27: note: Calling function 'trackConnection' returns 0 ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:612:27: note: Condition 'trackConnection(p_ftNode,tupple,p_node->rank,p_remNode->rank,pn,digit)' is always false ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1104:29: style: Condition 'assignLftDownWards(p_ftNode,lid,portNum,0,1)' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1104:29: note: Calling function 'assignLftDownWards' returns 0 ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1104:29: note: Condition 'assignLftDownWards(p_ftNode,lid,portNum,0,1)' is always false ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1307:18: style: Condition 'ftree.route()' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1307:18: note: Calling function 'route' returns 0 ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1307:18: note: Condition 'ftree.route()' is always false ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:499:16: style: The scope of the variable 'p_ftNode' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:795:11: style: The scope of the variable 'p_port' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1223:16: style: The scope of the variable 'level' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1283:13: style: The scope of the variable 'p_port' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1199:15: style: Checking if unsigned expression 'lid' is less than zero. [unsignedLessThanZero] ibutils-1.5.7/ibdm/ibdm/SysDef.cpp:445:18: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:105:34: style:inconclusive: Function 'FatTreeNode' argument 1 names different: declaration 'p_node' definition 'p_n'. [funcArgNamesDifferent] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:95:23: note: Function 'FatTreeNode' argument 1 names different: declaration 'p_node' definition 'p_n'. ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:105:34: note: Function 'FatTreeNode' argument 1 names different: declaration 'p_node' definition 'p_n'. ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:492:28: style:inconclusive: Function 'FatTree' argument 1 names different: declaration 'p_fabric' definition 'p_f'. [funcArgNamesDifferent] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:225:21: note: Function 'FatTree' argument 1 names different: declaration 'p_fabric' definition 'p_f'. ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:492:28: note: Function 'FatTree' argument 1 names different: declaration 'p_fabric' definition 'p_f'. ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:639:20: style: Local variable 'p_ftNode' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:499:16: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:639:20: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:640:15: style: Local variable 'p_node' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:497:11: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:640:15: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:644:12: style: Local variable 'p_port' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:498:11: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:644:12: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:742:15: style: Local variable 'p_port' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:691:11: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:742:15: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:840:15: style: Local variable 'p_port' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:795:11: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:840:15: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:884:15: style: Local variable 'p_port' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:795:11: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:884:15: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:885:15: style: Local variable 'p_remPort' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:874:13: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:885:15: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:977:11: style: Local variable 'lid' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:917:7: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:977:11: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1170:11: style: Local variable 'lid' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1052:7: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1170:11: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:315:42: performance: Function parameter 'refTupple' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:330:39: performance: Function parameter 'tupple' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:346:22: performance: Function parameter 'tupple' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1019:76: performance: Function parameter 'ports' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1049:39: performance: Function parameter 'src' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1049:59: performance: Function parameter 'dst' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:469:12: style: Variable 'p_port' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:745:15: style: Variable 'p_remPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:928:15: style: Variable 'p_node' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:980:12: style: Variable 'p_port' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1086:13: style: Variable 'p_node' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1129:13: style: Variable 'p_node' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/FatTree.cpp:1173:12: style: Variable 'p_port' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/Fabric.h:379:25: warning: Either the condition 'Ports.size()p_remotePort' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1035:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1370:57: warning: Either the condition 'p_dNode' is redundant or there is possible null pointer dereference: p_dNode. [nullPointerRedundantCheck] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1382:13: note: Assuming that condition 'p_dNode' is not redundant ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1370:57: note: Null pointer dereference ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1371:31: warning: Either the condition 'p_dNode' is redundant or there is possible null pointer dereference: p_dNode. [nullPointerRedundantCheck] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1382:13: note: Assuming that condition 'p_dNode' is not redundant ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1371:31: note: Null pointer dereference ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1374:26: warning: Either the condition 'p_dNode' is redundant or there is possible null pointer dereference: p_dNode. [nullPointerRedundantCheck] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1382:13: note: Assuming that condition 'p_dNode' is not redundant ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1374:26: note: Null pointer dereference ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1375:26: warning: Either the condition 'p_dNode' is redundant or there is possible null pointer dereference: p_dNode. [nullPointerRedundantCheck] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1382:13: note: Assuming that condition 'p_dNode' is not redundant ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1375:26: note: Null pointer dereference ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1376:26: warning: Either the condition 'p_dNode' is redundant or there is possible null pointer dereference: p_dNode. [nullPointerRedundantCheck] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1382:13: note: Assuming that condition 'p_dNode' is not redundant ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1376:26: note: Null pointer dereference ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1377:26: warning: Either the condition 'p_dNode' is redundant or there is possible null pointer dereference: p_dNode. [nullPointerRedundantCheck] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1382:13: note: Assuming that condition 'p_dNode' is not redundant ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1377:26: note: Null pointer dereference ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1390:42: warning: Either the condition 'p_dNode' is redundant or there is possible null pointer dereference: p_dNode. [nullPointerRedundantCheck] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1382:13: note: Assuming that condition 'p_dNode' is not redundant ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1390:42: note: Null pointer dereference ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:167:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:169:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:180:28: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:424:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:590:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:777:33: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:841:33: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:906:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:974:22: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1002:22: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1014:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1021:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1083:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1177:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1194:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1321:23: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1340:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1621:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1668:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1743:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1761:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1823:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1888:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1971:39: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:2027:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:2053:33: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:2075:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:2212:23: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:233:13: style: The scope of the variable 'p_sPort' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:234:13: style: The scope of the variable 'p_dPort' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:2208:1: style: Label 'Exit' is not used. [unusedLabel] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:386:33: style: Local variable 'p_dRemNode' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:327:26: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:386:33: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:387:33: style: Local variable 'p_sRemNode' shadows outer variable [shadowVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:327:13: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:387:33: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:720:17: style: Local variable 'p_node' shadows outer argument [shadowArgument] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:690:34: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:720:17: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:797:21: style: Local variable 'p_node' shadows outer argument [shadowArgument] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:690:34: note: Shadowed declaration ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:797:21: note: Shadow variable ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1609:24: style: Parameter 'matchingDiscHosts' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1731:20: style: Parameter 'matchingDiscHosts' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1806:24: style: Parameter 'oldMatchingSws' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:649:21: style: Variable 'p_port' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:776:33: style: Variable 'p_sNode' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:907:21: style: Variable 'p_actRemSPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:973:21: style: Variable 'p_actRemPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1001:21: style: Variable 'p_actRemPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1059:31: style: Parameter 'p_sNodeAnchor' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1410:21: style: Variable 'p_sPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1586:17: style: Variable 'p_node1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1624:21: style: Variable 'p_dPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1748:21: style: Variable 'p_sRemNode' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1759:21: style: Variable 'p_dRemNode' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1826:21: style: Variable 'p_dPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1971:29: style: Variable 'p_mNode' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1983:29: style: Variable 'p_sRemPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:678:20: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:627:12: warning: Uninitialized variable: succeedMatch [uninitvar] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:622:12: note: Assuming condition is false ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:627:12: note: Uninitialized variable: succeedMatch ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:472:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:477:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:482:16: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:671:20: style: Variable 'numMatched' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:678:20: style: Variable 'numMatched' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:907:35: style: Variable 'p_actRemSPort' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:2170:17: style: Variable 'nCAMiss' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:2176:23: style: Variable 'numLeafSwMiss' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:351:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:622:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:638:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:677:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:719:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:750:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:796:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:811:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1192:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1217:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1224:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1502:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1553:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1585:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1619:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1643:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1706:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1709:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1741:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1821:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1866:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1922:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1947:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1958:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:1962:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/TopoMatch.cpp:2023:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibnl_scanner.cc:966:16: style: Condition 'yywrap()' is always true [knownConditionTrueFalse] ibnl_scanner.cc:966:16: note: Calling function 'yywrap' returns 1 ibnl_scanner.cc:966:16: note: Condition 'yywrap()' is always true ibnl_scanner.cc:1316:17: style: Condition 'yywrap()' is always true [knownConditionTrueFalse] ibnl_scanner.cc:1316:17: note: Calling function 'yywrap' returns 1 ibnl_scanner.cc:1316:17: note: Condition 'yywrap()' is always true ibnl_scanner.ll:133:17: style: C-style pointer casting [cstyleCast] ibnl_scanner.ll:145:19: style: C-style pointer casting [cstyleCast] ibnl_scanner.ll:195:17: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1101:20: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1103:23: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1335:7: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1412:7: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1421:17: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1447:17: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1449:16: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1528:7: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1582:8: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1750:27: style: C-style pointer casting [cstyleCast] ibnl_scanner.cc:1125:3: style: Redundant initialization for 'c'. The initialized value is overwritten before it is read. [redundantInitialization] ibnl_scanner.cc:1125:3: note: c is initialized ibnl_scanner.cc:1125:3: note: c is overwritten ibnl_scanner.cc:1197:54: style:inconclusive: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent] ibutils-1.5.7/ibdm/ibdm/ibnl_scanner.cc:280:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. ibnl_scanner.cc:1197:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. ibnl_scanner.cc:1227:44: style:inconclusive: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent] ibnl_scanner.cc:514:21: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. ibnl_scanner.cc:1227:44: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. ibnl_scanner.cc:1033:17: style: Variable 'source' can be declared as pointer to const [constVariablePointer] ibnl_scanner.cc:1245:18: style: Variable 'source' can be declared as pointer to const [constVariablePointer] ibnl_parser.cc:1299:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ibnl_parser.cc:1552:15: style: Condition 'yyn==0' is always true [knownConditionTrueFalse] ibnl_parser.cc:1549:16: note: Assignment 'yyn=ibnl_yytable[yyn]', assigned value is greater than -1 ibnl_parser.cc:1550:11: note: Assuming that condition 'yyn<=0' is not redundant ibnl_parser.cc:1552:15: note: Condition 'yyn==0' is always true ibnl_parser.cc:1483:5: style: C-style pointer casting [cstyleCast] ibnl_parser.cc:1830:14: style: C-style pointer casting [cstyleCast] ibnl_parser.yy:264:91: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:271:37: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:278:66: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:303:38: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:308:103: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:318:141: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:325:123: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:332:122: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:339:104: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:346:116: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:353:98: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:360:97: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:367:79: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:373:60: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:378:65: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:384:151: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:391:133: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:398:132: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:405:114: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:412:121: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:419:103: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:426:102: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.yy:433:84: style: Same expression on both sides of '-'. [duplicateExpression] ibnl_parser.cc:1087:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] ibnl_parser.cc:1114:5: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] ibnl_parser.yy:404:19: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] ibnl_parser.yy:128:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/src/fabric_sim.cpp:224:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/src/fabric_sim.cpp:225:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/src/fabric_sim.cpp:293:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/src/fabric_tr.cpp:196:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/src/fabric_tr.cpp:90:11: style: Variable 'p_drPathStr' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:149:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:172:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:216:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:228:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:232:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:237:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:74:21: style: The scope of the variable '_s' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:76:20: style: The scope of the variable '_c' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:109:8: style: The scope of the variable 'temp_type' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:110:9: style: The scope of the variable 'name' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:111:11: style: The scope of the variable 'len' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:113:18: style: The scope of the variable 'cache' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:114:8: style: The scope of the variable 'start' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:114:15: style: The scope of the variable 'end' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:71:15: style: Variable '_hex' can be declared as const array [constVariable] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:110:9: style: Variable 'name' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/swig_alternate_mangling.cpp:197:10: style: Variable 'name' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/src/ibsysapi.cpp:361:33: style:inconclusive: Function 'ibSysGetNodePortOnSysPort' argument 1 names different: declaration 'sysPort' definition 'sysPortName'. [funcArgNamesDifferent] ibutils-1.5.7/ibdm/src/ibsysapi.h:71:37: note: Function 'ibSysGetNodePortOnSysPort' argument 1 names different: declaration 'sysPort' definition 'sysPortName'. ibutils-1.5.7/ibdm/src/ibsysapi.cpp:361:33: note: Function 'ibSysGetNodePortOnSysPort' argument 1 names different: declaration 'sysPort' definition 'sysPortName'. ibutils-1.5.7/ibdm/src/ibsysapi.cpp:49:44: style: Variable 'p_system' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/src/ibsysapi.cpp:113:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/src/ibsysapi.cpp:115:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/src/ibsysapi.cpp:165:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/src/ibsysapi.cpp:285:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/src/test_topo_match.cpp:211:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/src/test_topo_match.cpp:212:5: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/src/test_topo_match.cpp:104:7: style: Variable 'noMatch' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/src/osm_check.cpp:380:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/src/osm_check.cpp:381:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/src/osm_check.cpp:511:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/src/osm_check.cpp:165:12: style: The scope of the variable 'guid' can be reduced. [variableScope] ibutils-1.5.7/ibdm/src/osm_check.cpp:122:52: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/src/osm_check.cpp:155:52: performance: Function parameter 'fileName' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/src/osm_check.cpp:372:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/src/osm_check.cpp:431:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/src/osm_check.cpp:582:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/src/osm_check.cpp:593:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibis/src/ibbbm.c:139:21: style: Variable 'p_madw' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibbbm.c:206:15: style: Parameter 'p_data' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibis/src/ibcc.c:375:17: style: Condition 'debug_mode==1' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibcc.c:352:19: note: Assignment 'debug_mode=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibcc.c:375:17: note: Condition 'debug_mode==1' is always false ibutils-1.5.7/ibis/src/ibcc.c:303:17: style: Variable 'p_raw_mad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibcr.c:295:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibcr.c:341:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibis.c:207:4: warning:inconclusive: Either the condition 'num_ports==0' is redundant or there is possible null pointer dereference: num_ports. [nullPointerRedundantCheck] ibutils-1.5.7/ibis/src/ibis.c:222:17: note: Assuming that condition 'num_ports==0' is not redundant ibutils-1.5.7/ibis/src/ibis.c:207:4: note: Null pointer dereference ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:175:29: style: Variable 'p_cb_msg_pair' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:286:13: style: Variable 'p_mad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:329:13: style: Variable 'p_mad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:461:33: style: Variable 'insert_res' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:501:33: style: Variable 'p_rem_res' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:843:15: style: Variable 'p_mad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:119:10: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:302:9: style: Variable 'p_mad' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:343:9: style: Variable 'p_mad' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibis/src/ibis_gsi_mad_ctrl.c:865:13: style: Variable 'p_mad' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:469:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:481:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:510:14: style: Obsolescent function 'rindex' called. It is recommended to use 'strrchr' instead. [prohibitedrindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:539:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:748:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:842:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:939:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1034:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1128:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1221:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1316:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1453:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1549:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1644:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1737:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1830:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1953:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2063:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2175:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2314:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2451:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2544:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2639:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2778:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2917:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3018:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3122:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3261:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3330:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3440:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3509:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3578:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3677:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3746:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3847:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3940:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4033:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4130:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4236:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4338:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4437:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4506:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4603:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4701:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4770:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4867:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4965:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5034:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5131:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5230:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5326:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5422:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5518:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5614:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5714:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5812:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5912:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6010:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6106:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6202:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6301:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6402:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6499:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6602:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6671:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6776:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7140:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7244:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7344:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7440:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7536:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7638:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7738:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7840:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7940:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8042:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8141:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8245:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8345:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8447:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8545:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8642:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8739:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8833:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8943:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9047:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9147:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9248:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9356:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9425:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9525:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9620:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9721:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9823:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9892:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9992:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10061:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10159:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10260:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10359:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10454:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10876:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10980:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11079:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11148:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11245:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11343:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11412:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11509:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11607:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11676:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11773:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11877:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11973:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12070:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12139:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12244:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12564:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12668:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12767:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12871:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12970:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13039:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13136:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13233:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13344:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13463:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13565:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13658:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13759:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13857:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13961:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14065:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14406:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14517:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14628:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14738:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14850:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14962:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15076:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15172:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15268:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15364:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15460:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15556:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15655:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15730:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15832:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15937:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16051:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16156:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16266:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16371:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16474:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16577:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16687:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16829:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16930:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17065:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17248:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17349:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17450:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17551:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17652:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17754:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17825:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17920:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18022:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18120:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18217:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4561:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4558:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4561:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4658:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4655:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4658:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4825:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4822:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4825:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4922:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4919:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4922:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5089:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5086:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5089:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5186:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5183:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5186:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5287:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5284:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5287:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5381:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5378:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5381:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5479:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5476:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5479:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5573:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5570:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5573:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5673:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5670:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5673:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5769:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5766:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5769:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5871:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5868:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5871:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5967:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5964:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5967:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6067:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6064:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6067:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6161:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6158:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6161:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7201:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7198:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7201:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7299:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7296:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7299:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7401:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7398:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7401:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7495:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7492:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7495:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7595:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7592:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7595:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7693:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7690:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7693:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7797:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7794:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7797:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7895:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7892:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7895:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7999:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7996:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7999:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8097:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8094:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8097:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8202:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8199:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8202:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8300:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8297:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8300:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8404:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8401:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8404:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8502:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8499:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8502:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8600:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8597:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8600:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8697:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8694:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8697:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8794:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8791:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8794:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8888:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8885:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8888:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8998:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8995:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8998:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9102:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9099:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9102:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9580:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9577:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9580:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10937:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10934:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10937:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11035:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11032:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11035:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11203:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11200:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11203:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11300:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11297:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11300:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11467:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11464:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11467:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11564:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11561:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11564:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11731:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11728:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11731:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11828:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11825:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11828:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12028:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12025:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12028:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12625:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12622:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12625:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12723:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12720:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12723:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12828:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12825:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12828:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12926:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12923:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12926:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13094:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13091:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13094:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13191:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13188:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13191:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13288:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13285:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13288:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13399:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13396:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13399:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13620:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13617:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13620:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14461:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14458:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14461:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14572:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14569:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14572:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14683:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14680:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14683:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14793:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14790:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14793:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14905:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14902:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14905:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15017:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15014:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15017:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15133:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15130:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15133:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15227:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15224:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15227:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15325:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15322:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15325:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15419:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15416:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15419:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15517:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15514:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15517:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15611:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15608:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15611:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18546:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18515:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18546:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:419:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:450:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:525:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1394:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2253:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2392:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2717:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2856:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6364:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9210:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13721:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2010:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2120:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6358:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6556:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9204:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13715:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:218:5: error: Common realloc mistake: 'SwigPtrTable' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:469:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:481:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:510:14: style: Obsolescent function 'rindex' called. It is recommended to use 'strrchr' instead. [prohibitedrindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:539:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:810:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:904:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1001:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1096:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1190:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1283:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1378:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1515:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1611:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1706:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1799:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1892:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2015:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2125:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2237:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2376:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2513:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2606:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2701:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2840:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2979:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3080:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3184:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3323:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3392:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3502:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3571:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3640:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3739:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3808:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3909:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4002:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4095:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4192:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4298:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4400:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4499:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4568:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4665:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4763:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4832:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4929:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5027:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5096:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5193:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5292:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5388:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5484:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5580:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5676:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5776:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5874:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5974:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6072:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6168:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6264:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6363:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6464:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6561:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6664:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6733:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6838:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7202:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7306:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7406:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7502:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7598:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7700:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7800:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7902:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8002:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8104:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8203:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8307:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8407:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8509:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8607:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8704:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8801:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8895:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9005:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9109:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9209:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9310:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9418:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9487:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9587:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9682:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9783:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9885:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9954:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10054:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10123:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10221:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10322:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10421:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10516:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10938:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11042:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11141:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11210:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11307:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11405:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11474:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11571:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11669:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11738:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11835:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11939:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12035:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12132:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12201:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12306:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12626:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12730:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12829:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12933:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13032:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13101:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13198:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13295:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13406:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13525:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13627:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13720:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13821:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13919:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14023:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14127:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14468:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14579:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14690:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14800:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14912:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15024:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15138:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15234:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15330:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15426:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15522:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15618:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15717:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15792:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15894:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15999:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16113:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16218:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16328:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16433:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16536:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16639:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16749:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16891:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16992:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17127:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17310:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17411:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17512:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17613:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17714:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17816:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17887:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17982:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18084:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18182:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18279:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:187:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:188:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:194:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:195:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:213:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:218:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:240:9: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:413:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:418:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:423:24: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:428:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:434:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:681:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:706:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:740:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:834:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:931:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1026:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1120:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1213:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1308:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1406:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1445:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1541:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1636:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1729:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1822:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1945:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2055:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2167:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2265:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2306:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2404:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2443:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2536:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2631:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2729:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2770:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2868:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2909:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2968:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3010:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3114:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3253:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3322:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3432:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3501:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3570:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3669:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3738:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3839:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3932:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4025:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4122:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4228:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4298:32: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4330:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4400:32: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4429:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4498:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4559:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4595:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4656:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4693:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4762:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4823:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4859:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4920:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4957:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5026:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5087:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5123:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5184:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5222:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5318:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5414:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5510:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5606:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5706:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5804:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5904:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6002:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6098:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6194:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6257:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6293:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6394:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6491:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6594:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6663:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6768:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6851:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6857:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6934:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7073:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7080:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7132:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7199:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7236:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7297:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7336:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7432:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7528:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7593:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7630:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7691:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7730:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7795:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7832:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7893:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7932:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7997:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8034:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8095:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8133:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8200:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8237:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8298:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8337:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8402:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8439:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8500:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8537:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8598:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8634:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8695:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8731:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8825:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8886:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8935:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8996:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9039:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9100:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9139:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9240:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9348:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9417:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9482:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9517:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9612:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9675:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9713:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9776:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9815:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9884:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9984:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10053:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10151:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10214:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10252:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10351:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10446:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10534:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10540:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10635:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10809:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10816:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10868:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10935:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10972:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11033:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11071:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11140:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11201:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11237:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11298:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11335:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11404:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11465:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11501:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11562:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11599:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11668:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11729:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11765:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11826:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11869:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11930:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11965:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12062:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12131:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12236:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12325:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12331:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12386:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12497:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12504:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12556:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12623:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12660:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12721:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12759:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12826:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12863:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12924:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12962:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13031:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13092:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13128:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13189:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13225:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13286:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13336:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13397:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13455:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13522:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13557:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13650:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13751:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13849:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13916:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13953:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14020:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14057:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14124:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14155:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14161:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14222:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14340:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14347:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14398:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14459:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14509:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14570:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14620:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14681:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14730:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14791:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14842:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14903:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14954:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15015:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15068:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15164:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15260:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15356:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15452:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15548:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15647:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15722:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15787:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15824:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15891:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15929:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15992:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16043:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16110:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16148:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16221:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16258:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16325:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16363:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16428:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16466:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16531:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16569:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16634:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16679:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16821:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16922:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17057:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17240:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17341:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17442:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17543:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17644:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17746:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17817:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17912:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17975:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18014:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18112:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18209:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18293:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18299:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18404:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18550:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18557:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18589:59: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18590:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18591:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18592:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18593:53: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18594:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18595:55: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18596:62: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18634:56: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6966:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6959:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6966:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6973:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6966:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6973:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6980:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6973:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6980:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6987:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6980:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6987:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6994:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6987:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6994:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7001:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6994:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7001:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7008:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7001:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7008:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10667:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10660:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10667:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10674:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10667:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10674:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10681:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10674:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10681:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10688:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10681:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10688:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10695:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10688:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10695:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10702:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10695:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10702:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10709:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10702:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10709:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10716:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10709:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10716:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10723:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10716:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10723:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10730:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10723:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10730:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10737:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10730:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10737:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10744:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10737:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10744:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12418:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12411:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12418:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12425:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12418:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12425:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12432:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12425:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12432:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14254:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14247:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14254:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14261:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14254:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14261:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14268:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14261:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14268:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14275:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14268:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14275:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18436:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18429:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18436:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18443:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18436:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18443:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18450:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18443:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18450:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18457:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18450:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18457:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18464:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18457:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18464:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18471:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18464:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18471:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18478:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18471:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18478:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18485:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18478:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18485:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:374:18: style: The scope of the variable 'i' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2016:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2126:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3201:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13296:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13407:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14469:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14580:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14801:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14913:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15025:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16002:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4623:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4620:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4623:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4720:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4717:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4720:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4887:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4884:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4887:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4984:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4981:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4984:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5151:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5148:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5151:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5248:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5245:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5248:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5349:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5346:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5349:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5443:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5440:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5443:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5541:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5538:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5541:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5635:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5632:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5635:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5735:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5732:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5735:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5831:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5828:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5831:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5933:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5930:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5933:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6029:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6026:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6029:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6129:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6126:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6129:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6223:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6220:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6223:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7263:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7260:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7263:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7361:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7358:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7361:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7463:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7460:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7463:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7557:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7554:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7557:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7657:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7654:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7657:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7755:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7752:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7755:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7859:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7856:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7859:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7957:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7954:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7957:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8061:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8058:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8061:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8159:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8156:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8159:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8264:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8261:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8264:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8362:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8359:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8362:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8466:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8463:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8466:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8564:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8561:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8564:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8662:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8659:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8662:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8759:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8756:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8759:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8856:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8853:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8856:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8950:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8947:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8950:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9060:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9057:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9060:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9164:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9161:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9164:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9642:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9639:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9642:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10999:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10996:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10999:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11097:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11094:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11097:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11265:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11262:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11265:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11362:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11359:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11362:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11529:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11526:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11529:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11626:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11623:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11626:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11793:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11790:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11793:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11890:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11887:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11890:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12090:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12087:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12090:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12687:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12684:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12687:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12785:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12782:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12785:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12890:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12887:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12890:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12988:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12985:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12988:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13156:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13153:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13156:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13253:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13250:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13253:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13350:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13347:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13350:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13461:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13458:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13461:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13682:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13679:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13682:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14523:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14520:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14523:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14634:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14631:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14634:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14745:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14742:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14745:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14855:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14852:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14855:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14967:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14964:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14967:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15079:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15076:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15079:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15195:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15192:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15195:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15289:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15286:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15289:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15387:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15384:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15387:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15481:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15478:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15481:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15579:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15576:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15579:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15673:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15670:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15673:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18608:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18577:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18608:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:419:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:450:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:525:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1456:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2315:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2454:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2779:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2918:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6426:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9272:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13783:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:564:68: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:574:55: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:584:82: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:594:60: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2072:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2182:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6420:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6618:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9266:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13777:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:218:5: error: Common realloc mistake: 'SwigPtrTable' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:187:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:188:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:194:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:195:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:213:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:218:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:240:9: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:413:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:418:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:423:24: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:428:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:434:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:743:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:768:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:802:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:896:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:993:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1088:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1182:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1275:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1370:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1468:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1507:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1603:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1698:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1791:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1884:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2007:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2117:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2229:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2327:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2368:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2466:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2505:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2598:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2693:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2791:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2832:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2930:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2971:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3030:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3072:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3176:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3315:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3384:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3494:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3563:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3632:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3731:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3800:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3901:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3994:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4087:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4184:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4290:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4360:32: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4392:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4462:32: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4491:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4560:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4621:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4657:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4718:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4755:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4824:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4885:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4921:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4982:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5019:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5088:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5149:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5185:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5246:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5284:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5380:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5476:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5572:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5668:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5768:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5866:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5966:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6064:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6160:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6256:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6319:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6355:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6456:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6553:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6656:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6725:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6830:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6913:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6919:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6996:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7135:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7142:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7194:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7261:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7298:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7359:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7398:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7494:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7590:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7655:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7692:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7753:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7792:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7857:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7894:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7955:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7994:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8059:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8096:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8157:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8195:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8262:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8299:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8360:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8399:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8464:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8501:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8562:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8599:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8660:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8696:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8757:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8793:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8887:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8948:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8997:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9058:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9101:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9162:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9201:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9302:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9410:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9479:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9544:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9579:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9674:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9737:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9775:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9838:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9877:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9946:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10046:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10115:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10213:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10276:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10314:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10413:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10508:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10596:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10602:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10697:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10871:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10878:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10930:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10997:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11034:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11095:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11133:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11202:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11263:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11299:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11360:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11397:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11466:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11527:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11563:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11624:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11661:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11730:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11791:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11827:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11888:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11931:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11992:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12027:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12124:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12193:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12298:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12387:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12393:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12448:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12559:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12566:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12618:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12685:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12722:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12783:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12821:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12888:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12925:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12986:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13024:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13093:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13154:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13190:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13251:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13287:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13348:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13398:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13459:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13517:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13584:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13619:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13712:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13813:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13911:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13978:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14015:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14082:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14119:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14186:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14217:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14223:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14284:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14402:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14409:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14460:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14521:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14571:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14632:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14682:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14743:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14792:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14853:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14904:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14965:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15016:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15077:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15130:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15226:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15322:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15418:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15514:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15610:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15709:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15784:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15849:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15886:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15953:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15991:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16054:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16105:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16172:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16210:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16283:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16320:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16387:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16425:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16490:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16528:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16593:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16631:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16696:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16741:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16883:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16984:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17119:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17302:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17403:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17504:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17605:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17706:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17808:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17879:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17974:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18037:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18076:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18174:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18271:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18355:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18361:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18466:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18612:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18619:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18651:59: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18652:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18653:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18654:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18655:53: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18656:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18657:55: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18658:62: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18696:56: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7028:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7021:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7028:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7035:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7028:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7035:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7042:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7035:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7042:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7049:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7042:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7049:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7056:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7049:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7056:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7063:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7056:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7063:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7070:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7063:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7070:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10729:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10722:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10729:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10736:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10729:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10736:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10743:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10736:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10743:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10750:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10743:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10750:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10757:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10750:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10757:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10764:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10757:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10764:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10771:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10764:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10771:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10778:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10771:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10778:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10785:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10778:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10785:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10792:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10785:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10792:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10799:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10792:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10799:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10806:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10799:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10806:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12480:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12473:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12480:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12487:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12480:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12487:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12494:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12487:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12494:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14316:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14309:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14316:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14323:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14316:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14323:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14330:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14323:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14330:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14337:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14330:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14337:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18498:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18491:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18498:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18505:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18498:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18505:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18512:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18505:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18512:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18519:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18512:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18519:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18526:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18519:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18526:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18533:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18526:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18533:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18540:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18533:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18540:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18547:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18540:15: note: rcode is assigned ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18547:15: note: rcode is overwritten ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:374:18: style: The scope of the variable 'i' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2078:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2188:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3263:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13358:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13469:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14531:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14642:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14863:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14975:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15087:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16064:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:187:15: style: Variable 'd1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:188:15: style: Variable 'd2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:194:9: style: Variable 'k' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:195:16: style: Variable 'd' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:349:39: style: Parameter 'p_fabric' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:406:64: style: Parameter 'type' can be declared as pointer to const. However it seems that 'ibdmGetObjTclNameByPtr' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18652:47: note: You might need to cast the function pointer here ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:406:64: note: Parameter 'type' can be declared as pointer to const ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:459:9: style: Variable 'type' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:459:25: style: Variable 'fabIdxStr' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1006:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1288:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1520:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1521:12: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2147:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2286:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2611:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2750:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3224:12: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3226:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4100:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4101:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5299:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5491:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5584:19: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5686:19: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5782:19: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5884:19: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6079:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6374:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6572:19: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6573:19: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6843:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7079:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7111:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7216:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7413:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7506:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7610:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7708:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7812:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7910:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8014:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8112:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8217:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8315:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8419:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8712:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9019:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9220:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9318:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10526:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10815:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10847:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10952:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11843:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12040:19: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12041:19: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12317:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12503:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12535:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12640:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12738:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:564:68: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:574:55: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:584:82: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:594:60: performance: Function parameter 'rootNodes' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12843:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13428:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13430:14: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13731:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13830:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13934:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14038:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14147:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14346:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15145:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15337:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15529:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15624:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15805:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16024:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16128:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16129:14: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16239:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16343:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16446:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16549:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16651:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16652:14: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16653:14: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16654:14: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16655:14: style: Variable '_arg5' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16656:14: style: Variable '_arg6' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16657:19: style: Variable '_arg7' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16658:19: style: Variable '_arg8' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16802:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16903:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17004:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17006:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17007:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17008:16: style: Variable '_arg5' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17012:14: style: Variable '_arg9' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17016:14: style: Variable '_arg13' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17018:16: style: Variable '_arg15' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17019:16: style: Variable '_arg16' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17020:16: style: Variable '_arg17' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17024:14: style: Variable '_arg21' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17028:19: style: Variable '_arg25' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17029:19: style: Variable '_arg26' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17221:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17322:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17423:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17524:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17625:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17993:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17994:12: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18092:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18189:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18285:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18556:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:757:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:764:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:771:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:778:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:785:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:851:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:858:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:865:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:872:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:879:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:948:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:955:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:962:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:969:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:976:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1043:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1050:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1057:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1064:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1071:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1137:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1144:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1151:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1158:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1165:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1230:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1237:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1244:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1251:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1258:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1325:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1332:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1339:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1346:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1353:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1462:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1469:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1476:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1483:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1490:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1558:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1565:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1572:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1579:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1586:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1653:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1660:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1667:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1674:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1681:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1746:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1753:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1760:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1767:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1774:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1839:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1846:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1853:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1860:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1867:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1962:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1969:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1976:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1983:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:1990:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2072:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2079:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2086:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2093:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2100:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2184:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2191:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2198:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2205:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2212:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2323:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2330:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2337:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2344:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2351:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2460:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2467:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2474:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2481:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2488:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2553:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2560:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2567:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2574:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2581:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2648:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2655:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2662:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2669:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2676:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2787:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2794:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2801:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2808:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2815:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2926:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2933:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2940:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2947:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2954:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3027:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3034:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3041:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3048:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3055:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3131:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3138:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3145:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3152:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3159:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3270:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3277:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3284:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3291:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3298:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3339:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3346:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3353:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3360:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3367:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3449:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3456:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3463:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3470:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3477:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3518:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3525:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3532:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3539:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3546:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3587:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3594:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3601:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3608:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3615:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3686:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3693:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3700:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:187:15: style: Variable 'd1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3707:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:188:15: style: Variable 'd2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3714:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3755:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:194:9: style: Variable 'k' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3762:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:195:16: style: Variable 'd' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3769:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:349:39: style: Parameter 'p_fabric' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3776:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3783:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:406:64: style: Parameter 'type' can be declared as pointer to const. However it seems that 'ibdmGetObjTclNameByPtr' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18714:47: note: You might need to cast the function pointer here ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:406:64: note: Parameter 'type' can be declared as pointer to const ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3856:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3863:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:459:9: style: Variable 'type' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3870:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3877:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3884:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:459:25: style: Variable 'fabIdxStr' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3949:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3956:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3963:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3970:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1068:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3977:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4042:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4049:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4056:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1350:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4063:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4070:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4139:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1582:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4146:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1583:12: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4153:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4160:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4167:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4245:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4252:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4259:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4266:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4273:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4347:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4354:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2209:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4361:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4368:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4375:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4446:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4453:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2348:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4460:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4467:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4474:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4515:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4522:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4529:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4536:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2673:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4543:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4612:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2812:18: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4619:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4626:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4633:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4640:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4710:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4717:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4724:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3286:12: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4731:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4738:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4779:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4786:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3288:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4793:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4800:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4807:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4876:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4883:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4890:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4897:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4904:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4974:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4981:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4988:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:4995:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5002:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5043:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5050:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5057:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5064:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5071:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5140:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4162:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5147:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5154:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5161:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4163:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5168:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5239:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5246:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5253:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5260:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5267:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5335:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5342:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5349:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5356:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5363:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5431:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5438:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5445:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5452:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5459:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5527:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5534:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5541:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5548:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5555:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5623:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5630:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5637:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5644:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5651:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5723:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5730:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5737:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5744:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5751:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5821:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5828:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5835:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5842:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5849:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5921:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5928:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5935:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5942:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:5949:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6019:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6026:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6033:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6040:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6047:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6115:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6122:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6129:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6136:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6143:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6211:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6218:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6225:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5361:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6232:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6239:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6310:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6317:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6324:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6331:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6338:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6411:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6418:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6425:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6432:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6439:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6508:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6515:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6522:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6529:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6536:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5553:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6611:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6618:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6625:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6632:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6639:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6680:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6687:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6694:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6701:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6708:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6785:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6792:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5646:19: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6799:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6806:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:6813:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7149:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7156:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7163:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7170:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7177:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7253:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7260:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7267:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7274:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7281:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5748:19: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7353:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7360:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7367:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7374:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7381:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7449:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7456:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7463:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7470:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7477:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7545:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7552:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5844:19: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7559:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7566:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7573:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7647:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7654:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7661:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7668:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7675:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7747:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7754:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7761:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7768:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7775:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5946:19: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7849:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7856:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7863:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7870:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7877:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7949:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7956:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7963:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7970:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7977:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8051:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8058:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8065:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8072:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8079:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8150:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8157:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6141:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8164:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8171:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8178:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8254:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8261:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8268:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8275:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8282:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8354:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8361:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8368:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8375:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8382:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8456:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8463:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8470:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8477:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8484:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8554:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8561:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8568:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8575:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8582:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8651:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8658:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8665:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6436:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8672:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8679:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8748:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8755:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8762:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8769:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8776:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8842:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8849:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8856:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8863:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8870:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8952:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8959:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6634:19: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8966:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6635:19: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8973:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6905:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:8980:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7141:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9056:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7173:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9063:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7278:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9070:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9077:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9084:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9156:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9163:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7475:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9170:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9177:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9184:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7568:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9257:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9264:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9271:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9278:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7672:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9285:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9365:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9372:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9379:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7770:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9386:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9393:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9434:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9441:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7874:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9448:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9455:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9462:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9534:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7972:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9541:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9548:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9555:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8076:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9562:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9629:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9636:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9643:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8174:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9650:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9657:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9730:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9737:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8279:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9744:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9751:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9758:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9832:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8377:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9839:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9846:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9853:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9860:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9901:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9908:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9915:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9922:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:9929:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10001:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8481:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10008:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10015:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10022:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10029:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10070:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10077:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10084:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10091:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10098:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10168:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10175:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10182:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10189:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10196:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10269:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10276:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10283:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10290:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10297:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10368:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10375:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10382:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10389:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8774:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10396:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10463:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10470:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10477:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10484:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10491:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10885:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10892:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10899:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10906:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10913:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10989:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10996:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11003:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11010:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11017:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11088:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11095:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11102:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11109:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11116:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11157:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11164:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9081:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11171:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11178:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11185:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11254:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11261:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11268:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11275:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11282:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11352:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11359:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11366:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11373:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11380:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11421:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11428:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11435:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11442:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11449:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11518:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11525:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11532:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11539:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11546:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9282:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11616:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11623:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11630:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11637:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11644:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11685:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11692:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11699:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11706:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11713:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11782:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11789:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11796:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11803:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11810:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11886:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11893:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9380:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11900:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11907:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11914:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11982:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11989:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:11996:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12003:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12010:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12079:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12086:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12093:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12100:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12107:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12148:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12155:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12162:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12169:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12176:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12253:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12260:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12267:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12274:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12281:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12573:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12580:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12587:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12594:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12601:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12677:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12684:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12691:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12698:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12705:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12776:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12783:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12790:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12797:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12804:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12880:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12887:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12894:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12901:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12908:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12979:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12986:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12993:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13000:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13007:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13048:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13055:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13062:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13069:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13076:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13145:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13152:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13159:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13166:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13173:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13242:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13249:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13256:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13263:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13270:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13353:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13360:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13367:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13374:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13381:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13472:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13479:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13486:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13493:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13500:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13574:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13581:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13588:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13595:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13602:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13667:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13674:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13681:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13688:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13695:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13768:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13775:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13782:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13789:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13796:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13866:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13873:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13880:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13887:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13894:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13970:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13977:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13984:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13991:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13998:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14074:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14081:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14088:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14095:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14102:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14415:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14422:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14429:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14436:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14443:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14526:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14533:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14540:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14547:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14554:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14637:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14644:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14651:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14658:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14665:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14747:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14754:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10588:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14761:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14768:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14775:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10877:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14859:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14866:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14873:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14880:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10909:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14887:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14971:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14978:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14985:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14992:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14999:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15085:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15092:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15099:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15106:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15113:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15181:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15188:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15195:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15202:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11014:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15209:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15277:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15284:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15291:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15298:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15305:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15373:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15380:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15387:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15394:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15401:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15469:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15476:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15483:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15490:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15497:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15565:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15572:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15579:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15586:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15593:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15664:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15671:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15678:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15685:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15692:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15739:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15746:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15753:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15760:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15767:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15841:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15848:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15855:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15862:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15869:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15946:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15953:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15960:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15967:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15974:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16060:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16067:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16074:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16081:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16088:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16165:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16172:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16179:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16186:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16193:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16275:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16282:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16289:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16296:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16303:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16380:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16387:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16394:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16401:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16408:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16483:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16490:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16497:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16504:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16511:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16586:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16593:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16600:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16607:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16614:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16696:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16703:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16710:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16717:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16724:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16838:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16845:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16852:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16859:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16866:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16939:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16946:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16953:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16960:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16967:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11905:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17074:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17081:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17088:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17095:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17102:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17257:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17264:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17271:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17278:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17285:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17358:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17365:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17372:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17379:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17386:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17459:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17466:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17473:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17480:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17487:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17560:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17567:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17574:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17581:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17588:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17661:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12102:19: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17668:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17675:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17682:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17689:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17763:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12103:19: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17770:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17777:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17784:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17791:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17834:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17841:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17848:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17855:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17862:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17929:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17936:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17943:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17950:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:17957:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18031:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18038:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18045:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18052:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18059:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18129:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18136:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18143:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18150:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18157:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18226:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18233:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18240:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18247:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18254:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12379:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12565:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12597:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12702:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12800:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12905:14: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13490:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13492:14: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13793:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13892:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13996:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14100:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14209:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14408:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15207:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15399:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15591:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15686:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15867:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16086:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16190:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16191:14: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16301:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16405:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16508:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16611:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16713:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16714:14: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16715:14: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16716:14: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16717:14: style: Variable '_arg5' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16718:14: style: Variable '_arg6' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16719:19: style: Variable '_arg7' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16720:19: style: Variable '_arg8' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16864:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16965:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17066:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17068:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17069:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17070:16: style: Variable '_arg5' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17074:14: style: Variable '_arg9' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17078:14: style: Variable '_arg13' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17080:16: style: Variable '_arg15' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17081:16: style: Variable '_arg16' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17082:16: style: Variable '_arg17' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17086:14: style: Variable '_arg21' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17090:19: style: Variable '_arg25' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17091:19: style: Variable '_arg26' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17283:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17384:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17485:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17586:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17687:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18055:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18056:12: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18154:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18251:12: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18347:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18618:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:819:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:826:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:833:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:840:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:847:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:913:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:920:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:927:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:934:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:941:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1010:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1017:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1024:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1031:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1038:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1105:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1112:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1119:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1126:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1133:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1199:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1206:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1213:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1220:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1227:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1292:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1299:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1306:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1313:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1320:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1387:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1394:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1401:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1408:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1415:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1524:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1531:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1538:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1545:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1552:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1620:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1627:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1634:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1641:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1648:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1715:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1722:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1729:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1736:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1743:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1808:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1815:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1822:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1829:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1836:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1901:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1908:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1915:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1922:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:1929:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2024:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2031:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2038:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2045:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2052:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2134:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2141:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2148:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2155:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2162:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2246:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2253:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2260:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2267:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2274:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2385:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2392:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2399:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2406:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2413:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2522:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2529:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2536:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2543:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2550:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2615:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2622:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2629:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2636:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2643:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2710:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2717:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2724:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2731:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2738:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2849:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2856:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2863:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2870:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2877:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2988:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2995:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3002:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3009:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3016:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3089:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3096:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3103:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3110:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3117:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3193:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3200:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3207:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3214:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3221:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3332:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3339:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3346:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3353:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3360:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3401:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3408:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3415:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3422:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3429:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3511:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3518:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3525:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3532:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3539:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3580:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3587:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3594:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3601:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3608:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3649:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3656:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3663:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3670:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3677:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3748:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3755:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3762:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3769:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3776:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3817:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3824:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3831:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3838:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3845:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3918:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3925:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3932:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3939:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3946:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4011:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4018:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4025:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4032:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4039:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4104:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4111:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4118:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4125:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4132:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4201:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4208:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4215:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4222:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4229:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4307:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4314:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4321:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4328:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4335:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4409:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4416:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4423:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4430:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4437:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4508:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4515:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4522:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4529:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4536:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4577:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4584:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4591:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4598:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4605:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4674:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4681:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4688:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4695:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4702:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4772:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4779:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4786:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4793:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4800:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4841:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4848:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4855:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4862:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4869:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4938:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4945:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4952:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4959:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:4966:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5036:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5043:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5050:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5057:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5064:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5105:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5112:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5119:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5126:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5133:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5202:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5209:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5216:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5223:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5230:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5301:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5308:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5315:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5322:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5329:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5397:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5404:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5411:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5418:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5425:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5493:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5500:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5507:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5514:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5521:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5589:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5596:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5603:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5610:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5617:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5685:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5692:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5699:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5706:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5713:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5785:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5792:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5799:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5806:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5813:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5883:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5890:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5897:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5904:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5911:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5983:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5990:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:5997:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6004:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6011:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6081:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6088:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6095:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6102:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6109:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6177:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6184:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6191:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6198:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6205:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6273:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6280:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6287:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6294:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6301:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6372:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6379:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6386:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6393:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6400:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6473:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6480:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6487:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6494:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6501:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6570:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6577:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6584:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6591:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6598:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6673:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6680:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6687:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6694:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6701:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6742:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6749:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6756:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6763:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6770:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6847:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6854:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6861:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6868:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:6875:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7211:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7218:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7225:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7232:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7239:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7315:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7322:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7329:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7336:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7343:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7415:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7422:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7429:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7436:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7443:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7511:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7518:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7525:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7532:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7539:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7607:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7614:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7621:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7628:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7635:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7709:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7716:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7723:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7730:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7737:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7809:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7816:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7823:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7830:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7837:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7911:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7918:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7925:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7932:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7939:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8011:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8018:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8025:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8032:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8039:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8113:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8120:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8127:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8134:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8141:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8212:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8219:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8226:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8233:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8240:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8316:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8323:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8330:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8337:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8344:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8416:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8423:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8430:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8437:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8444:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8518:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8525:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8532:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8539:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8546:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8616:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8623:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8630:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8637:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8644:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8713:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8720:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8727:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8734:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8741:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8810:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8817:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8824:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8831:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8838:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8904:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8911:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8918:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8925:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:8932:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9014:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9021:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9028:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9035:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9042:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9118:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9125:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9132:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9139:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9146:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9218:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9225:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9232:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9239:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9246:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9319:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9326:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3228:12: style: Variable 'p_c' is not assigned a value. [unassignedVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9333:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9340:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9347:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9427:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9434:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9441:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9448:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9455:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9496:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9503:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9510:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9517:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9524:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9596:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9603:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9610:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9617:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9624:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9691:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9698:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9705:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9712:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9719:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9792:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9799:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9806:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9813:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9820:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9894:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9901:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9908:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9915:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9922:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9963:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9970:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9977:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9984:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:9991:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10063:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10070:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10077:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10084:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10091:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10132:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10139:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10146:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10153:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10160:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10230:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10237:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10244:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10251:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10258:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10331:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10338:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3647:12: style: Variable 'p_c' is not assigned a value. [unassignedVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10345:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10352:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10359:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10430:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10437:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10444:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10451:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10458:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10525:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10532:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10539:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10546:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10553:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10947:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10954:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10961:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10968:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10975:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11051:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11058:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11065:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11072:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11079:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11150:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11157:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11164:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11171:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11178:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11219:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11226:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11233:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11240:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11247:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11316:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11323:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11330:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11337:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11344:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11414:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11421:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11428:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11435:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11442:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11483:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11490:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11497:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11504:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11511:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11580:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11587:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11594:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11601:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11608:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11678:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11685:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11692:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11699:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11706:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11747:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11754:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11761:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11768:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11775:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11844:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11851:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11858:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11865:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11872:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11948:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11955:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11962:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11969:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:11976:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12044:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12051:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12058:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12065:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12072:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12141:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12148:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12155:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12162:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12169:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12210:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12217:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12224:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12231:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12238:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12315:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12322:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12329:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12336:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12343:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12635:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12642:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12649:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12656:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12663:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12739:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12746:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12753:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12760:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12767:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12838:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12845:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12852:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12859:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12866:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12942:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12949:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12956:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12963:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12970:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13041:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13048:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13055:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13062:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13069:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13110:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13117:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13124:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13131:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13138:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13207:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13214:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13221:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13228:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13235:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13304:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13311:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13318:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13325:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13332:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13415:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13422:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13429:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13436:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13443:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13534:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13541:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13548:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13555:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13562:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13636:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13643:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13650:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13657:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13664:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13729:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13736:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13743:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13750:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13757:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13830:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13837:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13844:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13851:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13858:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13928:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13935:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13942:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13949:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13956:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14032:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14039:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14046:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14053:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14060:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14136:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14143:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14150:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14157:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14164:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14477:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14484:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14491:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14498:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14505:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14588:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14595:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14602:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14609:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14616:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14699:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14706:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14713:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14720:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14727:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14809:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14816:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14823:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14830:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14837:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14921:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14928:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14935:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14942:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14949:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15033:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15040:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15047:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15054:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15061:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15147:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15154:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15161:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15168:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15175:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15243:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15250:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15257:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15264:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15271:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15339:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15346:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15353:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15360:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15367:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15435:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15442:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15449:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15456:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15463:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15531:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15538:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15545:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15552:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15559:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15627:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15634:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15641:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15648:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15655:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15726:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15733:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15740:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15747:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15754:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15801:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15808:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15815:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15822:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15829:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15903:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15910:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15917:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15924:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15931:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16008:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16015:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16022:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16029:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16036:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16122:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16129:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16136:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16143:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16150:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16227:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16234:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16241:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16248:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16255:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16337:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16344:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16351:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16358:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16365:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16442:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16449:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16456:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16463:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16470:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16545:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16552:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16559:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16566:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16573:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16648:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16655:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16662:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16669:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16676:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16758:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16765:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16772:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16779:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16786:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16900:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16907:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16914:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16921:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16928:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17001:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17008:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17015:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17022:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17029:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17136:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17143:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17150:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17157:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17164:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17319:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17326:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17333:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17340:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17347:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17420:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17427:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17434:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17441:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17448:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17521:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17528:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17535:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17542:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17549:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17622:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17629:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17636:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17643:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17650:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17723:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17730:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17737:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17744:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17751:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17825:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17832:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17839:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17846:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17853:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17896:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17903:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17910:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17917:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17924:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17991:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:17998:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18005:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18012:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18019:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18093:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18100:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18107:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18114:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18121:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18191:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18198:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18205:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18212:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18219:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18288:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18295:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18302:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18309:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18316:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:7008:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3290:12: style: Variable 'p_c' is not assigned a value. [unassignedVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3709:12: style: Variable 'p_c' is not assigned a value. [unassignedVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:7070:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:10744:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:12432:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:10806:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14275:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:12494:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14337:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:18485:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2028:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:2138:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:3214:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13308:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:13419:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14481:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14592:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14814:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:14926:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:15038:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdm_wrap.cpp:16014:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibis/src/ibpm.c:135:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibpm.c:128:10: note: status is assigned ibutils-1.5.7/ibis/src/ibpm.c:135:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibpm.c:209:29: style:inconclusive: Function 'ibpm_get_counters' argument 4 names different: declaration 'p_pm_port_counter_mad' definition 'p_ibpm_port_counter_mad'. [funcArgNamesDifferent] ibutils-1.5.7/ibis/src/ibpm.h:211:29: note: Function 'ibpm_get_counters' argument 4 names different: declaration 'p_pm_port_counter_mad' definition 'p_ibpm_port_counter_mad'. ibutils-1.5.7/ibis/src/ibpm.c:209:29: note: Function 'ibpm_get_counters' argument 4 names different: declaration 'p_pm_port_counter_mad' definition 'p_ibpm_port_counter_mad'. ibutils-1.5.7/ibis/src/ibpm.c:247:29: style:inconclusive: Function 'ibpm_get_multi_counters' argument 5 names different: declaration 'p_pm_port_counter_mad_list' definition 'p_ibpm_port_counter_mad_list'. [funcArgNamesDifferent] ibutils-1.5.7/ibis/src/ibpm.h:252:29: note: Function 'ibpm_get_multi_counters' argument 5 names different: declaration 'p_pm_port_counter_mad_list' definition 'p_ibpm_port_counter_mad_list'. ibutils-1.5.7/ibis/src/ibpm.c:247:29: note: Function 'ibpm_get_multi_counters' argument 5 names different: declaration 'p_pm_port_counter_mad_list' definition 'p_ibpm_port_counter_mad_list'. ibutils-1.5.7/ibis/src/ibpm.c:298:38: style:inconclusive: Function 'ibpm_get_multi_counters_extended' argument 5 names different: declaration 'p_pm_port_counter_mad_list' definition 'p_ibpm_port_counter_mad_list'. [funcArgNamesDifferent] ibutils-1.5.7/ibis/src/ibpm.h:295:38: note: Function 'ibpm_get_multi_counters_extended' argument 5 names different: declaration 'p_pm_port_counter_mad_list' definition 'p_ibpm_port_counter_mad_list'. ibutils-1.5.7/ibis/src/ibpm.c:298:38: note: Function 'ibpm_get_multi_counters_extended' argument 5 names different: declaration 'p_pm_port_counter_mad_list' definition 'p_ibpm_port_counter_mad_list'. ibutils-1.5.7/ibis/src/ibpm.c:245:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibpm.c:246:14: style: Parameter 'port_select_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibpm.c:296:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibpm.c:297:14: style: Parameter 'port_select_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibpm.c:391:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibpm.c:392:14: style: Parameter 'port_select_list' can be declared as const array [constParameter] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:18547:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2090:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:2200:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:3276:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13370:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:13481:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14543:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14654:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14876:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:14988:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:15100:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibdm/ibdm/ibdmsh_wrap.cpp:16076:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibis/src/ibsac.c:234:11: style: Variable 'first' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibis/src/ibsac.c:236:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibis/src/ibsm.c:343:18: style: Condition 'debug_mode==1' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibsm.c:313:20: note: Assignment 'debug_mode=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibsm.c:343:18: note: Condition 'debug_mode==1' is always false ibutils-1.5.7/ibis/src/ibsm.c:437:18: style: Condition 'debug_mode==1' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibsm.c:400:20: note: Assignment 'debug_mode=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibsm.c:437:18: note: Condition 'debug_mode==1' is always false ibutils-1.5.7/ibis/src/ibsm.c:138:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:131:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:138:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:145:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:138:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:145:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:152:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:145:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:152:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:159:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:152:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:159:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:166:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:159:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:166:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:173:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:166:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:173:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:180:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:173:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:180:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:187:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:180:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:187:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:194:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:187:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:194:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:201:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:194:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:201:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:208:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibsm.c:201:10: note: status is assigned ibutils-1.5.7/ibis/src/ibsm.c:208:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibsm.c:225:17: style: Variable 'p_raw_mad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibsm.c:260:17: style: Variable 'p_raw_mad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/ibvs.c:896:61: warning:inconclusive: Possible null pointer dereference: data [nullPointer] ibutils-1.5.7/ibis/src/ibvs.c:1096:7: note: Calling function '__ibvs_prep_flash_access_mad', 7th argument '0' value is 0 ibutils-1.5.7/ibis/src/ibvs.c:896:61: note: Null pointer dereference ibutils-1.5.7/ibis/src/ibvs.c:150:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:143:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:150:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:157:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:150:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:157:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:164:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:157:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:164:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:171:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:164:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:171:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:178:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:171:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:178:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:185:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:178:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:185:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:192:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:185:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:192:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:199:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:192:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:199:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:206:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:199:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:206:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:213:10: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibvs.c:206:10: note: status is assigned ibutils-1.5.7/ibis/src/ibvs.c:213:10: note: status is overwritten ibutils-1.5.7/ibis/src/ibvs.c:495:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibvs.c:603:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibvs.c:801:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibvs.c:910:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibvs.c:965:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibvs.c:1018:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibvs.c:1070:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibvs.c:1121:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibis/src/ibvs.c:1174:15: style: Parameter 'lid_list' can be declared as const array [constParameter] ibutils-1.5.7/ibmgtsim/src/client.cpp:206:43: style: Obsolescent function 'rand_r' called. It is recommended to use 'rand' instead. [prohibitedrand_rCalled] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:171:12: warning: Member variable 'msgObj::lineNum' is not initialized in the constructor. [uninitMemberVar] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:138:31: performance: Variable 's' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:140:36: performance: Variable 's' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:176:21: performance: Variable 'f1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:176:30: performance: Variable 'f2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:176:39: performance: Variable 'f3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:176:48: performance: Variable 'f4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:176:57: performance: Variable 'f5' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:176:66: performance: Variable 'f6' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:177:9: performance: Variable 'inFile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:196:48: performance: Variable 'context' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:196:62: performance: Variable 'module' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/tcpcomm.h:114:9: style:inconclusive: Technically the member function 'GenServer::isAlive' can be const. [functionConst] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:139:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:140:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:141:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:142:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:143:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:144:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:145:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:146:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:147:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:148:5: style: Class 'msgStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:256:5: style: Class 'msgManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/client.cpp:88:9: style: The function 'proccessClientMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] ibutils-1.5.7/ibmgtsim/src/tcpcomm.h:122:17: note: Virtual function in base class ibutils-1.5.7/ibmgtsim/src/client.cpp:88:9: note: Function in derived class ibutils-1.5.7/ibmgtsim/src/client.cpp:59:25: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/client.cpp:109:32: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/client.cpp:248:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/client.cpp:262:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/client.cpp:283:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/client.cpp:304:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/client.cpp:324:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:140:30: performance: Function parameter 'str' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:173:25: performance: Function parameter 'i1' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:173:41: performance: Function parameter 'i2' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:173:57: performance: Function parameter 'i3' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:173:73: performance: Function parameter 'i4' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:173:89: performance: Function parameter 'i5' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:173:105: performance: Function parameter 'i6' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:174:25: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.h:282:50: performance: Function parameter 'module' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/client.cpp:260:26: style: Parameter 'pBindMsg' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/client.cpp:281:25: style: Parameter 'pCapMsg' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/client.cpp:302:25: style: Parameter 'pMadMsg' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibis/src/swig_extended_obj.c:198:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibis/src/swig_extended_obj.c:199:20: warning: Either the condition '!colonIdx' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] ibutils-1.5.7/ibis/src/swig_extended_obj.c:201:7: note: Assuming that condition '!colonIdx' is not redundant ibutils-1.5.7/ibis/src/swig_extended_obj.c:199:20: note: Null pointer addition ibutils-1.5.7/ibis/src/swig_extended_obj.c:95:9: style: Variable 'p_type' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/swig_extended_obj.c:155:9: style: Variable 'p_type' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/swig_extended_obj.c:193:9: style: Variable 'idStr' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/swig_extended_obj.c:263:15: style: Variable '_hex' can be declared as const array [constVariable] ibutils-1.5.7/ibis/src/swig_extended_obj.c:269:9: style: Variable 'p_type' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/swig_extended_obj.c:326:9: style: Variable 'name' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/swig_extended_obj.c:333:9: style: Variable 'p_type' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibis/src/swig_extended_obj.c:428:18: style: Variable 'name' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/dispatcher.h:99:7: performance:inconclusive: Technically the member function 'IBMSDispatcher::routeMadToDestByDR' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:424:17: note: Technically the member function 'IBMSDispatcher::routeMadToDestByDR' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/dispatcher.h:99:7: note: Technically the member function 'IBMSDispatcher::routeMadToDestByDR' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/dispatcher.h:102:7: performance:inconclusive: Technically the member function 'IBMSDispatcher::routeMadToDestByLid' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:299:17: note: Technically the member function 'IBMSDispatcher::routeMadToDestByLid' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/dispatcher.h:102:7: note: Technically the member function 'IBMSDispatcher::routeMadToDestByLid' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/node.h:196:9: style:inconclusive: Technically the member function 'IBMSNode::getLinkStatus' can be const. [functionConst] ibutils-1.5.7/ibmgtsim/src/server.h:92:13: style:inconclusive: Technically the member function 'IBMSClientConn::getIbPortNum' can be const. [functionConst] ibutils-1.5.7/ibmgtsim/src/server.h:128:9: style: The function 'processMad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] ibutils-1.5.7/ibmgtsim/src/node.h:134:17: note: Virtual function in base class ibutils-1.5.7/ibmgtsim/src/server.h:128:9: note: Function in derived class ibutils-1.5.7/ibmgtsim/src/server.h:174:9: style: The function 'closingClient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] ibutils-1.5.7/ibmgtsim/src/tcpcomm.h:127:17: note: Virtual function in base class ibutils-1.5.7/ibmgtsim/src/server.h:174:9: note: Function in derived class ibutils-1.5.7/ibmgtsim/src/server.h:182:9: style: The function 'proccessClientMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] ibutils-1.5.7/ibmgtsim/src/tcpcomm.h:122:17: note: Virtual function in base class ibutils-1.5.7/ibmgtsim/src/server.h:182:9: note: Function in derived class ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:446:53: style: Condition 'p_mad->dr_slid!=0xffff' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:446:23: note: Assuming that condition 'p_mad->dr_slid!=0xffff' is not redundant ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:446:53: note: Condition 'p_mad->dr_slid!=0xffff' is always false ibutils-1.5.7/ibmgtsim/src/node.h:68:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:67:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:189:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:234:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:435:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:446:34: style: Same expression on both sides of '||'. [duplicateExpression] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:47:12: style:inconclusive: Function 'IBMSDispatcher' argument 2 names different: declaration 'delayAvg_usec' definition 'dAvg_usec'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/dispatcher.h:120:27: note: Function 'IBMSDispatcher' argument 2 names different: declaration 'delayAvg_usec' definition 'dAvg_usec'. ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:47:12: note: Function 'IBMSDispatcher' argument 2 names different: declaration 'delayAvg_usec' definition 'dAvg_usec'. ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:48:12: style:inconclusive: Function 'IBMSDispatcher' argument 3 names different: declaration 'delayStdDev_usec' definition 'dStdDev_usec'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/dispatcher.h:120:51: note: Function 'IBMSDispatcher' argument 3 names different: declaration 'delayStdDev_usec' definition 'dStdDev_usec'. ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:48:12: note: Function 'IBMSDispatcher' argument 3 names different: declaration 'delayStdDev_usec' definition 'dStdDev_usec'. ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:119:42: style:inconclusive: Function 'setDelayAvg' argument 1 names different: declaration 'delayAvg_usec' definition 'dAvg_usec'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/dispatcher.h:125:28: note: Function 'setDelayAvg' argument 1 names different: declaration 'delayAvg_usec' definition 'dAvg_usec'. ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:119:42: note: Function 'setDelayAvg' argument 1 names different: declaration 'delayAvg_usec' definition 'dAvg_usec'. ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:126:45: style:inconclusive: Function 'setDelayStdDev' argument 1 names different: declaration 'delayStdDev_usec' definition 'dStdDev_usec'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/dispatcher.h:128:31: note: Function 'setDelayStdDev' argument 1 names different: declaration 'delayStdDev_usec' definition 'dStdDev_usec'. ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:126:45: note: Function 'setDelayStdDev' argument 1 names different: declaration 'delayStdDev_usec' definition 'dStdDev_usec'. ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:456:5: style: Local variable 'inf1' shadows outer variable [shadowVariable] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:438:3: note: Shadowed declaration ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:456:5: note: Shadow variable ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:466:7: style: Local variable 'inf2' shadows outer variable [shadowVariable] ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:440:3: note: Shadowed declaration ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:466:7: note: Shadow variable ibutils-1.5.7/ibmgtsim/src/dispatcher.cpp:136:19: style: Parameter 'msg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/node.h:268:29: style: Parameter 'tbl' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/node.h:303:30: style: Parameter 'tbl' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/node.h:340:30: style: Parameter 'tbl' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/node.h:374:32: style: Parameter 'tbl' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:49:5: performance: Variable 'format' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:50:5: performance: Variable 'context' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:51:5: performance: Variable 'module' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:56:46: style: Condition '(pos=1+format.find('$',pos))>0' is always true [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:139:52: style: Condition '(nextPos=t.format.find('$',pos))>=0' is always true [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:270:11: warning: Either the condition 'outStreamP' is redundant or there is possible null pointer dereference: outStreamP. [nullPointerRedundantCheck] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:274:9: note: Assuming that condition 'outStreamP' is not redundant ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:270:11: note: Null pointer dereference ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:46:46: performance: Function parameter 'ctx' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:46:58: performance: Function parameter 'mod' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:245:48: performance: Function parameter 'ctx' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:245:60: performance: Function parameter 'mod' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:256:41: performance: Function parameter 'fn' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:257:16: performance: Function parameter 'i1' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:257:27: performance: Function parameter 'i2' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:257:38: performance: Function parameter 'i3' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:257:49: performance: Function parameter 'i4' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:257:60: performance: Function parameter 'i5' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:257:71: performance: Function parameter 'i6' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:46:34: style: Parameter 'fmt' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/msgmgr.cpp:139:29: performance: Inefficient usage of string::find() in condition; string::starts_with() could be faster. [stlIfStrFind] ibutils-1.5.7/ibmgtsim/src/node.cpp:121:5: performance: Variable 'mgtClasses' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] ibutils-1.5.7/ibmgtsim/src/node.h:213:9: style:inconclusive: Technically the member function 'IBMSNode::getPhyPortErrProfile' can be const. [functionConst] ibutils-1.5.7/ibmgtsim/src/node.cpp:275:15: note: Technically the member function 'IBMSNode::getPhyPortErrProfile' can be const. ibutils-1.5.7/ibmgtsim/src/node.h:213:9: note: Technically the member function 'IBMSNode::getPhyPortErrProfile' can be const. ibutils-1.5.7/ibmgtsim/src/node.cpp:458:14: style: Condition 'pPort->p_remotePort' is always true [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/node.cpp:511:40: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/node.cpp:513:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/node.cpp:557:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/node.cpp:516:21: style: The scope of the variable 'tid' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/node.cpp:116:22: style:inconclusive: Function 'IBMSMadProcessor' argument 2 names different: declaration 'mgtClasses' definition 'mgtClassesList'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/node.h:140:59: note: Function 'IBMSMadProcessor' argument 2 names different: declaration 'mgtClasses' definition 'mgtClassesList'. ibutils-1.5.7/ibmgtsim/src/node.cpp:116:22: note: Function 'IBMSMadProcessor' argument 2 names different: declaration 'mgtClasses' definition 'mgtClassesList'. ibutils-1.5.7/ibmgtsim/src/node.cpp:171:42: style: Local variable 'lI' shadows outer variable [shadowVariable] ibutils-1.5.7/ibmgtsim/src/node.cpp:164:32: note: Shadowed declaration ibutils-1.5.7/ibmgtsim/src/node.cpp:171:42: note: Shadow variable ibutils-1.5.7/ibmgtsim/src/node.cpp:116:22: style: Parameter 'mgtClassesList' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/node.cpp:256:29: style: Parameter 'errProfile' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/node.cpp:288:51: style: Parameter 'countersVal' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/node.cpp:338:72: style: Parameter 'data' can be declared as const array [constParameter] ibutils-1.5.7/ibmgtsim/src/node.cpp:386:79: style: Parameter 'inMftBlock' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/pma.h:56:7: performance:inconclusive: Technically the member function 'IBMSPma::pmaMadValidation' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibmgtsim/src/pma.cpp:69:14: note: Technically the member function 'IBMSPma::pmaMadValidation' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/pma.h:56:7: note: Technically the member function 'IBMSPma::pmaMadValidation' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/sma.h:113:3: style: Class 'SMATimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] ibutils-1.5.7/ibmgtsim/src/sma.h:211:7: style: The function 'processMad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] ibutils-1.5.7/ibmgtsim/src/node.h:134:17: note: Virtual function in base class ibutils-1.5.7/ibmgtsim/src/sma.h:211:7: note: Function in derived class ibutils-1.5.7/ibmgtsim/src/pma.h:69:7: style: The function 'processMad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] ibutils-1.5.7/ibmgtsim/src/node.h:134:17: note: Virtual function in base class ibutils-1.5.7/ibmgtsim/src/pma.h:69:7: note: Function in derived class ibutils-1.5.7/ibmgtsim/src/pma.cpp:122:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/pma.cpp:195:28: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/pma.cpp:196:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/pma.cpp:70:19: style: Parameter 'madMsg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/pma.cpp:62:15: style: Variable 'pNodeData' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/pma.cpp:196:17: style: Variable 'pReqGmp' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/pma.cpp:64:13: style: Variable 'pNodeData' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/randmgr.cpp:56:10: style: Obsolescent function 'rand_r' called. It is recommended to use 'rand' instead. [prohibitedrand_rCalled] ibutils-1.5.7/ibmgtsim/src/server.cpp:495:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] ibutils-1.5.7/ibmgtsim/src/server.cpp:142:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/server.cpp:143:23: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/server.cpp:463:33: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/server.cpp:371:25: style:inconclusive: Function 'handleCapMsg' argument 2 names different: declaration 'msg' definition 'capMsg'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/server.h:171:54: note: Function 'handleCapMsg' argument 2 names different: declaration 'msg' definition 'capMsg'. ibutils-1.5.7/ibmgtsim/src/server.cpp:371:25: note: Function 'handleCapMsg' argument 2 names different: declaration 'msg' definition 'capMsg'. ibutils-1.5.7/ibmgtsim/src/server.cpp:371:25: style: Parameter 'capMsg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/server.cpp:127:13: style: Variable 'pNode' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/server.cpp:283:13: style: Variable 'pPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/server.cpp:284:13: style: Variable 'pNode' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sim.h:99:17: performance:inconclusive: Technically the member function 'IBMgtSim::getSimulatorDir' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibmgtsim/src/sim.cpp:48:23: note: Technically the member function 'IBMgtSim::getSimulatorDir' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/sim.h:99:17: note: Technically the member function 'IBMgtSim::getSimulatorDir' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/vsa.h:82:7: style: The function 'processMad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] ibutils-1.5.7/ibmgtsim/src/node.h:134:17: note: Virtual function in base class ibutils-1.5.7/ibmgtsim/src/vsa.h:82:7: note: Function in derived class ibutils-1.5.7/ibmgtsim/src/sim.cpp:134:18: style: Variable 'pSma' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sim.cpp:144:29: style: Variable 'pVsa' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sim.cpp:151:18: style: Variable 'pPma' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/simmsg.cpp:108:35: error: Undefined behavior: Variable 'msg' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ibutils-1.5.7/ibmgtsim/src/simmsg.cpp:110:35: error: Undefined behavior: Variable 'msg' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ibutils-1.5.7/ibmgtsim/src/simmsg.cpp:112:40: error: Undefined behavior: Variable 'msg' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ibutils-1.5.7/ibmgtsim/src/simmsg.cpp:114:41: error: Undefined behavior: Variable 'msg' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ibutils-1.5.7/ibmgtsim/src/simmsg.cpp:116:44: error: Undefined behavior: Variable 'msg' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ibutils-1.5.7/ibmgtsim/src/simmsg.cpp:119:44: error: Undefined behavior: Variable 'msg' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ibutils-1.5.7/ibmgtsim/src/simmsg.cpp:121:49: error: Undefined behavior: Variable 'msg' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ibutils-1.5.7/ibmgtsim/src/sma.h:152:7: performance:inconclusive: Technically the member function 'IBMSSma::madValidation' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1685:14: note: Technically the member function 'IBMSSma::madValidation' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/sma.h:152:7: note: Technically the member function 'IBMSSma::madValidation' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/sma.h:170:7: style:inconclusive: Technically the member function 'IBMSSma::setPortInfoSwExtPort' can be const. [functionConst] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1292:14: note: Technically the member function 'IBMSSma::setPortInfoSwExtPort' can be const. ibutils-1.5.7/ibmgtsim/src/sma.h:170:7: note: Technically the member function 'IBMSSma::setPortInfoSwExtPort' can be const. ibutils-1.5.7/ibmgtsim/src/sma.h:180:7: style:inconclusive: Technically the member function 'IBMSSma::setPortInfoGeneral' can be const. [functionConst] ibutils-1.5.7/ibmgtsim/src/sma.cpp:975:14: note: Technically the member function 'IBMSSma::setPortInfoGeneral' can be const. ibutils-1.5.7/ibmgtsim/src/sma.h:180:7: note: Technically the member function 'IBMSSma::setPortInfoGeneral' can be const. ibutils-1.5.7/ibmgtsim/src/sma.h:202:7: style:inconclusive: Technically the member function 'IBMSSma::sl2VlMad' can be const. [functionConst] ibutils-1.5.7/ibmgtsim/src/sma.cpp:755:14: note: Technically the member function 'IBMSSma::sl2VlMad' can be const. ibutils-1.5.7/ibmgtsim/src/sma.h:202:7: note: Technically the member function 'IBMSSma::sl2VlMad' can be const. ibutils-1.5.7/ibmgtsim/src/sma.h:204:7: style:inconclusive: Technically the member function 'IBMSSma::vlArbMad' can be const. [functionConst] ibutils-1.5.7/ibmgtsim/src/sma.cpp:686:14: note: Technically the member function 'IBMSSma::vlArbMad' can be const. ibutils-1.5.7/ibmgtsim/src/sma.h:204:7: note: Technically the member function 'IBMSSma::vlArbMad' can be const. ibutils-1.5.7/ibmgtsim/src/sma.cpp:82:5: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:86:5: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:117:23: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:161:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:414:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:458:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:576:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:612:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:619:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:639:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:727:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:728:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:739:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:747:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:748:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:789:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:790:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:801:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:809:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:810:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:828:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:829:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:871:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:877:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:901:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:906:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:920:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:935:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:936:24: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:987:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:988:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1221:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1222:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1304:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1305:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1367:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1368:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1509:16: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1551:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1602:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1603:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1609:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1615:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1616:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1661:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1662:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1669:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1677:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1678:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1745:28: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1746:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1755:24: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1898:28: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1899:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/sma.cpp:695:23: style: The scope of the variable 'pVlArbEntryElm' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/sma.cpp:764:23: style: The scope of the variable 'pSl2VlEntryElm' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1575:23: style: The scope of the variable 'pGuidInfoBlockElem' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1631:23: style: The scope of the variable 'pPkeyBlockElem' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/sma.cpp:98:24: style:inconclusive: Function 'SMATimer' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/sma.h:113:16: note: Function 'SMATimer' argument 1 names different: declaration 'time' definition 't'. ibutils-1.5.7/ibmgtsim/src/sma.cpp:98:24: note: Function 'SMATimer' argument 1 names different: declaration 'time' definition 't'. ibutils-1.5.7/ibmgtsim/src/sma.cpp:1111:13: style:inconclusive: Function 'setIBPortBaseLid' argument 2 names different: declaration 'portNum' definition 'inPortNum'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/sma.h:163:34: note: Function 'setIBPortBaseLid' argument 2 names different: declaration 'portNum' definition 'inPortNum'. ibutils-1.5.7/ibmgtsim/src/sma.cpp:1111:13: note: Function 'setIBPortBaseLid' argument 2 names different: declaration 'portNum' definition 'inPortNum'. ibutils-1.5.7/ibmgtsim/src/sma.cpp:524:48: performance: Function parameter 'mgtClasses' should be passed by const reference. [passedByValue] ibutils-1.5.7/ibmgtsim/src/sma.cpp:975:49: style: Parameter 'respMadMsg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1208:52: style: Parameter 'respMadMsg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1292:51: style: Parameter 'respMadMsg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1355:45: style: Parameter 'respMadMsg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1685:44: style: Parameter 'madMsg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/sma.cpp:144:29: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:178:24: style: Variable 'pNodeData' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:529:15: style: Variable 'pNodeData' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:692:23: style: Variable 'pReqMad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:761:23: style: Variable 'pReqMad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:823:23: style: Variable 'pReqMad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1507:25: style: Variable 'pNodePortInfo' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1572:23: style: Variable 'pReqMad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1628:23: style: Variable 'pReqMad' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1746:17: style: Variable 'pReqSmp' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:1899:17: style: Variable 'pReqSmp' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/sma.cpp:180:13: style: Variable 'pNodeData' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/sma.cpp:531:13: style: Variable 'pNodeData' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:148:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:171:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:215:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:227:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:231:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:236:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:73:21: style: The scope of the variable '_s' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:75:20: style: The scope of the variable '_c' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:108:8: style: The scope of the variable 'temp_type' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:109:9: style: The scope of the variable 'name' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:110:11: style: The scope of the variable 'len' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:112:18: style: The scope of the variable 'cache' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:113:8: style: The scope of the variable 'start' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:113:15: style: The scope of the variable 'end' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:70:15: style: Variable '_hex' can be declared as const array [constVariable] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:109:9: style: Variable 'name' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/swig_alternate_mangling.cpp:196:10: style: Variable 'name' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:372:18: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] ibutils-1.5.7/ibmgtsim/src/tcpcomm.h:101:9: performance:inconclusive: Technically the member function 'GenServer::createServerSocket' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:71:16: note: Technically the member function 'GenServer::createServerSocket' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/tcpcomm.h:101:9: note: Technically the member function 'GenServer::createServerSocket' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:361:5: warning: Class 'GenClient' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:361:5: warning: Class 'GenClient' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:96:9: error: Resource leak: sock [resourceLeak] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:102:9: error: Resource leak: sock [resourceLeak] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:94:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:244:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:268:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:306:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:394:24: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:71:50: style:inconclusive: Function 'createServerSocket' argument 1 names different: declaration 'portNum' definition 'port_num'. [funcArgNamesDifferent] ibutils-1.5.7/ibmgtsim/src/tcpcomm.h:101:43: note: Function 'createServerSocket' argument 1 names different: declaration 'portNum' definition 'port_num'. ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:71:50: note: Function 'createServerSocket' argument 1 names different: declaration 'portNum' definition 'port_num'. ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:347:28: style: Parameter 'pHostName' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:352:21: style: Variable 'pHostEntry' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/tcpcomm.cpp:415:37: style: Parameter 'request' can be declared as const array [constParameter] ibutils-1.5.7/ibmgtsim/src/vsa.h:64:7: performance:inconclusive: Technically the member function 'IBMSVendorSpecific::vsMadValidation' can be static (but you may consider moving to unnamed namespace). [functionStatic] ibutils-1.5.7/ibmgtsim/src/vsa.cpp:74:25: note: Technically the member function 'IBMSVendorSpecific::vsMadValidation' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/vsa.h:64:7: note: Technically the member function 'IBMSVendorSpecific::vsMadValidation' can be static (but you may consider moving to unnamed namespace). ibutils-1.5.7/ibmgtsim/src/vsa.cpp:479:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/vsa.cpp:480:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/vsa.cpp:577:32: style: Variable 'pSimNode->crSpace[0x8232c]' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/vsa.cpp:576:32: note: pSimNode->crSpace[0x8232c] is assigned ibutils-1.5.7/ibmgtsim/src/vsa.cpp:577:32: note: pSimNode->crSpace[0x8232c] is overwritten ibutils-1.5.7/ibmgtsim/src/vsa.cpp:612:32: style: Variable 'pSimNode->crSpace[0x8232c]' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/vsa.cpp:611:32: note: pSimNode->crSpace[0x8232c] is assigned ibutils-1.5.7/ibmgtsim/src/vsa.cpp:612:32: note: pSimNode->crSpace[0x8232c] is overwritten ibutils-1.5.7/ibmgtsim/src/vsa.cpp:635:32: style: Variable 'pSimNode->crSpace[0x8232c]' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/vsa.cpp:634:32: note: pSimNode->crSpace[0x8232c] is assigned ibutils-1.5.7/ibmgtsim/src/vsa.cpp:635:32: note: pSimNode->crSpace[0x8232c] is overwritten ibutils-1.5.7/ibmgtsim/src/vsa.cpp:75:19: style: Parameter 'madMsg' can be declared as reference to const [constParameterReference] ibutils-1.5.7/ibmgtsim/src/vsa.cpp:480:17: style: Variable 'pReqVs' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30346:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30384:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30447:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30485:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31977:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32015:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32078:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32116:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35032:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35070:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37234:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37272:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38437:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38475:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39738:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39776:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40290:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40328:11: error: Buffer is accessed out of bounds: buff [bufferAccessOutOfBounds] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:469:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:481:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:510:14: style: Obsolescent function 'rindex' called. It is recommended to use 'strrchr' instead. [prohibitedrindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:539:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:706:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:718:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:812:14: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1221:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1315:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1412:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1507:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1601:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1694:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1789:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1926:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2022:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2117:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2210:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2303:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2426:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2536:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2648:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2787:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2924:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3017:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3112:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3251:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3390:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3491:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3595:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3734:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3803:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3913:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3982:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4051:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4150:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4219:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4320:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4413:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4506:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4603:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4709:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4811:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4960:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5029:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5126:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5224:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5293:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5390:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5488:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5557:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5654:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5753:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5849:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5945:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6041:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6137:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6237:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6335:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6435:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6533:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6629:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6725:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6824:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6925:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7022:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7125:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7194:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7299:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7663:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7767:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7867:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7963:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8059:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8161:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8261:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8363:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8463:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8565:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8664:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8768:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8868:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8970:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9068:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9165:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9262:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9356:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9466:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9570:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9670:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9771:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9879:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9948:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10048:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10143:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10244:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10346:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10415:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10515:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10584:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10682:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10783:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10882:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10977:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11399:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11503:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11602:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11671:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11768:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11866:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11935:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12032:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12130:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12199:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12296:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12400:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12496:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12593:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12662:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12767:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13087:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13191:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13290:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13394:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13493:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13562:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13659:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13756:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13867:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13986:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14088:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14181:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14282:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14380:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14484:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14588:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14929:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15040:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15151:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15261:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15373:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15485:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15599:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15695:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15791:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15887:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15983:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16079:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16178:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16253:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16355:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16460:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16574:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16679:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16789:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16894:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16997:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17100:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17210:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17352:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17453:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17588:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17771:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17872:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17973:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18074:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18175:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18277:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18348:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18443:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18545:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18643:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18740:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28081:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28152:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28226:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28318:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28404:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28487:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28563:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28637:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28711:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28777:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28847:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28942:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29043:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29138:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29239:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29334:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29464:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29561:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29687:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29771:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29858:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29954:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31234:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31338:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31442:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33129:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34355:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34459:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34563:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36035:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36139:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36243:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37335:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38538:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39839:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41229:20: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5084:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5081:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5084:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5181:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5178:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5181:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5348:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5345:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5348:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5445:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5442:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5445:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5612:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5609:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5612:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5709:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5706:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5709:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5810:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5807:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5810:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5904:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5901:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5904:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6002:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5999:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6002:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6096:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6093:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6096:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6196:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6193:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6196:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6292:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6289:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6292:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6394:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6391:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6394:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6490:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6487:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6490:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6590:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6587:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6590:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6684:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6681:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6684:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7724:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7721:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7724:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7822:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7819:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7822:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7924:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7921:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7924:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8018:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8015:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8018:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8118:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8115:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8118:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8216:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8213:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8216:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8320:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8317:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8320:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8418:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8415:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8418:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8522:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8519:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8522:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8620:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8617:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8620:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8725:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8722:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8725:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8823:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8820:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8823:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8927:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8924:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8927:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9025:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9022:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9025:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9123:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9120:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9123:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9220:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9217:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9220:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9317:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9314:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9317:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9411:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9408:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9411:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9521:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9518:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9521:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9625:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9622:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9625:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10103:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10100:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10103:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11460:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11457:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11460:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11558:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11555:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11558:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11726:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11723:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11726:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11823:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11820:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11823:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11990:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11987:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11990:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12087:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12084:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12087:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12254:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12251:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12254:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12351:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12348:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12351:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12551:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12548:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12551:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13148:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13145:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13148:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13246:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13243:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13246:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13351:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13348:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13351:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13449:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13446:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13449:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13617:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13614:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13617:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13714:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13711:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13714:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13811:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13808:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13811:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13922:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13919:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13922:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14143:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14140:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14143:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14984:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14981:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14984:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15095:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15092:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15095:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15206:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15203:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15206:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15316:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15313:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15316:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15428:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15425:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15428:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15540:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15537:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15540:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15656:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15653:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15656:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15750:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15747:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15750:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15848:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15845:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15848:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15942:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15939:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15942:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16040:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16037:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16040:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16134:7: style: Condition 'ibdm_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16131:20: note: Assignment 'ibdm_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16134:7: note: Condition 'ibdm_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19069:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19038:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19069:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19137:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19134:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19137:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19172:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19169:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19172:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19213:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19210:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19213:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19248:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19245:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19248:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19289:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19286:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19289:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19324:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19321:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19324:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19365:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19362:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19365:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19400:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19397:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19400:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19441:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19438:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19441:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19476:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19473:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19476:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19517:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19514:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19517:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19552:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19549:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19552:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19593:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19590:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19593:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19628:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19625:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19628:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19669:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19666:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19669:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19704:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19701:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19704:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19745:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19742:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19745:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19780:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19777:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19780:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19821:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19818:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19821:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19856:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19853:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19856:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19897:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19894:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19897:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19932:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19929:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19932:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20197:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20166:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20197:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20265:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20262:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20265:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20300:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20297:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20300:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20341:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20338:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20341:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20376:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20373:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20376:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20417:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20414:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20417:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20452:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20449:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20452:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20493:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20490:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20493:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20528:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20525:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20528:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20569:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20566:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20569:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20604:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20601:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20604:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20645:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20642:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20645:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20680:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20677:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20680:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20721:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20718:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20721:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20756:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20753:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20756:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20797:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20794:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20797:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20832:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20829:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20832:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20873:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20870:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20873:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20908:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20905:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20908:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20949:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20946:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20949:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20984:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20981:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20984:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21025:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21022:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21025:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21060:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21057:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21060:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21325:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21294:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21325:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21393:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21390:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21393:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21428:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21425:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21428:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21469:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21466:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21469:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21504:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21501:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21504:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21545:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21542:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21545:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21580:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21577:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21580:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21621:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21618:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21621:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21656:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21653:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21656:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21697:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21694:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21697:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21732:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21729:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21732:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21773:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21770:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21773:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21808:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21805:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21808:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21849:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21846:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21849:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21884:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21881:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21884:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21925:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21922:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21925:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21960:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21957:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21960:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22001:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21998:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22001:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22036:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22033:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22036:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22077:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22074:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22077:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22112:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22109:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22112:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22153:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22150:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22153:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22188:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22185:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22188:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22229:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22226:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22229:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22264:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22261:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22264:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22305:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22302:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22305:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22340:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22337:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22340:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22381:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22378:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22381:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22416:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22413:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22416:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22457:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22454:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22457:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22492:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22489:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22492:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22533:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22530:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22533:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22568:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22565:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22568:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22609:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22606:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22609:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22644:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22641:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22644:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22685:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22682:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22685:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22720:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22717:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22720:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22761:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22758:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22761:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22796:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22793:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22796:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22837:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22834:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22837:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22872:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22869:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22872:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22913:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22910:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22913:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22948:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22945:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22948:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22989:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22986:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22989:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23024:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23021:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23024:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23065:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23062:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23065:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23100:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23097:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23100:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23141:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23138:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23141:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23176:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23173:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23176:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23217:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23214:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23217:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23252:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23249:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23252:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23293:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23290:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23293:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23328:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23325:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23328:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23369:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23366:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23369:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23404:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23401:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23404:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23445:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23442:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23445:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23480:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23477:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23480:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23521:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23518:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23521:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23556:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23553:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23556:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23597:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23594:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23597:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23632:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23629:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23632:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24106:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24075:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24106:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24242:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24239:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24242:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24400:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24369:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24400:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24468:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24465:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24468:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24503:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24500:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24503:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24544:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24541:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24544:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24579:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24576:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24579:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24620:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24617:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24620:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24655:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24652:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24655:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24764:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24761:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24764:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24955:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24924:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24955:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25023:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25020:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25023:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25054:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25051:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25054:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25159:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25156:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25159:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25203:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25200:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25203:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25238:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25235:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25238:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25279:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25276:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25279:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25314:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25311:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25314:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25355:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25352:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25355:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25390:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25387:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25390:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25431:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25428:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25431:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25466:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25463:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25466:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25507:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25504:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25507:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25542:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25539:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25542:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25583:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25580:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25583:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25618:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25615:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25618:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25659:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25656:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25659:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25694:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25691:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25694:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25735:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25732:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25735:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25770:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25767:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25770:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25811:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25808:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25811:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25846:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25843:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25846:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25887:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25884:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25887:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25922:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25919:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25922:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25963:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25960:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25963:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25998:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25995:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25998:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26039:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26036:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26039:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26074:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26071:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26074:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26115:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26112:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26115:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26150:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26147:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26150:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26191:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26188:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26191:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26226:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26223:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26226:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26267:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26264:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26267:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26302:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26299:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26302:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26343:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26340:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26343:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26378:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26375:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26378:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26419:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26416:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26419:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26454:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26451:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26454:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26495:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26492:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26495:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26530:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26527:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26530:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26571:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26568:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26571:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26606:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26603:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26606:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26647:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26644:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26647:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26682:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26679:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26682:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26791:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26788:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26791:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27191:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27160:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27191:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27582:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27578:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27582:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27685:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27654:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27685:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27908:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27904:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27908:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28011:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27980:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28011:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30096:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30092:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30096:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30199:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30168:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30199:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30284:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30281:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30284:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30339:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30336:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30339:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30377:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30374:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30377:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30440:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30437:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30440:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30478:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30475:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30478:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30522:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30519:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30522:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30557:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30554:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30557:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30598:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30595:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30598:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30633:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30630:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30633:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30674:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30671:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30674:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30709:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30706:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30709:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30750:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30747:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30750:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30785:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30782:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30785:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30826:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30823:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30826:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30861:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30858:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30861:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30902:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30899:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30902:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30937:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30934:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30937:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30978:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30975:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30978:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31013:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31010:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31013:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31054:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31051:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31054:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31089:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31086:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31089:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31130:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31127:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31130:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31165:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31162:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31165:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31839:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31836:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31839:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31875:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31872:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31875:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31910:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31907:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31910:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31970:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31967:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31970:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32008:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32005:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32008:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32071:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32068:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32071:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32109:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32106:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32109:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32153:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32150:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32153:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32188:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32185:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32188:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32229:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32226:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32229:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32264:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32261:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32264:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32305:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32302:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32305:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32340:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32337:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32340:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32381:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32378:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32381:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32416:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32413:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32416:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32457:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32454:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32457:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32492:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32489:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32492:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32533:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32530:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32533:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32568:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32565:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32568:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32609:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32606:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32609:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32644:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32641:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32644:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32685:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32682:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32685:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32720:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32717:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32720:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32761:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32758:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32761:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32796:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32793:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32796:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32837:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32834:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32837:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32872:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32869:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32872:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32913:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32910:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32913:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32948:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32945:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32948:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33057:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33054:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33057:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33566:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33563:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33566:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33670:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33667:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33670:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33919:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33916:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33919:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33955:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33952:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33955:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33990:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33987:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33990:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34031:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34028:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34031:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34066:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34063:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34066:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34107:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34104:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34107:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34142:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34139:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34142:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34183:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34180:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34183:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34218:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34215:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34218:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34259:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34256:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34259:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34290:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34287:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34290:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34894:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34891:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34894:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34930:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34927:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34930:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34965:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34962:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34965:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35025:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35022:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35025:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35063:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35060:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35063:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35107:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35104:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35107:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35142:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35139:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35142:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35183:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35180:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35183:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35218:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35215:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35218:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35259:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35256:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35259:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35294:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35291:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35294:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35403:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35400:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35403:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35515:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35512:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35515:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35627:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35624:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35627:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35739:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35736:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35739:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35851:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35848:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35851:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35963:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35960:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35963:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36610:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36607:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36610:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36640:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36637:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36640:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36676:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36673:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36676:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36711:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36708:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36711:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36752:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36749:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36752:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36787:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36784:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36787:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36828:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36825:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36828:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36863:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36860:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36863:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36904:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36901:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36904:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36939:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36936:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36939:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36980:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36977:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36980:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37015:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37012:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37015:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37056:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37053:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37056:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37091:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37088:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37091:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37132:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37129:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37132:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37167:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37164:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37167:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37227:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37224:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37227:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37265:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37262:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37265:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37661:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37658:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37661:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37691:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37688:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37691:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37727:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37724:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37727:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37762:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37759:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37762:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37803:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37800:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37803:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37838:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37835:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37838:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37879:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37876:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37879:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37914:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37911:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37914:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37955:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37952:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37955:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37990:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37987:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37990:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38031:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38028:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38031:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38066:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38063:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38066:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38107:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38104:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38107:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38142:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38139:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38142:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38183:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38180:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38183:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38218:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38215:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38218:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38259:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38256:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38259:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38294:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38291:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38294:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38335:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38332:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38335:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38370:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38367:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38370:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38430:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38427:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38430:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38468:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38465:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38468:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38886:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38883:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38886:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38916:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38913:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38916:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38952:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38949:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38952:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38987:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38984:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38987:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39028:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39025:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39028:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39063:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39060:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39063:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39104:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39101:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39104:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39139:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39136:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39139:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39180:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39177:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39180:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39215:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39212:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39215:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39256:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39253:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39256:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39291:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39288:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39291:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39332:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39329:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39332:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39367:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39364:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39367:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39408:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39405:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39408:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39443:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39440:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39443:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39484:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39481:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39484:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39519:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39516:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39519:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39560:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39557:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39560:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39595:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39592:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39595:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39636:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39633:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39636:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39671:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39668:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39671:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39731:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39728:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39731:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39769:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39766:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39769:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40198:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40195:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40198:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40228:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40225:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40228:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40283:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40280:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40283:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40321:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40318:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40321:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40365:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40362:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40365:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40400:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40397:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40400:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40441:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40438:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40441:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40476:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40473:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40476:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40517:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40514:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40517:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40552:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40549:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40552:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40593:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40590:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40593:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40628:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40625:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40628:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40669:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40666:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40669:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40704:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40701:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40704:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40745:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40742:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40745:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40780:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40777:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40780:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40821:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40818:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40821:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40856:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40853:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40856:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40897:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40894:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40897:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40932:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40929:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40932:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40973:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40970:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40973:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41008:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41005:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41008:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41049:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41046:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41049:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41084:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41081:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41084:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41125:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41122:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41125:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41160:7: style: Condition 'ibms_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41157:20: note: Assignment 'ibms_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41160:7: note: Condition 'ibms_tcl_error' is always false ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:450:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:525:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:687:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1867:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2726:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2865:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3190:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3329:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6887:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9733:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14244:3: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35934:5: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35972:5: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6881:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9727:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14238:3: error: Memory leak: _result [memleak] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:218:5: error: Common realloc mistake: 'SwigPtrTable' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:187:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:188:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:194:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:195:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:213:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:218:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:240:9: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:413:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:418:20: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:423:24: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:428:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:434:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:670:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1154:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1179:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1213:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1307:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1404:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1499:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1593:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1686:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1781:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1879:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1918:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2014:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2109:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2202:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2295:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2418:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2528:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2640:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2738:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2779:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2877:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2916:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3009:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3104:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3202:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3243:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3341:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3382:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3441:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3483:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3587:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3726:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3795:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3905:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3974:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4043:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4142:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4211:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4312:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4405:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4498:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4595:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4701:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4771:32: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4803:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4873:32: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4952:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5021:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5082:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5118:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5179:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5216:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5285:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5346:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5382:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5443:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5480:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5549:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5610:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5646:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5707:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5745:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5841:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5937:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6033:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6129:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6194:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6229:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6290:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6327:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6392:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6427:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6488:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6525:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6621:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6717:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6780:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6816:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6917:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7014:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7117:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7186:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7291:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7374:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7380:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7457:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7596:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7603:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7655:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7722:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7759:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7820:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7859:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7955:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8051:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8116:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8153:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8214:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8253:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8318:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8355:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8416:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8455:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8520:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8557:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8618:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8656:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8723:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8760:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8821:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8860:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8925:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8962:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9023:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9060:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9121:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9157:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9218:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9254:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9348:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9409:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9458:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9519:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9562:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9623:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9662:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9763:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9871:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9940:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10005:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10040:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10135:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10198:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10236:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10299:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10338:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10407:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10507:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10576:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10674:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10737:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10775:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10874:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10969:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11057:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11063:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11158:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11332:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11339:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11391:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11458:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11495:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11556:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11594:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11663:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11724:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11760:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11821:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11858:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11927:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11988:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12024:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12085:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12122:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12191:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12252:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12288:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12349:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12392:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12453:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12488:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12585:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12654:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12759:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12848:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12854:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12909:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13020:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13027:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13079:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13146:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13183:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13244:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13282:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13349:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13386:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13447:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13485:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13554:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13615:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13651:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13712:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13748:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13809:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13859:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13920:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13978:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14045:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14080:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14173:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14274:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14372:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14439:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14476:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14543:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14580:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14647:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14678:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14684:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14745:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14863:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14870:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14921:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14982:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15032:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15093:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15143:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15204:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15253:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15314:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15365:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15426:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15477:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15538:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15591:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15687:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15783:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15879:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15975:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16071:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16170:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16245:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16310:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16347:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16414:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16452:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16515:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16566:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16633:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16671:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16744:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16781:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16848:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16886:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16951:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16989:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17054:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17092:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17157:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17202:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17344:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17445:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17580:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17763:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17864:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17965:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18066:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18167:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18269:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18340:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18435:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18498:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18537:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18635:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18732:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18816:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18822:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18927:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19073:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19080:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19124:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19135:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19163:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19170:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19200:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19211:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19239:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19246:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19276:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19287:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19315:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19322:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19352:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19363:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19391:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19398:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19428:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19439:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19467:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19474:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19504:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19515:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19543:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19550:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19580:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19591:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19619:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19626:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19656:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19667:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19695:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19702:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19732:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19743:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19771:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19778:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19808:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19819:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19847:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19854:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19884:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19895:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19923:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19930:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19956:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19962:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20041:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20201:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20208:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20252:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20263:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20291:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20298:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20328:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20339:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20367:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20374:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20404:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20415:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20443:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20450:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20480:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20491:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20519:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20526:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20556:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20567:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20595:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20602:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20632:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20643:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20671:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20678:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20708:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20719:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20747:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20754:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20784:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20795:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20823:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20830:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20860:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20871:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20899:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20906:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20936:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20947:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20975:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20982:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21012:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21023:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21051:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21058:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21084:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21090:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21169:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21329:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21336:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21380:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21391:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21419:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21426:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21456:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21467:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21495:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21502:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21532:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21543:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21571:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21578:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21608:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21619:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21647:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21654:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21684:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21695:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21723:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21730:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21760:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21771:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21799:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21806:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21836:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21847:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21875:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21882:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21912:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21923:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21951:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21958:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21988:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21999:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22027:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22034:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22064:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22075:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22103:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22110:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22140:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22151:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22179:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22186:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22216:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22227:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22255:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22262:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22292:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22303:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22331:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22338:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22368:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22379:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22407:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22414:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22444:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22455:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22483:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22490:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22520:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22531:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22559:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22566:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22596:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22607:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22635:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22642:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22672:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22683:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22711:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22718:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22748:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22759:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22787:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22794:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22824:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22835:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22863:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22870:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22900:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22911:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22939:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22946:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22976:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22987:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23015:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23022:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23052:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23063:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23091:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23098:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23128:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23139:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23167:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23174:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23204:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23215:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23243:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23250:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23280:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23291:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23319:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23326:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23356:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23367:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23395:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23402:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23432:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23443:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23471:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23478:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23508:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23519:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23547:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23554:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23584:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23595:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23623:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23630:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23656:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23662:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23817:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24110:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24117:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24169:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24181:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24202:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24233:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24240:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24269:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24275:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24314:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24404:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24411:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24455:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24466:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24494:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24501:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24531:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24542:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24570:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24577:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24607:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24618:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24646:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24653:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24691:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24703:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24724:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24755:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24762:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24791:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24797:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24848:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24959:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24966:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25009:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25014:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25021:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25028:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25045:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25052:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25059:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25086:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25098:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25119:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25150:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25157:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25190:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25201:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25229:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25236:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25266:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25277:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25305:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25312:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25342:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25353:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25381:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25388:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25418:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25429:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25457:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25464:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25494:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25505:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25533:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25540:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25570:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25581:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25609:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25616:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25646:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25657:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25685:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25692:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25722:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25733:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25761:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25768:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25798:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25809:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25837:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25844:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25874:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25885:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25913:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25920:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25950:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25961:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25989:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25996:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26026:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26037:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26065:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26072:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26102:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26113:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26141:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26148:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26178:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26189:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26217:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26224:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26254:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26265:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26293:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26300:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26330:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26341:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26369:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26376:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26406:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26417:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26445:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26452:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26482:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26493:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26521:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26528:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26558:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26569:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26597:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26604:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26634:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26645:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26673:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26680:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26718:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26730:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26751:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26782:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26789:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26818:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26824:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26951:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27195:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27202:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27245:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27285:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27326:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27368:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27405:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27444:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27478:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27519:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27549:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27555:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27606:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27689:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27696:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27738:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27745:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27772:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27779:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27786:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27803:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27810:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27817:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27844:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27883:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27889:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27932:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28015:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28022:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28073:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28106:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28144:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28218:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28310:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28396:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28435:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28479:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28520:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28527:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28555:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28592:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28599:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28629:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28703:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28736:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28743:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28769:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28802:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28809:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28839:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28880:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28934:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29035:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29076:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29130:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29231:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29272:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29326:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29384:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29390:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29391:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29399:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29400:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29407:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29408:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29411:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29413:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29456:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29497:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29553:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29608:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29618:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29623:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29634:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29679:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29763:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29850:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29946:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30035:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30041:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30120:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30203:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30210:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30252:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30259:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30275:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30307:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30337:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30368:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30375:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30408:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30438:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30469:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30476:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30509:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30520:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30548:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30555:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30585:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30596:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30624:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30631:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30661:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30672:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30700:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30707:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30737:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30748:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30776:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30783:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30813:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30824:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30852:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30859:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30889:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30900:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30928:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30935:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30965:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30976:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31004:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31011:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31041:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31052:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31080:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31087:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31117:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31128:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31156:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31163:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31186:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31211:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31226:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31290:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31315:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31330:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31394:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31419:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31434:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31507:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31513:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31598:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31758:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31765:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31807:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31814:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31830:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31862:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31873:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31901:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31908:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31938:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31968:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31999:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32006:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32039:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32069:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32100:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32107:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32140:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32151:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32179:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32186:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32216:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32227:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32255:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32262:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32292:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32303:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32331:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32338:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32368:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32379:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32407:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32414:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32444:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32455:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32483:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32490:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32520:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32531:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32559:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32566:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32596:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32607:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32635:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32642:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32672:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32683:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32711:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32718:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32748:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32759:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32787:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32794:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32824:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32835:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32863:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32870:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32900:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32911:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32939:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32946:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32984:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32996:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33017:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33048:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33055:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33081:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33106:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33121:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33194:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33200:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33297:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33485:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33492:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33534:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33541:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33557:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33597:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33609:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33630:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33661:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33668:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33703:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33709:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33748:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33838:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33845:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33887:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33894:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33910:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33942:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33953:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33981:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33988:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34018:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34029:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34057:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34064:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34094:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34105:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34133:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34140:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34170:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34181:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34209:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34216:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34245:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34250:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34257:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34264:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34281:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34288:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34295:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34307:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34332:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34347:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34411:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34436:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34451:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34515:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34540:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34555:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34628:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34634:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34695:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34813:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34820:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34862:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34869:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34885:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34917:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34928:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34956:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34963:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34993:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35023:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35054:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35061:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35094:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35105:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35133:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35140:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35170:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35181:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35209:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35216:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35246:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35257:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35285:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35292:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35330:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35342:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35363:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35394:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35401:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35442:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35454:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35475:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35506:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35513:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35554:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35566:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35587:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35618:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35625:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35666:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35678:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35699:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35730:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35737:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35778:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35790:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35811:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35842:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35849:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35890:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35902:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35923:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35954:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35961:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35987:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36012:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36027:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36091:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36116:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36131:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36195:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36220:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36235:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36308:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36314:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36399:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36559:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36566:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36608:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36615:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36631:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36663:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36674:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36702:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36709:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36739:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36750:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36778:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36785:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36815:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36826:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36854:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36861:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36891:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36902:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36930:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36937:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36967:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36978:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37006:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37013:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37043:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37054:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37082:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37089:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37119:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37130:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37158:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37165:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37195:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37225:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37256:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37263:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37289:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37312:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37327:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37396:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37402:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37471:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37610:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37617:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37659:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37666:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37682:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37714:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37725:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37753:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37760:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37790:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37801:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37829:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37836:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37866:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37877:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37905:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37912:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37942:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37953:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37981:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37988:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38018:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38029:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38057:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38064:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38094:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38105:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38133:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38140:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38170:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38181:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38209:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38216:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38246:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38257:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38285:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38292:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38322:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38333:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38361:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38368:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38398:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38428:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38459:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38466:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38492:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38515:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38530:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38599:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38605:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38682:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38835:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38842:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38884:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38891:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38907:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38939:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38950:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38978:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38985:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39015:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39026:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39054:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39061:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39091:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39102:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39130:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39137:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39167:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39178:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39206:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39213:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39243:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39254:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39282:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39289:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39319:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39330:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39358:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39365:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39395:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39406:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39434:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39441:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39471:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39482:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39510:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39517:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39547:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39558:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39586:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39593:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39623:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39634:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39662:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39669:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39699:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39729:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39760:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39767:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39793:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39816:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39831:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39900:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39906:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39987:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40147:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40154:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40196:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40203:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40219:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40251:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40281:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40312:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40319:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40352:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40363:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40391:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40398:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40428:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40439:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40467:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40474:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40504:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40515:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40543:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40550:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40580:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40591:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40619:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40626:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40656:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40667:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40695:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40702:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40732:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40743:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40771:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40778:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40808:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40819:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40847:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40854:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40884:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40895:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40923:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40930:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40960:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40971:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40999:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41006:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41036:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41047:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41075:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41082:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41112:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41123:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41151:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41158:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41181:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41206:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41221:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41294:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41300:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41385:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41552:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41559:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41591:59: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41592:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41593:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41594:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41595:53: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41596:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41597:55: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41598:62: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41636:56: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41658:51: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41659:51: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41660:53: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41661:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41662:53: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41663:53: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41664:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41665:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41666:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41667:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41668:52: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41669:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41670:49: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41673:62: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41674:68: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41675:66: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41676:69: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41677:68: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41678:67: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41679:62: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41680:68: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41681:68: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41682:56: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7489:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7482:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7489:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7496:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7489:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7496:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7503:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7496:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7503:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7510:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7503:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7510:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7517:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7510:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7517:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7524:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7517:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7524:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7531:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7524:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7531:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11190:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11183:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11190:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11197:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11190:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11197:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11204:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11197:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11204:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11211:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11204:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11211:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11218:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11211:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11218:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11225:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11218:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11225:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11232:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11225:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11232:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11239:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11232:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11239:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11246:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11239:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11246:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11253:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11246:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11253:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11260:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11253:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11260:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11267:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11260:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11267:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12941:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12934:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12941:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12948:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12941:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12948:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12955:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12948:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12955:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14777:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14770:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14777:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14784:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14777:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14784:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14791:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14784:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14791:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14798:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14791:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14798:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18959:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18952:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18959:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18966:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18959:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18966:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18973:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18966:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18973:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18980:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18973:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18980:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18987:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18980:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18987:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18994:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18987:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18994:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19001:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18994:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19001:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19008:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19001:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19008:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20073:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20066:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20073:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20080:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20073:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20080:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20087:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20080:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20087:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20094:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20087:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20094:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20101:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20094:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20101:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20108:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20101:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20108:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20115:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20108:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20115:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20122:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20115:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20122:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20129:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20122:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20129:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20136:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20129:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20136:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21201:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21194:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21201:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21208:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21201:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21208:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21215:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21208:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21215:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21222:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21215:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21222:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21229:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21222:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21229:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21236:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21229:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21236:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21243:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21236:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21243:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21250:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21243:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21250:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21257:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21250:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21257:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21264:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21257:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21264:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23849:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23842:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23849:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23856:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23849:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23856:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23863:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23856:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23863:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23870:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23863:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23870:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23877:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23870:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23877:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23884:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23877:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23884:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23891:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23884:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23891:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23898:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23891:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23898:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23905:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23898:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23905:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23912:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23905:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23912:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23919:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23912:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23919:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23926:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23919:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23926:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23933:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23926:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23933:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23940:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23933:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23940:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23947:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23940:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23947:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23954:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23947:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23954:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23961:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23954:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23961:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23968:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23961:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23968:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23975:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23968:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23975:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23982:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23975:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23982:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23989:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23982:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23989:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23996:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23989:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23996:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24003:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23996:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24003:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24010:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24003:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24010:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24017:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24010:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24017:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24024:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24017:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24024:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24031:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24024:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24031:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24038:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24031:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24038:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24045:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24038:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24045:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24880:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24873:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24880:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24887:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24880:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24887:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24894:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24887:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24894:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26983:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26976:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26983:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26990:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26983:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26990:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26997:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26990:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26997:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27004:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26997:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27004:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27011:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27004:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27011:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27018:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27011:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27018:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27025:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27018:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27025:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27032:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27025:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27032:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27039:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27032:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27039:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27046:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27039:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27046:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27053:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27046:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27053:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27060:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27053:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27060:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27067:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27060:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27067:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27074:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27067:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27074:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27081:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27074:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27081:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27088:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27081:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27088:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27095:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27088:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27095:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27102:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27095:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27102:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27109:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27102:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27109:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27116:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27109:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27116:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27123:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27116:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27123:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27130:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27123:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27130:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31630:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31623:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31630:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31637:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31630:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31637:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31644:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31637:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31644:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31651:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31644:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31651:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31658:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31651:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31658:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31665:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31658:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31665:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31672:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31665:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31672:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31679:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31672:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31679:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31686:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31679:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31686:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31693:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31686:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31693:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33329:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33322:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33329:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33336:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33329:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33336:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33343:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33336:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33343:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33350:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33343:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33350:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33357:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33350:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33357:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33364:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33357:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33364:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33371:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33364:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33371:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33378:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33371:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33378:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33385:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33378:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33385:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33392:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33385:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33392:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33399:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33392:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33399:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33406:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33399:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33406:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33413:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33406:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33413:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33420:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33413:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33420:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34727:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34720:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34727:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34734:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34727:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34734:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34741:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34734:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34741:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34748:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34741:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34748:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36431:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36424:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36431:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36438:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36431:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36438:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36445:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36438:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36445:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36452:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36445:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36452:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36459:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36452:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36459:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36466:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36459:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36466:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36473:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36466:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36473:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36480:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36473:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36480:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36487:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36480:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36487:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36494:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36487:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36494:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37503:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37496:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37503:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37510:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37503:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37510:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37517:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37510:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37517:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37524:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37517:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37524:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37531:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37524:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37531:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37538:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37531:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37538:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37545:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37538:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37545:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38714:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38707:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38714:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38721:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38714:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38721:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38728:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38721:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38728:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38735:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38728:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38735:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38742:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38735:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38742:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38749:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38742:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38749:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38756:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38749:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38756:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38763:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38756:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38763:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38770:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38763:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38770:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40019:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40012:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40019:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40026:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40019:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40026:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40033:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40026:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40033:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40040:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40033:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40040:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40047:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40040:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40047:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40054:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40047:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40054:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40061:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40054:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40061:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40068:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40061:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40068:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40075:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40068:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40075:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40082:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40075:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40082:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41417:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41410:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41417:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41424:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41417:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41424:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41431:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41424:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41431:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41438:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41431:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41438:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41445:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41438:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41445:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41452:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41445:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41452:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41459:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41452:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41459:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41466:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41459:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41466:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41473:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41466:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41473:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41480:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41473:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41480:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41487:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41480:15: note: rcode is assigned ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41487:15: note: rcode is overwritten ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:374:18: style: The scope of the variable 'i' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:697:20: style: The scope of the variable 'slashIdx' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2489:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2599:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3674:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13819:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13930:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14992:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15103:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15324:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15436:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15548:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16525:12: style: The scope of the variable 'p_tclObj' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24178:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24700:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25095:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26727:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28357:8: style: The scope of the variable 'buff' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28888:8: style: The scope of the variable 'buff' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28889:7: style: The scope of the variable 'i' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29084:8: style: The scope of the variable 'buff' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29085:7: style: The scope of the variable 'i' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29280:8: style: The scope of the variable 'buff' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29281:7: style: The scope of the variable 'i' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29505:8: style: The scope of the variable 'buff' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29506:7: style: The scope of the variable 'i' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29507:7: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29594:7: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29594:14: style: The scope of the variable 'value' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29901:8: style: The scope of the variable 'buff' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29902:7: style: The scope of the variable 'i' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32993:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33606:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35339:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35451:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35563:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35675:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35787:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35899:12: style: The scope of the variable 'entry' can be reduced. [variableScope] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:187:15: style: Variable 'd1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:188:15: style: Variable 'd2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:194:9: style: Variable 'k' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:195:16: style: Variable 'd' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:349:39: style: Parameter 'p_fabric' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:406:64: style: Parameter 'type' can be declared as pointer to const. However it seems that 'ibdmGetObjTclNameByPtr' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41654:47: note: You might need to cast the function pointer here ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:406:64: note: Parameter 'type' can be declared as pointer to const ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:459:9: style: Variable 'type' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:459:25: style: Variable 'fabIdxStr' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:663:68: style: Parameter 'type' can be declared as pointer to const. However it seems that 'ibmsGetSimNodeTclNameByPtr' is a callback function, if 'type' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41693:49: note: You might need to cast the function pointer here ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:663:68: note: Parameter 'type' can be declared as pointer to const ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:696:9: style: Variable 'type' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:696:27: style: Variable 'fabIdxStr' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:774:58: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'ibmsGetIBStructObjNameByPtr' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41724:56: note: You might need to cast the function pointer here ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:774:58: note: Parameter 'ptr' can be declared as pointer to const ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:867:17: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:871:15: style: Variable 'pPort' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:916:15: style: Parameter 'sa_data' can be declared as pointer to const [constParameterPointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5822:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6014:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6602:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7366:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7602:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8029:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8133:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8231:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8335:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8433:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8537:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8838:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8942:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9235:14: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11049:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11338:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12840:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13026:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14670:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14869:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15668:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15860:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16052:16: style: Variable '_arg0' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18808:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19079:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19111:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19152:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19187:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19228:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19263:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19304:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19339:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19380:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19948:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20207:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20543:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20584:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20619:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20660:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20695:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20736:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20771:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20812:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20999:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21040:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21076:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21335:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21899:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21940:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21975:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22016:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22051:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22092:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22127:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22168:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22203:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22244:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22279:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22320:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22355:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22396:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22431:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22472:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22507:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22548:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22583:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22624:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22659:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22700:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22735:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22776:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22811:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22852:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22887:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22928:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:22963:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23004:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23039:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23080:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23343:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23384:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23419:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23460:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23495:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23536:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23571:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23612:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:23648:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24116:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24156:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24176:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24222:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24261:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24410:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24594:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24635:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24678:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24698:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24744:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24783:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24965:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25073:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25093:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25139:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25177:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25218:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25253:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25294:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25481:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25522:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25557:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25598:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25937:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:25978:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26013:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26054:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26089:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26130:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26165:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26206:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26705:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26725:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26771:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:26810:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27201:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27235:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27275:14: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27315:14: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27541:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27695:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27875:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28021:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28124:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28196:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28285:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28372:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28373:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28457:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28458:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28535:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28607:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28608:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28817:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28818:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28910:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28911:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28975:9: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29013:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29014:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29106:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29107:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29171:9: style: Variable 'p_pkey' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29207:25: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29209:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29210:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29302:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29303:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29434:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29435:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29529:15: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29530:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29655:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29656:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29739:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29740:16: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29823:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29824:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29922:16: style: Variable '_arg1' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29923:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29987:9: style: Variable 'p_mftEntry' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30027:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30209:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30314:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30314:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30415:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30415:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30648:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30689:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30724:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30765:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30876:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30917:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30952:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30993:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31104:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31145:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31196:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31197:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31198:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31300:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31301:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31302:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31404:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31405:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31406:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31499:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31764:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31945:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31945:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32046:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32046:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32355:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32396:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32431:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32472:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32659:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32700:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32735:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32776:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32811:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32852:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32887:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32928:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32971:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:32991:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33037:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33091:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33092:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33093:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33186:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33491:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33604:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33695:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33844:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34005:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34046:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34081:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34122:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34157:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34198:16: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34317:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34318:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34319:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34421:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34422:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34423:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34525:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34526:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34527:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34620:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34819:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35000:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35000:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35317:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35337:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35383:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35429:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35449:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35495:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35541:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35561:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35607:21: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35653:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35673:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35719:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35765:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35785:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35831:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35877:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35897:9: style: Variable 'p_ch' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35943:22: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35997:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35998:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:35999:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36101:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36102:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36103:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36205:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36206:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36207:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36300:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36565:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36650:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36691:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36726:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36767:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37202:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37202:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37299:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37300:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37388:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37616:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37701:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37742:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37777:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37818:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38309:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38350:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38405:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38405:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38502:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38503:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38591:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38841:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38926:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38967:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39002:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39043:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39706:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39706:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39803:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39804:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39892:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40153:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40258:9: style: Variable 'p_prefix' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40258:20: style: Variable 'p_guid' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40567:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40608:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40643:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40684:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40947:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40988:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41023:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41064:15: style: Variable '_result' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41191:15: style: Variable '_arg2' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41192:16: style: Variable '_arg3' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41193:16: style: Variable '_arg4' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41286:9: style: Variable '_str' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41558:19: style: Variable 'r' can be declared as pointer to const [constVariablePointer] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1230:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1237:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1244:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1251:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1258:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1324:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1331:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1338:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1345:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1352:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1421:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1428:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1435:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1442:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1449:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1516:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1523:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1530:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1537:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1544:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1610:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1617:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1624:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1631:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1638:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1703:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1710:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1717:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1724:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1731:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1798:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1805:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1812:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1819:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1826:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1935:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1942:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1949:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1956:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:1963:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2031:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2038:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2045:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2052:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2059:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2126:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2133:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2140:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2147:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2154:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2219:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2226:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2233:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2240:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2247:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2312:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2319:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2326:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2333:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2340:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2435:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2442:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2449:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2456:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2463:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2545:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2552:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2559:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2566:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2573:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2657:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2664:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2671:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2678:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2685:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2796:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2803:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2810:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2817:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2824:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2933:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2940:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2947:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2954:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2961:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3026:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3033:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3040:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3047:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3054:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3121:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3128:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3135:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3142:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3149:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3260:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3267:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3274:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3281:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3288:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3399:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3406:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3413:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3420:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3427:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3500:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3507:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3514:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3521:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3528:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3604:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3611:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3618:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3625:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3632:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3743:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3750:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3757:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3764:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3771:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3812:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3819:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3826:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3833:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3840:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3922:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3929:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3936:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3943:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3950:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3991:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3998:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4005:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4012:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4019:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4060:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4067:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4074:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4081:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4088:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4159:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4166:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4173:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4180:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4187:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4228:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4235:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4242:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4249:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4256:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4329:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4336:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4343:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4350:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4357:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4422:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4429:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4436:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4443:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4450:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4515:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4522:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4529:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4536:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4543:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4612:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4619:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4626:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4633:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4640:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4718:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4725:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4732:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4739:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4746:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4820:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4827:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4834:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4841:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4848:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4969:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4976:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4983:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4990:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4997:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5038:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5045:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5052:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5059:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5066:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5135:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5142:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5149:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5156:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5163:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5233:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5240:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5247:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5254:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5261:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5302:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5309:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5316:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5323:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5330:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5399:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5406:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5413:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5420:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5427:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5497:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5504:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5511:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5518:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5525:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5566:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5573:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5580:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5587:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5594:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5663:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5670:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5677:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5684:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5691:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5762:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5769:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5776:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5783:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5790:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5858:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5865:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5872:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5879:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5886:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5954:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5961:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5968:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5975:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:5982:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6050:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6057:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6064:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6071:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6078:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6146:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6153:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6160:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6167:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6174:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6246:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6253:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6260:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6267:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6274:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6344:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6351:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6358:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6365:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6372:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6444:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6451:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6458:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6465:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6472:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6542:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6549:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6556:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6563:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6570:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6638:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6645:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6652:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6659:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6666:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6734:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6741:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6748:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6755:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6762:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6833:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6840:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6847:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6854:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6861:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6934:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6941:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6948:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6955:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:6962:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7031:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7038:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7045:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7052:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7059:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7134:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7141:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7148:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7155:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7162:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7203:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7210:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7217:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7224:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7231:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7308:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7315:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7322:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7329:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7336:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7672:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7679:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7686:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7693:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7700:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7776:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7783:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7790:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7797:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7804:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7876:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7883:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7890:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7897:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7904:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7972:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7979:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7986:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7993:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8000:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8068:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8075:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8082:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8089:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8096:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8170:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8177:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8184:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8191:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8198:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8270:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8277:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8284:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8291:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8298:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8372:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8379:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8386:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8393:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8400:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8472:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8479:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8486:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8493:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8500:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8574:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8581:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8588:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8595:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8602:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8673:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8680:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8687:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8694:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8701:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8777:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8784:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8791:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8798:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8805:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8877:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8884:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8891:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8898:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8905:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8979:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8986:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:8993:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9000:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9007:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9077:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9084:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9091:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9098:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9105:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9174:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9181:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9188:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9195:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9202:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9271:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9278:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9285:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9292:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9299:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9365:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9372:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9379:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9386:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9393:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9475:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9482:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9489:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9496:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9503:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9579:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9586:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9593:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9600:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9607:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9679:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9686:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9693:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9700:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9707:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9780:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9787:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9794:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9801:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9808:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9888:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9895:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9902:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9909:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9916:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9957:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9964:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9971:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9978:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:9985:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10057:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10064:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10071:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10078:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10085:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10152:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10159:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10166:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10173:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10180:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10253:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10260:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10267:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10274:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10281:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10355:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10362:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10369:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10376:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10383:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10424:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10431:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10438:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10445:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10452:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10524:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10531:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10538:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10545:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10552:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10593:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10600:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10607:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10614:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10621:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10691:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10698:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10705:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10712:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10719:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10792:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10799:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10806:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10813:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10820:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10891:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10898:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10905:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10912:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10919:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10986:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:10993:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11000:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11007:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11014:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11408:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11415:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11422:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11429:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11436:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11512:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11519:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11526:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11533:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11540:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11611:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11618:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11625:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11632:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11639:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11680:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11687:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11694:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11701:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11708:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11777:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11784:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11791:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11798:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11805:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11875:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11882:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11889:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11896:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11903:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11944:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11951:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11958:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11965:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11972:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12041:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12048:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12055:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12062:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12069:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12139:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12146:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12153:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12160:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12167:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12208:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12215:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12222:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12229:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12236:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12305:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12312:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12319:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12326:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12333:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12409:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12416:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12423:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12430:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12437:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12505:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12512:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12519:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12526:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12533:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12602:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12609:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12616:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12623:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12630:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12671:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12678:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12685:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12692:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12699:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12776:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12783:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12790:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12797:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12804:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13096:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13103:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13110:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13117:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13124:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13200:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13207:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13214:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13221:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13228:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13299:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13306:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13313:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13320:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13327:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13403:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13410:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13417:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13424:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13431:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13502:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13509:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13516:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13523:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13530:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13571:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13578:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13585:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13592:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13599:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13668:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13675:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13682:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13689:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13696:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13765:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13772:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13779:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13786:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13793:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13876:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13883:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13890:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13897:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13904:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13995:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14002:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14009:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14016:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14023:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14097:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14104:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14111:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14118:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14125:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14190:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14197:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14204:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14211:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14218:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14291:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14298:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14305:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14312:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14319:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14389:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14396:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14403:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14410:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14417:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14493:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14500:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14507:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14514:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14521:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14597:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14604:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14611:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14618:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14625:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14938:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14945:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14952:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14959:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14966:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15049:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15056:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15063:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15070:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15077:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15160:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15167:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15174:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15181:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15188:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15270:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15277:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15284:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15291:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15298:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15382:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15389:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15396:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15403:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15410:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15494:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15501:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15508:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15515:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15522:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15608:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15615:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15622:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15629:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15636:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15704:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15711:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15718:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15725:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15732:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15800:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15807:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15814:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15821:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15828:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15896:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15903:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15910:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15917:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15924:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15992:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15999:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16006:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16013:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16020:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16088:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16095:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16102:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16109:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16116:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16187:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16194:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16201:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16208:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16215:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16262:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16269:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16276:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16283:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16290:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16364:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16371:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16378:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16385:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16392:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16469:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16476:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16483:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16490:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16497:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16583:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16590:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16597:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16604:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16611:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16688:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16695:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16702:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16709:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16716:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16798:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16805:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16812:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16819:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16826:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16903:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16910:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16917:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16924:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16931:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17006:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17013:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17020:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17027:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17034:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17109:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17116:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17123:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17130:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17137:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17219:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17226:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17233:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17240:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17247:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17361:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17368:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17375:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17382:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17389:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17462:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17469:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17476:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17483:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17490:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17597:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17604:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17611:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17618:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17625:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17780:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17787:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17794:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17801:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17808:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17881:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17888:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17895:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17902:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17909:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17982:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17989:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:17996:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18003:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18010:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18083:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18090:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18097:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18104:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18111:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18184:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18191:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18198:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18205:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18212:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18286:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18293:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18300:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18307:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18314:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18357:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18364:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18371:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18378:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18385:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18452:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18459:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18466:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18473:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18480:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18554:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18561:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18568:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18575:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18582:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18652:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18659:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18666:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18673:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18680:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18749:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18756:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18763:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18770:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:18777:15: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28090:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28161:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28235:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28327:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28413:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28496:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28572:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28646:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28720:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28786:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28856:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:28951:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29052:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29147:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29248:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29343:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29473:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29570:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29696:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29780:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29867:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:29963:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31243:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31347:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31451:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33138:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34364:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34468:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34572:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36044:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36148:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36252:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37344:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38547:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:39848:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41238:8: warning: Unnecessary comparison of static strings. [staticStringCompare] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3701:12: style: Variable 'p_c' is not assigned a value. [unassignedVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:4120:12: style: Variable 'p_c' is not assigned a value. [unassignedVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:7531:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:11267:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:12955:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:14798:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:19008:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:20136:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:21264:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24045:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24339:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:24894:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27130:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27580:14: style: Variable '_str' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:27906:14: style: Variable '_str' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:30094:14: style: Variable '_str' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:31693:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33420:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:33773:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:34748:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:36494:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:37545:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:38770:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:40082:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:41487:15: style: Variable 'rcode' is assigned a value that is never used. [unreadVariable] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2501:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:2611:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:3687:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13831:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:13942:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15004:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15115:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15337:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15449:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:15561:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibmgtsim/src/ibmssh_wrap.cpp:16537:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] ibutils-1.5.7/ibis/src/ibis_wrap.c:386:7: warning:inconclusive: The buffer 'ibis_tcl_error_msg' may not be null-terminated after the call to strncpy(). [terminateStrncpy] ibutils-1.5.7/ibis/src/ibis_wrap.c:3092:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:35990:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:36000:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:36071:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:36081:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:39869:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:39879:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:39955:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:39965:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:41885:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:41895:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:41966:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:41976:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:42610:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:42620:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:42696:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:42706:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:43249:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:43259:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:43344:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:43354:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:43915:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:43925:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:44002:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:44012:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:44556:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:44566:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:44650:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:44660:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:45222:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:45232:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:45316:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:45326:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:45925:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:45935:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:46019:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:46029:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:46560:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:46570:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:46641:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:46651:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:47468:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:47478:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:47549:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:47559:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:48531:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:48541:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:75252:7: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] ibutils-1.5.7/ibis/src/ibis_wrap.c:6431:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6428:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6431:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6483:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6480:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6483:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6541:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6538:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6541:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6593:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6590:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6593:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6651:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6648:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6651:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6703:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6700:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6703:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6761:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6758:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6761:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6813:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6810:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6813:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6871:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6868:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6871:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6923:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6920:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6923:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:6981:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:6978:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:6981:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7033:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7030:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7033:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7091:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7088:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7091:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7143:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7140:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7143:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7201:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7198:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7201:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7253:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7250:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7253:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7311:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7308:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7311:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7363:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7360:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7363:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7421:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7418:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7421:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7473:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7470:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7473:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7531:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7528:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7531:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7583:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7580:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7583:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7899:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7868:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7899:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:7984:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:7981:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:7984:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8036:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8033:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8036:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8094:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8091:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8094:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8142:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8139:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8142:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8196:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8193:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8196:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8250:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8247:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8250:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8604:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8573:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8604:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8689:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8686:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8689:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8741:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8738:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8741:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8799:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8796:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8799:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8851:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8848:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8851:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8909:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8906:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8909:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:8961:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:8958:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:8961:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9019:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9016:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9019:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9071:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9068:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9071:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9129:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9126:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9129:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9181:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9178:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9181:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9239:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9236:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9239:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9291:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9288:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9291:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9349:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9346:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9349:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9401:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9398:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9401:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9459:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9456:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9459:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9511:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9508:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9511:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9569:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9566:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9569:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9621:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9618:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9621:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9679:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9676:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9679:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9731:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9728:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9731:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9789:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9786:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9789:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9841:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9838:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9841:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9899:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9896:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9899:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:9951:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:9948:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:9951:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10009:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10006:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10009:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10061:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10058:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10061:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10119:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10116:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10119:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10171:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10168:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10171:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10229:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10226:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10229:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10281:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10278:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10281:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10339:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10336:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10339:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10391:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10388:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10391:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10449:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10446:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10449:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10501:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10498:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10501:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10559:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10556:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10559:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10611:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10608:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10611:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10669:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10666:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10669:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10721:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10718:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10721:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10779:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10776:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10779:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10831:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10828:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10831:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10889:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10886:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10889:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10941:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10938:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10941:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:10999:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:10996:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:10999:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11051:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11048:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11051:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11109:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11106:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11109:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11161:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11158:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11161:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11219:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11216:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11219:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11271:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11268:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11271:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11329:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11326:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11329:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11381:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11378:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11381:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11439:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11436:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11439:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11491:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11488:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11491:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11549:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11546:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11549:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11601:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11598:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11601:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11659:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11656:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11659:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11711:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11708:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11711:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11769:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11766:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11769:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11821:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11818:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11821:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11879:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11876:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11879:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:11931:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:11928:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:11931:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:12456:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:12425:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:12456:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:12541:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:12538:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:12541:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:12593:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:12590:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:12593:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:12651:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:12648:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:12651:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:12703:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:12700:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:12703:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:12761:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:12758:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:12761:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:12809:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:12806:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:12809:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13157:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13126:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13157:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13242:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13239:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13242:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13294:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13291:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13294:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13352:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13349:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13352:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13404:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13401:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13404:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13462:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13459:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13462:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13514:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13511:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13514:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13572:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13569:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13572:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13624:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13621:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13624:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13863:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13832:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13863:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:13948:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13945:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:13948:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14000:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:13997:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14000:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14058:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14055:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14058:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14106:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14103:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14106:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14443:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14412:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14443:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14528:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14525:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14528:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14580:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14577:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14580:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14638:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14635:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14638:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14690:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14687:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14690:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14748:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14745:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14748:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14800:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14797:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14800:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14858:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14855:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14858:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14910:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14907:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14910:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:14968:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:14965:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:14968:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15020:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15017:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15020:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15078:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15075:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15078:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15130:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15127:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15130:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15188:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15185:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15188:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15240:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15237:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15240:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15298:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15295:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15298:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15350:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15347:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15350:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15408:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15405:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15408:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15460:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15457:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15460:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15518:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15515:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15518:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15570:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15567:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15570:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15628:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15625:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15628:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15680:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15677:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15680:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:15996:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:15965:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:15996:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16081:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16078:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16081:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16133:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16130:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16133:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16191:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16188:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16191:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16239:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16236:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16239:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16576:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16545:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16576:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16661:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16658:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16661:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16713:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16710:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16713:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16771:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16768:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16771:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16823:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16820:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16823:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16881:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16878:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16881:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16933:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16930:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16933:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:16991:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:16988:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:16991:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17043:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17040:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17043:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17404:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17373:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17404:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17489:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17486:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17489:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17541:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17538:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17541:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17629:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17626:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17629:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17684:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17681:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17684:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17775:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17772:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17775:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17830:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17827:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17830:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17891:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17888:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17891:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:17943:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17940:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:17943:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18001:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:17998:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18001:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18053:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18050:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18053:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18111:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18108:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18111:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18163:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18160:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18163:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18221:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18218:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18221:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18273:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18270:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18273:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18331:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18328:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18331:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18383:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18380:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18383:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18441:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18438:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18441:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18493:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18490:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18493:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18551:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18548:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18551:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18603:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18600:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18603:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18661:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18658:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18661:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18713:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18710:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18713:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18771:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18768:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18771:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18823:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18820:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18823:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18881:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18878:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18881:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18933:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18930:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18933:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:18991:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:18988:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:18991:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:19043:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:19040:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:19043:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:19514:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:19483:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:19514:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:19599:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:19596:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:19599:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:19651:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:19648:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:19651:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:19709:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:19706:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:19709:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:19761:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:19758:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:19761:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:19884:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:19881:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:19884:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20237:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20206:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20237:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20352:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20349:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20352:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20407:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20404:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20407:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20498:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20495:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20498:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20553:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20550:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20553:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20614:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20611:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20614:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20666:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20663:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20666:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20724:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20721:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20724:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20776:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20773:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20776:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20834:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20831:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20834:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20886:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20883:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20886:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20944:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20941:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20944:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:20996:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:20993:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:20996:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21054:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21051:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21054:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21106:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21103:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21106:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21164:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21161:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21164:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21216:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21213:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21216:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21274:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21271:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21274:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21326:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21323:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21326:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21384:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21381:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21384:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21436:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21433:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21436:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21494:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21491:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21494:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:21546:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:21543:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:21546:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22214:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22183:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22214:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22299:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22296:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22299:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22351:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22348:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22351:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22409:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22406:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22409:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22461:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22458:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22461:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22519:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22516:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22519:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22571:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22568:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22571:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22629:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22626:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22629:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22681:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22678:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22681:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22769:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22766:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22769:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22824:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22821:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22824:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22885:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22882:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22885:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22937:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22934:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22937:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:22995:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:22992:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:22995:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23047:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23044:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23047:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23105:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23102:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23105:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23157:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23154:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23157:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23215:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23212:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23215:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23267:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23264:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23267:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23325:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23322:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23325:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23377:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23374:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23377:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23465:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23462:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23465:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23520:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23517:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23520:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23581:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23578:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23581:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23633:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23630:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23633:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23691:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23688:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23691:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23743:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23740:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23743:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23801:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23798:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23801:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23853:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23850:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23853:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23911:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23908:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23911:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:23963:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:23960:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:23963:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24021:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24018:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24021:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24073:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24070:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24073:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24498:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24467:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24498:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24613:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24610:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24613:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24668:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24665:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24668:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24729:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24726:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24729:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24781:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24778:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24781:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24839:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24836:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24839:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24891:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24888:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24891:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:24949:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24946:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:24949:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25001:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:24998:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25001:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25059:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25056:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25059:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25111:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25108:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25111:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25169:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25166:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25169:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25221:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25218:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25221:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25279:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25276:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25279:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25331:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25328:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25331:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25383:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25380:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25383:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25714:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25683:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25714:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25793:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25790:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25793:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25841:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25838:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25841:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25878:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25874:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25878:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:25999:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:25968:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:25999:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26084:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26081:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26084:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26136:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26133:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26136:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26194:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26191:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26194:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26246:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26243:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26246:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26304:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26301:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26304:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26356:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26353:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26356:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26414:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26411:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26414:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26466:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26463:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26466:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26524:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26521:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26524:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26576:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26573:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26576:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26775:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26744:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26775:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26860:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26857:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26860:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26912:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26909:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26912:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:26970:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:26967:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:26970:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27022:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27019:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27022:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27080:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27077:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27080:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27132:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27129:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27132:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27190:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27187:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27190:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27242:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27239:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27242:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27300:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27297:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27300:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27352:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27349:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27352:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27551:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27520:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27551:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27636:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27633:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27636:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27688:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27685:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27688:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27776:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27773:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27776:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27831:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27828:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27831:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27892:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27889:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27892:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:27944:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27941:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:27944:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28002:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:27999:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28002:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28054:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:28051:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28054:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28112:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:28109:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28112:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28164:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:28161:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28164:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28307:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:28304:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28307:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28430:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:28427:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28430:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28574:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:28571:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28574:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28720:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:28717:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28720:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:28866:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:28863:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:28866:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:29012:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:29009:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:29012:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:29575:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:29544:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:29575:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:29745:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:29742:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:29745:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:29903:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:29872:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:29903:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:29988:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:29985:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:29988:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30040:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30037:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30040:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30098:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30095:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30098:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30150:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30147:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30150:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30208:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30205:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30208:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30260:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30257:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30260:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30318:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30315:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30318:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30370:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30367:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30370:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30428:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30425:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30428:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30476:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30473:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30476:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30845:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30814:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30845:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30930:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30927:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30930:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:30982:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:30979:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:30982:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31040:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31037:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31040:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31092:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31089:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31092:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31150:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31147:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31150:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31202:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31199:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31202:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31260:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31257:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31260:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31312:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31309:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31312:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31422:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31419:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31422:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31486:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31483:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31486:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:31495:7: style: Condition '_result' is always true [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31870:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:31839:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:31870:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32040:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32037:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32040:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32198:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32167:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32198:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32283:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32280:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32283:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32335:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32332:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32335:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32393:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32390:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32393:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32445:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32442:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32445:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32503:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32500:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32503:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32555:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32552:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32555:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32613:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32610:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32613:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32665:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32662:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32665:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32723:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32720:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32723:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32775:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32772:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32775:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32833:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32830:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32833:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:32881:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:32878:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:32881:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33261:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33230:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33261:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33431:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33428:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33431:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33640:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33609:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33640:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33725:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33722:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33725:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33777:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33774:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33777:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33835:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33832:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33835:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33887:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33884:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33887:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33945:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33942:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33945:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:33997:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:33994:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:33997:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34055:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34052:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34055:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34107:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34104:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34107:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34165:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34162:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34165:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34213:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34210:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34213:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34705:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34674:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34705:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34790:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34787:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34790:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34842:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34839:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34842:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34900:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34897:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34900:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:34952:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:34949:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:34952:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35010:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35007:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35010:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35062:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35059:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35062:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35120:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35117:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35120:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35172:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35169:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35172:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35230:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35227:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35230:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35282:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35279:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35282:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35340:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35337:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35340:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35392:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35389:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35392:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35450:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35447:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35450:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35502:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35499:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35502:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35560:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35557:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35560:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35612:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35609:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35612:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35670:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35667:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35670:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35722:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35719:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35722:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35780:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35777:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35780:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35832:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35829:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35832:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35890:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35887:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35890:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:35942:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:35939:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:35942:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36493:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36462:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36493:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36578:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36575:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36578:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36630:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36627:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36630:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36688:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36685:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36688:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36740:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36737:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36740:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36798:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36795:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36798:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36850:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36847:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36850:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36908:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36905:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36908:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:36960:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:36957:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:36960:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37018:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37015:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37018:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37070:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37067:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37070:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37128:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37125:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37128:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37180:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37177:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37180:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37238:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37235:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37238:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37290:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37287:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37290:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37348:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37345:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37348:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37400:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37397:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37400:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37458:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37455:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37458:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37510:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37507:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37510:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37568:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37565:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37568:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37620:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37617:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37620:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37678:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37675:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37678:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37730:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37727:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37730:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37788:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37785:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37788:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37840:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37837:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37840:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37898:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37895:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37898:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:37950:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:37947:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:37950:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38008:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38005:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38008:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38060:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38057:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38060:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38118:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38115:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38118:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38170:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38167:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38170:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38228:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38225:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38228:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38280:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38277:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38280:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38338:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38335:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38338:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38390:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38387:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38390:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38448:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38445:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38448:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38500:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38497:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38500:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38558:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38555:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38558:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38610:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38607:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38610:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38668:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38665:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38668:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38720:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38717:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38720:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38778:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38775:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38778:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38830:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38827:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38830:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38888:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38885:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38888:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38940:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38937:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38940:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:38998:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:38995:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:38998:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39050:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39047:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39050:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39108:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39105:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39108:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39160:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39157:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39160:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39218:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39215:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39218:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39270:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39267:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39270:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39328:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39325:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39328:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39380:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39377:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39380:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39438:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39435:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39438:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39490:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39487:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39490:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39548:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39545:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39548:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39600:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39597:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39600:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39658:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39655:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39658:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39710:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39707:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39710:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39768:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39765:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39768:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:39820:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:39817:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:39820:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:40600:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:40569:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:40600:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:40685:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:40682:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:40685:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:40737:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:40734:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:40737:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:40795:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:40792:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:40795:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:40847:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:40844:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:40847:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:40905:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:40902:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:40905:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:40957:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:40954:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:40957:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41015:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41012:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41015:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41067:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41064:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41067:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41125:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41122:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41125:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41177:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41174:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41177:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41235:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41232:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41235:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41287:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41284:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41287:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41345:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41342:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41345:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41397:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41394:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41397:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41455:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41452:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41455:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41507:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41504:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41507:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41565:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41562:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41565:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41617:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41614:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41617:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41675:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41672:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41675:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41727:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41724:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41727:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41785:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41782:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41785:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:41837:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:41834:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:41837:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:42388:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:42357:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:42388:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:42558:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:42555:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:42558:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:43022:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:42991:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:43022:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:43192:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:43189:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:43192:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:43692:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:43661:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:43692:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:43862:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:43859:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:43862:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:44330:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:44299:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:44330:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:44500:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:44497:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:44500:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:44996:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:44965:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:44996:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:45166:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:45163:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:45166:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:45662:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:45631:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:45662:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:45869:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:45866:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:45869:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:46365:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:46334:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:46365:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:46510:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:46507:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:46510:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:46953:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:46922:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:46953:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47038:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47035:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47038:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47090:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47087:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47090:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47148:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47145:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47148:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47200:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47197:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47200:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47258:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47255:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47258:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47310:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47307:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47310:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47368:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47365:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47368:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47420:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47417:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47420:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47894:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47863:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47894:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:47979:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:47976:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:47979:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48031:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48028:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48031:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48089:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48086:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48089:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48141:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48138:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48141:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48199:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48196:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48199:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48251:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48248:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48251:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48328:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48325:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48328:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48383:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48380:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48383:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48438:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48435:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48438:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48486:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48483:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48486:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48833:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48802:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48833:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48912:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48909:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48912:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48960:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48957:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48960:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:48997:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:48993:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:48997:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49118:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49087:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49118:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49197:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49194:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49197:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49245:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49242:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49245:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49293:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49290:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49293:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49341:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49338:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49341:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49389:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49386:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49389:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49437:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49434:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49437:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49485:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49482:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49485:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49533:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49530:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49533:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49581:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49578:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49581:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49618:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49614:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49618:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49802:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49771:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49802:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49887:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49884:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49887:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49939:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49936:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49939:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:49997:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:49994:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:49997:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50049:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50046:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50049:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50107:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50104:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50107:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50159:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50156:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50159:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50336:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50305:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50336:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50421:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50418:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50421:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50473:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50470:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50473:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50531:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50528:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50531:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50583:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50580:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50583:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50641:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50638:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50641:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50693:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50690:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50693:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:50870:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:50839:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:50870:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51040:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51037:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51040:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51198:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51167:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51198:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51368:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51365:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51368:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51448:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51445:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51448:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51503:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51500:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51503:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51672:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51641:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51672:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51757:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51754:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51757:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51809:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51806:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51809:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:51964:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:51933:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:51964:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52049:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52046:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52049:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52101:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52098:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52101:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52159:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52156:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52159:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52211:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52208:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52211:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52269:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52266:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52269:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52321:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52318:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52321:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52498:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52467:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52498:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52583:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52580:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52583:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52635:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52632:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52635:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52693:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52690:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52693:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52745:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52742:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52745:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52803:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52800:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52803:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52855:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52852:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52855:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52913:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52910:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52913:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:52965:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:52962:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:52965:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53153:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53122:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53153:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53238:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53235:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53238:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53290:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53287:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53290:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53348:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53345:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53348:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53400:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53397:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53400:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53458:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53455:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53458:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53510:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53507:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53510:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53568:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53565:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53568:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53620:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53617:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53620:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53808:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53777:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53808:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53893:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53890:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53893:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:53945:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:53942:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:53945:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54003:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54000:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54003:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54055:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54052:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54055:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54113:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54110:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54113:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54165:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54162:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54165:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54223:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54220:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54223:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54275:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54272:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54275:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54333:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54330:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54333:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54385:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54382:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54385:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54443:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54440:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54443:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54495:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54492:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54495:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54553:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54550:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54553:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54605:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54602:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54605:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54663:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54660:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54663:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54715:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54712:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54715:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54773:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54770:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54773:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54825:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54822:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54825:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54883:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54880:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54883:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:54935:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:54932:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:54935:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55078:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55075:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55078:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55346:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55315:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55346:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55431:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55428:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55431:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55483:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55480:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55483:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55541:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55538:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55541:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55593:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55590:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55593:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55651:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55648:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55651:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55703:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55700:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55703:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55761:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55758:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55761:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55813:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55810:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55813:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55871:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55868:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55871:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55923:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55920:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55923:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:55981:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:55978:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:55981:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56033:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56030:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56033:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56091:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56088:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56091:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56143:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56140:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56143:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56220:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56217:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56220:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56275:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56272:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56275:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56355:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56352:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56355:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56410:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56407:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56410:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56656:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56625:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56656:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56741:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56738:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56741:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56793:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56790:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56793:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56851:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56848:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56851:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56903:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56900:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56903:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:56961:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:56958:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:56961:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57013:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57010:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57013:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57071:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57068:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57071:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57123:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57120:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57123:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57181:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57178:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57181:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57233:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57230:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57233:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57291:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57288:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57291:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57343:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57340:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57343:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57401:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57398:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57401:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57453:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57450:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57453:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57511:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57508:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57511:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57563:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57560:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57563:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57640:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57637:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57640:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57695:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57692:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57695:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57775:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57772:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57775:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57830:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57827:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57830:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57891:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57888:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57891:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:57943:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57940:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:57943:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58001:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:57998:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58001:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58053:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58050:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58053:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58329:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58298:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58329:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58414:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58411:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58414:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58466:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58463:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58466:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58524:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58521:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58524:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58576:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58573:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58576:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58634:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58631:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58634:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58686:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58683:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58686:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58744:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58741:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58744:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58796:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58793:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58796:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58873:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58870:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58873:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58928:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58925:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58928:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:58989:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:58986:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:58989:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59041:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59038:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59041:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59099:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59096:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59099:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59151:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59148:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59151:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59209:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59206:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59209:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59261:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59258:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59261:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59319:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59316:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59319:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59371:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59368:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59371:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59429:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59426:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59429:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59481:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59478:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59481:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59558:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59555:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59558:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59613:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59610:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59613:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59674:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59671:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59674:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59726:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59723:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59726:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59784:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59781:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59784:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59836:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59833:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59836:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59894:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59891:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59894:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:59946:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:59943:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:59946:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60004:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60001:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60004:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60056:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60053:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60056:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60114:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60111:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60114:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60166:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60163:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60166:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60622:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60591:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60622:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60707:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60704:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60707:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60759:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60756:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60759:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60817:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60814:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60817:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60869:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60866:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60869:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60927:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60924:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60927:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:60979:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:60976:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:60979:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61037:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61034:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61037:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61089:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61086:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61089:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61147:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61144:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61147:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61199:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61196:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61199:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61257:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61254:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61257:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61309:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61306:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61309:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61367:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61364:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61367:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61419:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61416:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61419:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61477:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61474:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61477:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61529:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61526:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61529:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61587:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61584:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61587:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61639:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61636:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61639:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61697:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61694:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61697:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61749:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61746:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61749:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61807:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61804:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61807:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61859:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61856:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61859:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61917:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61914:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61917:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:61969:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:61966:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:61969:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62027:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62024:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62027:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62079:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62076:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62079:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62137:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62134:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62137:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62189:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62186:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62189:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62266:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62263:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62266:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62321:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62318:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62321:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62467:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62464:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62467:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62547:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62544:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62547:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:62602:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62599:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:62602:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63004:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:62973:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63004:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63089:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63086:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63089:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63141:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63138:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63141:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63199:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63196:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63199:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63251:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63248:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63251:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63309:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63306:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63309:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63361:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63358:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63361:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63606:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63575:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63606:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63691:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63688:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63691:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63743:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63740:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63743:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63801:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63798:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63801:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63853:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63850:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63853:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63911:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63908:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63911:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:63963:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:63960:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:63963:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64021:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64018:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64021:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64073:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64070:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64073:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64397:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64366:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64397:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64482:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64479:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64482:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64534:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64531:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64534:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64592:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64589:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64592:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64644:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64641:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64644:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64702:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64699:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64702:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64754:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64751:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64754:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64812:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64809:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64812:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:64864:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:64861:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:64864:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65052:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65021:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65052:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65137:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65134:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65137:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65189:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65186:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65189:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65247:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65244:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65247:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65299:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65296:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65299:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65357:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65354:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65357:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65409:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65406:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65409:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65467:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65464:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65467:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65519:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65516:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65519:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65577:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65574:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65577:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65629:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65626:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65629:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65828:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65797:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65828:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65913:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65910:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65913:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:65965:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:65962:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:65965:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:66023:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66020:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:66023:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:66075:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66072:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:66075:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:66133:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66130:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:66133:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:66185:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66182:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:66185:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:66243:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66240:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:66243:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:66295:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66292:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:66295:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:66438:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66435:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:66438:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:66723:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66720:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:66723:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67023:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:66992:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67023:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67108:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67105:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67108:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67160:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67157:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67160:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67218:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67215:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67218:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67270:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67267:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67270:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67328:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67325:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67328:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67380:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67377:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67380:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67438:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67435:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67438:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67490:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67487:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67490:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67548:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67545:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67548:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67600:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67597:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67600:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67658:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67655:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67658:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67710:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67707:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67710:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:67992:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:67989:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:67992:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68303:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68272:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68303:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68388:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68385:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68388:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68440:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68437:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68440:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68583:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68580:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68583:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68729:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68726:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68729:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68790:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68787:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68790:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68842:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68839:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68842:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68900:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68897:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68900:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:68952:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:68949:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:68952:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69010:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69007:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69010:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69062:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69059:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69062:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69120:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69117:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69120:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69172:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69169:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69172:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69230:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69227:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69230:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69282:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69279:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69282:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69650:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69619:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69650:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69735:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69732:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69735:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69787:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69784:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69787:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69845:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69842:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69845:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69897:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69894:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69897:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:69955:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:69952:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:69955:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:70007:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:70004:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:70007:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:70184:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:70153:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:70184:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:70487:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:70484:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:70487:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:70809:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:70778:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:70809:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:70894:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:70891:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:70894:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:70946:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:70943:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:70946:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71004:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71001:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71004:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71056:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71053:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71056:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71114:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71111:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71114:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71166:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71163:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71166:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71224:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71221:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71224:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71276:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71273:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71276:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71334:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71331:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71334:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71386:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71383:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71386:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71444:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71441:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71444:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71496:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71493:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71496:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71706:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71675:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71706:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71791:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71788:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71791:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71843:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71840:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71843:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71901:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71898:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71901:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:71953:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:71950:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:71953:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:72235:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:72232:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:72235:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:72570:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:72539:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:72570:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:72655:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:72652:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:72655:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:72707:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:72704:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:72707:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:72862:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:72831:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:72862:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:72947:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:72944:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:72947:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:72999:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:72996:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:72999:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:73057:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:73054:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:73057:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:73109:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:73106:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:73109:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:73366:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:73363:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:73366:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:73701:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:73670:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:73701:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:73786:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:73783:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:73786:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:73838:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:73835:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:73838:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:74061:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:74030:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:74061:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:74754:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:74723:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibis_wrap.c:74754:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibis_wrap.c:593:7: warning: %u in format string (no. 12) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:593:7: warning: %u in format string (no. 13) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:819:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:5767:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:5907:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:5977:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:6049:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:6055:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:6127:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:6133:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:6139:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:6341:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:19838:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:19893:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:66662:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:66736:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:67931:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:68005:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:70429:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:70500:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:72174:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:72248:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:73317:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:73379:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:74388:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:74416:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:74450:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:74478:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:74512:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:74540:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibis_wrap.c:218:5: error: Common realloc mistake: 'SwigPtrTable' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:444:9: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:617:7: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:661:7: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:835:9: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:1636:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:1694:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:1752:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:1810:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:1867:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:1924:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:1981:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:2038:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:2095:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:2152:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:2210:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:2268:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:2325:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:2383:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:2441:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibis_wrap.c:7775:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7768:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7775:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7782:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7775:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7782:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7789:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7782:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7789:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7796:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7789:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7796:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7803:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7796:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7803:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7810:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7803:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7810:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7817:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7810:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7817:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7824:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7817:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7824:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7831:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7824:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7831:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:7838:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7831:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:7838:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:8536:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8529:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:8536:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:8543:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8536:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:8543:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12199:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12192:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12199:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12206:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12199:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12206:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12213:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12206:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12213:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12220:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12213:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12220:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12227:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12220:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12227:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12234:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12227:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12234:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12241:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12234:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12241:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12248:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12241:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12248:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12255:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12248:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12255:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12262:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12255:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12262:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12269:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12262:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12269:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12276:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12269:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12276:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12283:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12276:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12283:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12290:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12283:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12290:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12297:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12290:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12297:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12304:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12297:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12304:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12311:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12304:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12311:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12318:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12311:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12318:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12325:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12318:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12325:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12332:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12325:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12332:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12339:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12332:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12339:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12346:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12339:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12346:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12353:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12346:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12353:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12360:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12353:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12360:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12367:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12360:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12367:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12374:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12367:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12374:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12381:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12374:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12381:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12388:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12381:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12388:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:12395:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12388:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:12395:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:13089:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13082:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:13089:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:13096:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13089:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:13096:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:13788:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13781:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:13788:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:13795:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13788:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:13795:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:13802:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13795:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:13802:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:14382:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14375:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:14382:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15872:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15865:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15872:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15879:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15872:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15879:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15886:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15879:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15886:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15893:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15886:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15893:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15900:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15893:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15900:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15907:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15900:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15907:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15914:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15907:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15914:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15921:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15914:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15921:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15928:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15921:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15928:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:15935:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15928:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:15935:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:16515:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16508:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:16515:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:17329:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17322:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:17329:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:17336:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17329:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:17336:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:17343:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17336:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:17343:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19369:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19362:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19369:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19376:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19369:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19376:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19383:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19376:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19383:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19390:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19383:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19390:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19397:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19390:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19397:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19404:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19397:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19404:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19411:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19404:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19411:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19418:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19411:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19418:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19425:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19418:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19425:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19432:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19425:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19432:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19439:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19432:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19439:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19446:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19439:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19446:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:19453:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19446:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:19453:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:20169:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20162:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:20169:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:20176:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20169:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:20176:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22090:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22083:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22090:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22097:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22090:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22097:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22104:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22097:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22104:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22111:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22104:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22111:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22118:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22111:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22118:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22125:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22118:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22125:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22132:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22125:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22132:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22139:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22132:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22139:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22146:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22139:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22146:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:22153:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22146:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:22153:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24339:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24332:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24339:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24346:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24339:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24346:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24353:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24346:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24353:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24360:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24353:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24360:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24367:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24360:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24367:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24374:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24367:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24374:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24381:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24374:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24381:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24388:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24381:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24388:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24395:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24388:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24395:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24402:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24395:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24402:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24409:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24402:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24409:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24416:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24409:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24416:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24423:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24416:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24423:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24430:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24423:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24430:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:24437:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24430:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:24437:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:25611:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25604:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:25611:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:25618:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25611:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:25618:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:25625:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25618:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:25625:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:25632:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25625:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:25632:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:25639:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25632:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:25639:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:25646:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25639:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:25646:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:25653:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25646:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:25653:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:25938:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25931:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:25938:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:26693:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26686:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:26693:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:26700:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26693:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:26700:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:26707:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26700:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:26707:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:26714:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26707:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:26714:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:27469:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27462:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:27469:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:27476:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27469:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:27476:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:27483:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27476:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:27483:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:27490:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27483:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:27490:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29451:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29444:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29451:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29458:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29451:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29458:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29465:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29458:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29465:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29472:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29465:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29472:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29479:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29472:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29479:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29486:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29479:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29486:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29493:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29486:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29493:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29500:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29493:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29500:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29507:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29500:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29507:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:29514:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29507:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:29514:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:30763:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30756:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:30763:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:30770:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30763:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:30770:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:30777:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30770:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:30777:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:30784:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30777:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:30784:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:31788:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31781:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:31788:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:31795:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31788:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:31795:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:31802:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31795:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:31802:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:31809:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31802:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:31809:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:33172:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33165:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:33172:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:33179:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33172:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:33179:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:33186:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33179:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:33186:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:33193:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33186:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:33193:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:33200:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33193:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:33200:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:34623:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34616:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:34623:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:34630:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34623:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:34630:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:34637:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34630:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:34637:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:34644:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34637:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:34644:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36369:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36362:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36369:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36376:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36369:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36376:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36383:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36376:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36383:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36390:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36383:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36390:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36397:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36390:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36397:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36404:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36397:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36404:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36411:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36404:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36411:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36418:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36411:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36418:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36425:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36418:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36425:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:36432:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36425:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:36432:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40343:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40336:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40343:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40350:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40343:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40350:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40357:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40350:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40357:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40364:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40357:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40364:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40371:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40364:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40371:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40378:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40371:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40378:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40385:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40378:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40385:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40392:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40385:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40392:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40399:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40392:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40399:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40406:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40399:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40406:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40413:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40406:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40413:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40420:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40413:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40420:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40427:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40420:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40427:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40434:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40427:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40434:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40441:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40434:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40441:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40448:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40441:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40448:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40455:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40448:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40455:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40462:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40455:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40462:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40469:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40462:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40469:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40476:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40469:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40476:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40483:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40476:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40483:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40490:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40483:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40490:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40497:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40490:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40497:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40504:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40497:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40504:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40511:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40504:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40511:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40518:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40511:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40518:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40525:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40518:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40525:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40532:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40525:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40532:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:40539:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40532:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:40539:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42264:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42257:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42264:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42271:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42264:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42271:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42278:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42271:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42278:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42285:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42278:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42285:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42292:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42285:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42292:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42299:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42292:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42299:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42306:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42299:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42306:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42313:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42306:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42313:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42320:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42313:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42320:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:42327:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42320:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:42327:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:47819:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47812:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:47819:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:47826:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47819:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:47826:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:47833:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47826:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:47833:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:48744:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48737:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:48744:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:48751:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48744:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:48751:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:48758:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48751:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:48758:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:48765:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48758:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:48765:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:48772:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48765:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:48772:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49057:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49050:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49057:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49692:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49685:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49692:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49699:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49692:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49699:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49706:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49699:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49706:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49713:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49706:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49713:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49720:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49713:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49720:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49727:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49720:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49727:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49734:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49727:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49734:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:49741:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49734:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:49741:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:50268:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50261:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:50268:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:50275:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50268:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:50275:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:50802:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50795:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:50802:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:50809:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50802:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:50809:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:51611:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51604:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:51611:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:52430:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52423:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:52430:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:52437:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52430:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:52437:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:53078:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53071:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:53078:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:53085:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53078:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:53085:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:53092:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53085:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:53092:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:53733:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53726:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:53733:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:53740:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53733:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:53740:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:53747:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53740:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:53747:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55222:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55215:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55222:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55229:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55222:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55229:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55236:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55229:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55236:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55243:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55236:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55243:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55250:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55243:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55250:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55257:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55250:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55257:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55264:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55257:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55264:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55271:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55264:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55271:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55278:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55271:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55278:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:55285:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55278:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:55285:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:56546:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56539:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:56546:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:56553:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56546:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:56553:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:56560:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56553:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:56560:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:56567:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56560:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:56567:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:56574:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56567:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:56574:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:56581:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56574:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:56581:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:56588:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56581:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:56588:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:56595:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56588:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:56595:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58198:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58191:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58198:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58205:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58198:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58205:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58212:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58205:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58212:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58219:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58212:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58219:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58226:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58219:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58226:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58233:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58226:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58233:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58240:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58233:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58240:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58247:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58240:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58247:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58254:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58247:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58254:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58261:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58254:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58261:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:58268:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58261:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:58268:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60463:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60456:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60463:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60470:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60463:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60470:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60477:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60470:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60477:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60484:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60477:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60484:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60491:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60484:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60491:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60498:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60491:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60498:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60505:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60498:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60505:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60512:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60505:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60512:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60519:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60512:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60519:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60526:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60519:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60526:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60533:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60526:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60533:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60540:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60533:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60540:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60547:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60540:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60547:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60554:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60547:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60554:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:60561:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60554:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:60561:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62838:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62831:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62838:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62845:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62838:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62845:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62852:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62845:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62852:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62859:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62852:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62859:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62866:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62859:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62866:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62873:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62866:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62873:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62880:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62873:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62880:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62887:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62880:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62887:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62894:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62887:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62894:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62901:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62894:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62901:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62908:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62901:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62908:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62915:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62908:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62915:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62922:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62915:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62922:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62929:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62922:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62929:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62936:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62929:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62936:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:62943:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62936:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:62943:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:63538:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63531:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:63538:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:63545:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63538:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:63545:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:64322:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64315:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:64322:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:64329:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64322:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:64329:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:64336:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64329:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:64336:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:64977:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64970:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:64977:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:64984:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64977:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:64984:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:64991:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64984:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:64991:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:65746:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65739:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:65746:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:65753:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65746:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:65753:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:65760:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65753:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:65760:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:65767:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65760:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:65767:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:66934:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66927:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:66934:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:66941:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66934:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:66941:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:66948:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66941:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:66948:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:66955:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66948:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:66955:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:66962:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66955:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:66962:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:68207:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68200:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:68207:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:68214:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68207:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:68214:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:68221:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68214:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:68221:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:68228:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68221:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:68228:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:68235:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68228:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:68235:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:68242:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68235:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:68242:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:69547:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69540:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:69547:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:69554:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69547:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:69554:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:69561:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69554:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:69561:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:69568:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69561:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:69568:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:69575:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69568:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:69575:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:69582:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69575:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:69582:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:69589:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69582:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:69589:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:70116:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70109:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:70116:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:70123:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70116:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:70123:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:71617:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71610:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:71617:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:71624:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71617:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:71624:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:71631:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71624:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:71631:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:71638:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71631:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:71638:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:71645:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71638:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:71645:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:72502:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72495:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:72502:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:72509:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72502:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:72509:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:73633:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73626:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:73633:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:73640:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73633:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:73640:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:74658:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74651:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:74658:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:74665:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74658:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:74665:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:74672:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74665:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:74672:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:74679:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74672:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:74679:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:74686:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74679:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:74686:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:74693:15: style: Variable 'rcode' is reassigned a value before the old one has been used. [redundantAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74686:15: note: rcode is assigned ibutils-1.5.7/ibis/src/ibis_wrap.c:74693:15: note: rcode is overwritten ibutils-1.5.7/ibis/src/ibis_wrap.c:3283:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3283:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3323:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3323:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3369:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3369:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3430:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3430:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3490:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3490:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3576:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3576:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3651:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3651:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3697:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3697:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3760:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3760:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3865:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3865:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3966:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3966:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4020:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4020:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4110:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4110:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4160:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4160:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4233:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4233:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4322:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4322:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4401:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4401:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4496:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4496:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4601:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4601:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4715:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4715:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4772:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4772:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4828:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4828:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4908:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:4908:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5022:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5022:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5107:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5107:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5192:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5192:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5279:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5279:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5370:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5370:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5469:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5469:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5526:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5526:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5582:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5582:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5639:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5639:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5704:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5704:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5792:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5792:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5856:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5856:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5926:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5926:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5996:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:5996:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6074:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6074:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6158:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6158:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6227:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6227:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6272:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6272:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6290:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6290:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6310:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6310:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6330:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6330:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6354:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6354:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6374:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6374:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6395:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6395:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6451:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6451:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6505:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6505:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6561:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6561:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6615:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6615:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6671:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6671:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6725:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6725:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6781:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6781:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6835:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6835:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6891:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6891:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6945:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:6945:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7001:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7001:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7055:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7055:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7111:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7111:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7165:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7165:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7221:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7221:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7275:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7275:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7331:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7331:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7385:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7385:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7441:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7441:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7495:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7495:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7551:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7551:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7605:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7605:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7948:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:7948:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8004:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8004:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8057:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8057:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8110:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8110:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8160:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8160:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8218:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8218:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8277:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8277:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8336:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8336:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8394:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8394:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8653:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8653:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8709:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8709:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8763:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8763:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8819:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8819:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8873:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8873:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8929:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8929:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8983:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:8983:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9039:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9039:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9093:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9093:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9149:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9149:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9203:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9203:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9259:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9259:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9313:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9313:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9369:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9369:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9423:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9423:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9479:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9479:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9533:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9533:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9589:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9589:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9643:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9643:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9699:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9699:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9753:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9753:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9809:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9809:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9863:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9863:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9919:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9919:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9973:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:9973:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10029:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10029:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10083:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10083:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10139:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10139:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10193:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10193:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10249:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10249:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10303:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10303:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10359:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10359:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10413:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10413:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10469:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10469:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10523:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10523:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10579:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10579:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10633:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10633:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10689:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10689:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10743:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10743:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10799:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10799:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10853:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10853:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10909:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10909:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10963:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:10963:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11019:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11019:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11073:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11073:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11129:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11129:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11183:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11183:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11239:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11239:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11293:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11293:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11349:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11349:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11403:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11403:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11459:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11459:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11513:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11513:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11569:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11569:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11623:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11623:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11679:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11679:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11733:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11733:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11789:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11789:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11843:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11843:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11899:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11899:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11953:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:11953:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12505:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12505:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12561:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12561:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12615:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12615:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12671:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12671:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12724:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12724:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12777:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12777:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12830:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12830:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12889:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12889:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12947:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:12947:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13206:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13206:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13262:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13262:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13316:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13316:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13372:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13372:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13426:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13426:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13482:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13482:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13536:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13536:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13592:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13592:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13646:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13646:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13912:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13912:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13968:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:13968:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14021:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14021:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14074:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14074:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14127:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14127:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14186:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14186:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14244:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14244:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14492:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14492:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14548:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14548:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14602:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14602:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14658:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14658:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14712:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14712:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14768:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14768:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14822:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14822:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14878:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14878:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14932:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14932:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14988:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:14988:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15042:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15042:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15098:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15098:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15152:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15152:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15208:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15208:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15262:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15262:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15318:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15318:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15372:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15372:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15428:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15428:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15482:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15482:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15538:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15538:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15592:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15592:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15648:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15648:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15702:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:15702:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16045:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16045:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16101:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16101:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16154:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16154:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16207:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16207:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16260:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16260:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16319:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16319:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16377:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16377:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16625:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16625:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16681:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16681:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16735:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16735:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16791:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16791:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16845:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16845:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16901:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16901:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16955:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:16955:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17011:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17011:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17068:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17068:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17127:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17127:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17183:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17183:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17453:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17453:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17509:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17509:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17563:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17563:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17652:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17652:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17709:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17709:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17798:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17798:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17855:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17855:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17911:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17911:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17965:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:17965:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18021:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18021:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18075:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18075:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18131:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18131:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18185:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18185:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18241:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18241:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18295:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18295:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18351:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18351:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18405:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18405:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18461:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18461:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18515:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18515:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18571:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18571:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18625:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18625:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18681:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18681:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18735:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18735:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18791:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18791:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18845:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18845:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18901:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18901:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18955:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:18955:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19011:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19011:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19068:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19068:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19127:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19127:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19183:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19183:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19563:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19563:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19619:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19619:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19673:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19673:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19729:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19729:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19777:9: style: The comparison 'm > 64' is always false. [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibis_wrap.c:19776:11: note: 'm' is assigned value '64' here. ibutils-1.5.7/ibis/src/ibis_wrap.c:19777:9: note: The comparison 'm > 64' is always false. ibutils-1.5.7/ibis/src/ibis_wrap.c:19792:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19792:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19852:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19852:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19912:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19912:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19971:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:19971:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20027:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20027:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20286:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20286:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20375:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20375:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20432:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20432:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20521:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20521:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20578:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20578:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20634:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20634:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20688:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20688:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20744:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20744:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20798:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20798:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20854:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20854:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20908:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20908:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20964:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:20964:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21018:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21018:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21074:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21074:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21128:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21128:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21184:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21184:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21238:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21238:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21294:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21294:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21348:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21348:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21404:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21404:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21458:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21458:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21514:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21514:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21571:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21571:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21630:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21630:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21689:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21689:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21748:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21748:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21804:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21804:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21855:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21855:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21908:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:21908:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22263:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22263:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22319:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22319:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22373:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22373:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22429:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22429:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22483:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22483:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22539:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22539:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22593:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22593:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22649:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22649:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22703:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22703:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22792:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22792:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22849:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22849:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22905:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22905:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22959:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:22959:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23015:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23015:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23069:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23069:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23125:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23125:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23179:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23179:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23235:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23235:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23289:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23289:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23345:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23345:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23399:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23399:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23488:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23488:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23545:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23545:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23601:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23601:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23655:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23655:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23711:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23711:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23765:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23765:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23821:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23821:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23875:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23875:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23931:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23931:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23985:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:23985:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24041:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24041:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24095:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24095:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24147:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24147:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24547:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24547:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24636:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24636:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24693:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24693:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24749:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24749:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24803:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24803:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24859:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24859:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24913:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24913:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24969:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:24969:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25023:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25023:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25079:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25079:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25133:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25133:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25189:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25189:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25243:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25243:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25299:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25299:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25351:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25351:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25401:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25401:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25453:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25453:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25761:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25761:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25809:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:25809:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26048:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26048:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26104:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26104:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26158:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26158:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26214:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26214:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26268:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26268:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26324:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26324:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26378:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26378:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26434:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26434:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26488:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26488:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26544:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26544:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26824:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26824:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26880:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26880:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26934:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26934:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26990:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:26990:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27044:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27044:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27100:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27100:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27154:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27154:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27210:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27210:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27264:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27264:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27320:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27320:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27600:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27600:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27656:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27656:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27710:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27710:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27799:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27799:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27856:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27856:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27912:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27912:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27966:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:27966:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28022:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28022:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28076:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28076:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28132:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28132:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28194:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28194:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28275:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28275:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28337:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28337:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28398:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28398:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28461:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28461:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28542:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28542:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28607:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28607:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28688:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28688:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28753:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28753:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28834:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28834:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28899:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28899:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28980:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:28980:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29040:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29040:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29099:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29099:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29158:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29158:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29217:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29217:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29273:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29273:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29632:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29632:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29713:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29713:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29952:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:29952:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30008:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30008:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30062:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30062:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30118:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30118:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30172:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30172:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30228:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30228:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30282:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30282:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30338:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30338:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30391:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30391:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30444:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30444:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30497:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30497:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30556:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30556:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30613:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30613:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30894:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30894:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30950:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:30950:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31004:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31004:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31060:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31060:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31114:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31114:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31170:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31170:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31224:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31224:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31280:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31280:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31334:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31334:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31454:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31454:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31523:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31523:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31582:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31582:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31638:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31638:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31927:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:31927:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32008:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32008:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32247:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32247:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32303:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32303:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32357:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32357:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32413:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32413:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32467:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32467:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32523:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32523:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32577:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32577:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32633:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32633:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32687:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32687:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32743:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32743:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32796:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32796:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32849:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32849:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32902:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32902:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32961:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:32961:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33018:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33018:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33318:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33318:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33399:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33399:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33456:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33456:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33689:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33689:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33745:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33745:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33799:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33799:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33855:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33855:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33909:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33909:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33965:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:33965:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34019:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34019:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34075:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34075:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34128:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34128:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34181:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34181:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34234:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34234:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34293:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34293:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34352:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34352:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34411:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34411:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34469:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34469:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34754:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34754:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34810:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34810:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34864:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34864:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34920:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34920:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34974:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:34974:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35030:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35030:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35084:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35084:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35140:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35140:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35194:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35194:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35250:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35250:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35304:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35304:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35360:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35360:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35414:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35414:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35470:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35470:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35524:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35524:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35580:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35580:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35634:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35634:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35690:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35690:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35744:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35744:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35800:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35800:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35854:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35854:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35910:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35910:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35968:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:35968:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36049:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36049:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36130:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36130:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36188:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36188:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36542:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36542:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36598:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36598:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36652:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36652:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36708:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36708:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36762:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36762:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36818:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36818:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36872:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36872:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36928:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36928:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36982:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:36982:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37038:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37038:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37092:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37092:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37148:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37148:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37202:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37202:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37258:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37258:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37312:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37312:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37368:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37368:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37422:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37422:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37478:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37478:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37532:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37532:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37588:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37588:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37642:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37642:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37698:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37698:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37752:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37752:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37808:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37808:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37862:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37862:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37918:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37918:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37972:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:37972:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38028:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38028:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38082:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38082:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38138:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38138:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38192:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38192:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38248:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38248:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38302:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38302:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38358:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38358:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38412:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38412:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38468:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38468:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38522:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38522:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38578:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38578:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38632:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38632:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38688:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38688:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38742:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38742:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38798:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38798:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38852:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38852:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38908:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38908:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38962:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:38962:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39018:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39018:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39072:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39072:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39128:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39128:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39182:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39182:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39238:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39238:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39292:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39292:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39348:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39348:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39402:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39402:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39458:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39458:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39512:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39512:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39568:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39568:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39622:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39622:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39678:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39678:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39732:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39732:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39788:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39788:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39847:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39847:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39933:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:39933:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40019:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40019:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40082:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40082:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40649:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40649:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40705:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40705:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40759:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40759:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40815:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40815:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40869:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40869:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40925:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40925:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40979:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:40979:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41035:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41035:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41089:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41089:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41145:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41145:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41199:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41199:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41255:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41255:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41309:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41309:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41365:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41365:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41419:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41419:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41475:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41475:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41529:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41529:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41585:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41585:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41639:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41639:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41695:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41695:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41749:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41749:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41805:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41805:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41863:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41863:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41944:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:41944:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42025:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42025:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42083:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42083:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42445:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42445:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42526:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42526:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42588:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42588:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42674:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42674:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42760:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42760:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42823:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:42823:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43079:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43079:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43160:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43160:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43227:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43227:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43322:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43322:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43417:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43417:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43489:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43489:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43749:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43749:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43830:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43830:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43893:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43893:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43980:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:43980:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44067:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44067:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44131:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44131:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44387:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44387:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44468:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44468:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44534:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44534:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44628:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44628:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44722:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44722:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44793:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:44793:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45053:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45053:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45134:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45134:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45200:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45200:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45294:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45294:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45388:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45388:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45459:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45459:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45719:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45719:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45837:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45837:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45903:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45903:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45997:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:45997:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46091:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46091:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46162:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46162:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46420:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46420:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46478:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46478:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46538:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46538:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46619:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46619:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46700:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46700:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46758:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:46758:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47002:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47002:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47058:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47058:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47112:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47112:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47168:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47168:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47222:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47222:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47278:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47278:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47332:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47332:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47388:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47388:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47446:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47446:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47527:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47527:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47608:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47608:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47666:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47666:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47943:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47943:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47999:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:47999:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48053:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48053:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48109:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48109:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48163:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48163:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48219:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48219:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48273:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48273:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48351:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48351:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48406:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48406:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48454:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48454:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48509:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48509:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48591:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48591:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48880:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48880:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48928:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:48928:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49165:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49165:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49213:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49213:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49261:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49261:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49309:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49309:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49357:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49357:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49405:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49405:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49453:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49453:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49501:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49501:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49549:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49549:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49851:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49851:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49907:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49907:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49961:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:49961:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50017:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50017:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50071:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50071:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50127:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50127:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50385:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50385:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50441:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50441:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50495:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50495:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50551:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50551:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50605:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50605:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50661:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50661:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50927:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:50927:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51008:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51008:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51255:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51255:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51336:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51336:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51393:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51393:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51471:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51471:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51721:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51721:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51777:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:51777:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52013:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52013:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52069:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52069:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52123:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52123:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52179:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52179:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52233:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52233:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52289:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52289:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52547:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52547:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52603:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52603:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52657:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52657:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52713:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52713:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52767:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52767:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52823:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52823:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52877:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52877:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52933:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:52933:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53202:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53202:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53258:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53258:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53312:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53312:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53368:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53368:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53422:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53422:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53478:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53478:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53532:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53532:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53588:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53588:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53857:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53857:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53913:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53913:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53967:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:53967:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54023:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54023:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54077:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54077:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54133:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54133:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54187:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54187:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54243:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54243:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54297:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54297:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54353:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54353:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54407:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54407:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54463:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54463:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54517:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54517:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54573:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54573:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54627:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54627:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54683:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54683:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54737:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54737:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54793:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54793:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54847:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54847:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54903:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54903:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54965:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:54965:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55046:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55046:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55395:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55395:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55451:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55451:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55505:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55505:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55561:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55561:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55615:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55615:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55671:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55671:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55725:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55725:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55781:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55781:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55835:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55835:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55891:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55891:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55945:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:55945:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56001:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56001:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56055:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56055:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56111:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56111:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56165:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56165:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56243:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56243:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56300:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56300:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56378:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56378:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56705:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56705:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56761:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56761:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56815:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56815:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56871:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56871:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56925:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56925:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56981:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:56981:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57035:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57035:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57091:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57091:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57145:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57145:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57201:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57201:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57255:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57255:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57311:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57311:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57365:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57365:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57421:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57421:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57475:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57475:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57531:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57531:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57585:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57585:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57663:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57663:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57720:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57720:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57798:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57798:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57855:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57855:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57911:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57911:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57965:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:57965:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58021:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58021:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58378:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58378:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58434:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58434:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58488:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58488:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58544:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58544:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58598:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58598:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58654:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58654:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58708:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58708:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58764:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58764:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58818:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58818:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58896:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58896:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58953:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:58953:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59009:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59009:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59063:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59063:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59119:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59119:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59173:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59173:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59229:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59229:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59283:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59283:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59339:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59339:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59393:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59393:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59449:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59449:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59503:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59503:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59581:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59581:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59638:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59638:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59694:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59694:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59748:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59748:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59804:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59804:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59858:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59858:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59914:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59914:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59968:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:59968:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60024:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60024:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60078:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60078:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60134:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60134:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60200:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60200:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60266:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60266:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60671:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60671:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60727:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60727:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60781:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60781:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60837:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60837:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60891:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60891:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60947:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:60947:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61001:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61001:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61057:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61057:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61111:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61111:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61167:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61167:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61221:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61221:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61277:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61277:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61331:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61331:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61387:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61387:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61441:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61441:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61497:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61497:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61551:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61551:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61607:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61607:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61661:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61661:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61717:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61717:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61771:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61771:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61827:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61827:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61881:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61881:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61937:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61937:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61991:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:61991:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62047:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62047:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62101:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62101:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62157:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62157:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62211:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62211:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62289:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62289:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62354:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62354:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62435:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62435:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62492:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62492:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62570:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62570:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62639:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:62639:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63053:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63053:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63109:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63109:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63163:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63163:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63219:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63219:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63273:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63273:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63329:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63329:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63395:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63395:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63655:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63655:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63711:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63711:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63765:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63765:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63821:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63821:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63875:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63875:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63931:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63931:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63985:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:63985:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64041:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64041:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64107:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64107:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64173:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64173:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64446:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64446:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64502:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64502:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64556:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64556:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64612:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64612:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64666:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64666:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64722:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64722:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64776:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64776:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64832:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:64832:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65101:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65101:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65157:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65157:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65211:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65211:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65267:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65267:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65321:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65321:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65377:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65377:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65431:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65431:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65487:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65487:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65541:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65541:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65597:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65597:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65877:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65877:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65933:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65933:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65987:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:65987:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66043:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66043:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66097:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66097:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66153:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66153:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66207:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66207:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66263:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66263:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66325:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66325:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66406:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66406:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66471:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66471:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66691:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66691:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66779:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:66779:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67072:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67072:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67128:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67128:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67182:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67182:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67238:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67238:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67292:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67292:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67348:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67348:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67402:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67402:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67458:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67458:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67512:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67512:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67568:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67568:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67622:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67622:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67678:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67678:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67740:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67740:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67960:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:67960:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68048:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68048:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68352:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68352:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68408:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68408:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68470:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68470:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68551:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68551:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68616:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68616:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68697:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68697:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68754:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68754:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68810:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68810:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68864:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68864:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68920:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68920:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68974:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:68974:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69030:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69030:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69084:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69084:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69140:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69140:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69194:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69194:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69250:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69250:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69316:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69316:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69382:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69382:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69699:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69699:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69755:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69755:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69809:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69809:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69865:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69865:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69919:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69919:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69975:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:69975:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70241:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70241:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70455:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70455:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70542:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70542:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70614:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70614:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70858:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70858:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70914:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70914:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70968:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:70968:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71024:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71024:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71078:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71078:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71134:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71134:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71188:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71188:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71244:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71244:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71298:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71298:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71354:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71354:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71408:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71408:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71464:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71464:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71755:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71755:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71811:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71811:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71865:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71865:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71921:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71921:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71983:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:71983:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72203:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72203:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72291:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72291:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72357:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72357:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72619:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72619:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72675:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72675:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72911:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72911:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72967:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:72967:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73021:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73021:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73077:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73077:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73139:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73139:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73334:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73334:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73412:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73412:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73484:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73484:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73750:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73750:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73806:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73806:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73872:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:73872:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74110:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74110:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74148:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74148:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74180:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74180:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74218:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74218:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74250:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74250:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74282:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74282:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74318:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74318:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74343:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74343:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74369:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74369:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74401:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74401:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74431:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74431:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74463:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74463:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74493:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74493:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74525:16: style: Redundant assignment of 'clientData' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:74525:35: style: Redundant assignment of 'objv' to itself. [selfAssignment] ibutils-1.5.7/ibis/src/ibis_wrap.c:3110:30: style:inconclusive: Function 'ibis_set_port' argument 1 names different: declaration 'guid' definition 'port_guid'. [funcArgNamesDifferent] ibutils-1.5.7/ibis/src/ibis_api.h:117:24: note: Function 'ibis_set_port' argument 1 names different: declaration 'guid' definition 'port_guid'. ibutils-1.5.7/ibis/src/ibis_wrap.c:3110:30: note: Function 'ibis_set_port' argument 1 names different: declaration 'guid' definition 'port_guid'. ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:386:7: warning:inconclusive: The buffer 'ibis_tcl_error_msg' may not be null-terminated after the call to strncpy(). [terminateStrncpy] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:3092:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36052:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36062:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36133:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36143:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39931:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39941:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40017:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40027:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41947:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41957:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42028:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42038:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42672:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42682:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42758:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42768:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43311:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43321:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43406:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43416:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43977:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43987:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44064:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44074:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44618:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44628:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44712:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44722:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45284:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45294:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45378:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45388:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45987:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45997:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46081:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46091:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46622:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46632:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46703:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46713:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47530:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47540:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47611:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47621:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48593:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48603:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:75314:7: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6493:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6490:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6493:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6545:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6542:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6545:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6603:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6600:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6603:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6655:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6652:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6655:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6713:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6710:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6713:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6765:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6762:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6765:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6823:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6820:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6823:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6875:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6872:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6875:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6933:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6930:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6933:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6985:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6982:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6985:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7043:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7040:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7043:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7095:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7092:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7095:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7153:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7150:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7153:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7205:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7202:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7205:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7263:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7260:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7263:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7315:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7312:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7315:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7373:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7370:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7373:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7425:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7422:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7425:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7483:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7480:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7483:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7535:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7532:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7535:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7593:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7590:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7593:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7645:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7642:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7645:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7961:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7930:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7961:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8046:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8043:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8046:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8098:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8095:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8098:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8156:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8153:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8156:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8204:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8201:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8204:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8258:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8255:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8258:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8312:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8309:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8312:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8666:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8635:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8666:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8751:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8748:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8751:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8803:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8800:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8803:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8861:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8858:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8861:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8913:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8910:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8913:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8971:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8968:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8971:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9023:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9020:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9023:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9081:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9078:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9081:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9133:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9130:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9133:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9191:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9188:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9191:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9243:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9240:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9243:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9301:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9298:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9301:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9353:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9350:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9353:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9411:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9408:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9411:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9463:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9460:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9463:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9521:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9518:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9521:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9573:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9570:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9573:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9631:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9628:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9631:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9683:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9680:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9683:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9741:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9738:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9741:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9793:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9790:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9793:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9851:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9848:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9851:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9903:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9900:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9903:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9961:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9958:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9961:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10013:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10010:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10013:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10071:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10068:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10071:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10123:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10120:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10123:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10181:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10178:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10181:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10233:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10230:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10233:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10291:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10288:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10291:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10343:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10340:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10343:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10401:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10398:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10401:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10453:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10450:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10453:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10511:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10508:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10511:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10563:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10560:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10563:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10621:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10618:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10621:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10673:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10670:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10673:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10731:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10728:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10731:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10783:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10780:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10783:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10841:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10838:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10841:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10893:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10890:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10893:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10951:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10948:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10951:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11003:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11000:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11003:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11061:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11058:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11061:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11113:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11110:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11113:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11171:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11168:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11171:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11223:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11220:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11223:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11281:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11278:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11281:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11333:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11330:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11333:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11391:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11388:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11391:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11443:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11440:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11443:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11501:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11498:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11501:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11553:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11550:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11553:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11611:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11608:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11611:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11663:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11660:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11663:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11721:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11718:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11721:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11773:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11770:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11773:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11831:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11828:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11831:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11883:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11880:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11883:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11941:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11938:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11941:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11993:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11990:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11993:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12518:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12487:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12518:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12603:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12600:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12603:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12655:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12652:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12655:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12713:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12710:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12713:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12765:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12762:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12765:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12823:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12820:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12823:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12871:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12868:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12871:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13219:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13188:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13219:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13304:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13301:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13304:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13356:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13353:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13356:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13414:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13411:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13414:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13466:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13463:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13466:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13524:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13521:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13524:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13576:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13573:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13576:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13634:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13631:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13634:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13686:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13683:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13686:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13925:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13894:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13925:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14010:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14007:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14010:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14062:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14059:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14062:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14120:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14117:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14120:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14168:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14165:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14168:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14505:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14474:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14505:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14590:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14587:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14590:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14642:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14639:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14642:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14700:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14697:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14700:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14752:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14749:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14752:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14810:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14807:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14810:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14862:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14859:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14862:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14920:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14917:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14920:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14972:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14969:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14972:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15030:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15027:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15030:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15082:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15079:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15082:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15140:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15137:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15140:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15192:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15189:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15192:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15250:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15247:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15250:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15302:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15299:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15302:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15360:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15357:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15360:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15412:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15409:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15412:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15470:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15467:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15470:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15522:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15519:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15522:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15580:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15577:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15580:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15632:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15629:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15632:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15690:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15687:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15690:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15742:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15739:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15742:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16058:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16027:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16058:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16143:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16140:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16143:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16195:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16192:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16195:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16253:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16250:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16253:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16301:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16298:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16301:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16638:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16607:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16638:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16723:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16720:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16723:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16775:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16772:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16775:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16833:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16830:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16833:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16885:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16882:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16885:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16943:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16940:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16943:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16995:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16992:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16995:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17053:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17050:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17053:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17105:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17102:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17105:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17466:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17435:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17466:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17551:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17548:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17551:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17603:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17600:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17603:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17691:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17688:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17691:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17746:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17743:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17746:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17837:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17834:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17837:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17892:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17889:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17892:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17953:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17950:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17953:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18005:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18002:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18005:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18063:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18060:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18063:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18115:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18112:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18115:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18173:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18170:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18173:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18225:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18222:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18225:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18283:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18280:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18283:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18335:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18332:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18335:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18393:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18390:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18393:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18445:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18442:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18445:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18503:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18500:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18503:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18555:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18552:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18555:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18613:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18610:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18613:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18665:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18662:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18665:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18723:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18720:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18723:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18775:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18772:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18775:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18833:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18830:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18833:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18885:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18882:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18885:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18943:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18940:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18943:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18995:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18992:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18995:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19053:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19050:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19053:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19105:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19102:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19105:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19576:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19545:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19576:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19661:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19658:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19661:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19713:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19710:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19713:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19771:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19768:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19771:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19823:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19820:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19823:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19946:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19943:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19946:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20299:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20268:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20299:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20414:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20411:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20414:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20469:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20466:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20469:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20560:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20557:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20560:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20615:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20612:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20615:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20676:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20673:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20676:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20728:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20725:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20728:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20786:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20783:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20786:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20838:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20835:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20838:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20896:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20893:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20896:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20948:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20945:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20948:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21006:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21003:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21006:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21058:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21055:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21058:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21116:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21113:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21116:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21168:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21165:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21168:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21226:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21223:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21226:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21278:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21275:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21278:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21336:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21333:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21336:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21388:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21385:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21388:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21446:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21443:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21446:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21498:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21495:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21498:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21556:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21553:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21556:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21608:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21605:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21608:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22276:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22245:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22276:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22361:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22358:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22361:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22413:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22410:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22413:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22471:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22468:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22471:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22523:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22520:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22523:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22581:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22578:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22581:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22633:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22630:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22633:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22691:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22688:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22691:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22743:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22740:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22743:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22831:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22828:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22831:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22886:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22883:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22886:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22947:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22944:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22947:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22999:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22996:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22999:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23057:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23054:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23057:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23109:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23106:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23109:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23167:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23164:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23167:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23219:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23216:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23219:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23277:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23274:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23277:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23329:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23326:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23329:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23387:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23384:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23387:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23439:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23436:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23439:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23527:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23524:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23527:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23582:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23579:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23582:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23643:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23640:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23643:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23695:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23692:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23695:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23753:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23750:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23753:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23805:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23802:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23805:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23863:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23860:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23863:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23915:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23912:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23915:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23973:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23970:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23973:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24025:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24022:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24025:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24083:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24080:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24083:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24135:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24132:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24135:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24560:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24529:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24560:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24675:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24672:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24675:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24730:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24727:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24730:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24791:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24788:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24791:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24843:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24840:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24843:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24901:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24898:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24901:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24953:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24950:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24953:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25011:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25008:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25011:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25063:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25060:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25063:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25121:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25118:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25121:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25173:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25170:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25173:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25231:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25228:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25231:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25283:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25280:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25283:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25341:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25338:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25341:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25393:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25390:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25393:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25445:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25442:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25445:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25776:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25745:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25776:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25855:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25852:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25855:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25903:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25900:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25903:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25940:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25936:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25940:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26061:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26030:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26061:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26146:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26143:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26146:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26198:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26195:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26198:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26256:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26253:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26256:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26308:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26305:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26308:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26366:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26363:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26366:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26418:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26415:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26418:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26476:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26473:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26476:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26528:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26525:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26528:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26586:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26583:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26586:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26638:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26635:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26638:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26837:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26806:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26837:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26922:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26919:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26922:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26974:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26971:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26974:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27032:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27029:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27032:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27084:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27081:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27084:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27142:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27139:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27142:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27194:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27191:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27194:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27252:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27249:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27252:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27304:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27301:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27304:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27362:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27359:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27362:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27414:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27411:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27414:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27613:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27582:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27613:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27698:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27695:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27698:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27750:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27747:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27750:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27838:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27835:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27838:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27893:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27890:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27893:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27954:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27951:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27954:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28006:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28003:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28006:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28064:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28061:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28064:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28116:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28113:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28116:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28174:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28171:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28174:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28226:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28223:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28226:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28369:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28366:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28369:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28492:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28489:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28492:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28636:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28633:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28636:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28782:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28779:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28782:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28928:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28925:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28928:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29074:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29071:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29074:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29637:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29606:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29637:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29807:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29804:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29807:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29965:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29934:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29965:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30050:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30047:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30050:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30102:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30099:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30102:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30160:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30157:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30160:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30212:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30209:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30212:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30270:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30267:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30270:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30322:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30319:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30322:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30380:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30377:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30380:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30432:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30429:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30432:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30490:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30487:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30490:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30538:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30535:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30538:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30907:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30876:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30907:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30992:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30989:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30992:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31044:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31041:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31044:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31102:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31099:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31102:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31154:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31151:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31154:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31212:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31209:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31212:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31264:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31261:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31264:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31322:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31319:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31322:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31374:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31371:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31374:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31484:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31481:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31484:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31548:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31545:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31548:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31557:7: style: Condition '_result' is always true [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31932:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31901:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31932:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32102:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32099:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32102:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32260:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32229:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32260:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32345:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32342:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32345:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32397:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32394:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32397:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32455:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32452:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32455:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32507:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32504:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32507:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32565:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32562:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32565:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32617:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32614:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32617:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32675:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32672:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32675:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32727:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32724:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32727:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32785:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32782:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32785:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32837:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32834:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32837:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32895:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32892:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32895:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32943:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32940:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32943:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33323:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33292:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33323:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33493:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33490:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33493:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33702:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33671:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33702:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33787:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33784:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33787:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33839:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33836:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33839:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33897:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33894:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33897:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33949:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33946:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33949:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34007:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34004:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34007:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34059:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34056:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34059:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34117:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34114:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34117:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34169:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34166:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34169:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34227:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34224:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34227:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34275:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34272:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34275:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34767:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34736:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34767:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34852:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34849:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34852:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34904:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34901:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34904:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34962:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34959:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34962:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35014:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35011:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35014:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35072:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35069:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35072:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35124:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35121:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35124:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35182:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35179:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35182:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35234:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35231:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35234:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35292:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35289:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35292:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35344:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35341:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35344:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35402:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35399:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35402:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35454:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35451:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35454:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35512:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35509:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35512:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35564:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35561:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35564:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35622:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35619:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35622:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35674:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35671:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35674:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35732:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35729:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35732:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35784:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35781:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35784:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35842:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35839:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35842:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35894:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35891:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35894:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35952:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35949:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35952:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36004:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36001:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36004:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36555:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36524:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36555:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36640:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36637:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36640:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36692:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36689:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36692:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36750:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36747:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36750:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36802:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36799:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36802:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36860:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36857:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36860:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36912:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36909:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36912:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36970:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36967:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36970:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37022:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37019:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37022:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37080:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37077:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37080:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37132:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37129:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37132:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37190:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37187:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37190:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37242:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37239:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37242:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37300:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37297:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37300:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37352:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37349:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37352:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37410:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37407:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37410:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37462:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37459:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37462:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37520:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37517:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37520:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37572:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37569:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37572:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37630:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37627:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37630:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37682:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37679:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37682:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37740:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37737:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37740:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37792:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37789:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37792:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37850:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37847:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37850:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37902:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37899:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37902:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37960:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37957:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37960:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38012:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38009:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38012:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38070:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38067:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38070:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38122:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38119:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38122:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38180:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38177:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38180:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38232:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38229:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38232:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38290:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38287:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38290:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38342:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38339:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38342:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38400:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38397:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38400:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38452:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38449:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38452:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38510:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38507:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38510:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38562:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38559:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38562:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38620:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38617:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38620:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38672:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38669:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38672:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38730:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38727:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38730:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38782:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38779:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38782:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38840:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38837:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38840:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38892:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38889:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38892:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38950:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38947:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38950:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39002:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38999:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39002:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39060:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39057:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39060:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39112:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39109:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39112:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39170:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39167:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39170:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39222:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39219:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39222:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39280:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39277:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39280:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39332:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39329:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39332:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39390:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39387:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39390:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39442:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39439:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39442:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39500:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39497:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39500:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39552:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39549:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39552:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39610:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39607:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39610:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39662:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39659:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39662:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39720:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39717:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39720:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39772:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39769:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39772:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39830:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39827:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39830:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39882:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39879:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39882:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40662:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40631:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40662:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40747:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40744:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40747:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40799:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40796:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40799:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40857:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40854:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40857:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40909:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40906:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40909:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40967:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40964:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40967:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41019:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41016:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41019:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41077:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41074:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41077:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41129:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41126:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41129:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41187:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41184:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41187:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41239:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41236:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41239:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41297:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41294:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41297:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41349:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41346:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41349:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41407:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41404:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41407:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41459:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41456:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41459:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41517:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41514:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41517:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41569:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41566:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41569:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41627:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41624:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41627:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41679:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41676:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41679:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41737:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41734:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41737:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41789:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41786:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41789:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41847:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41844:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41847:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41899:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41896:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41899:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42450:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42419:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42450:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42620:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42617:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42620:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43084:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43053:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43084:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43254:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43251:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43254:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43754:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43723:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43754:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43924:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43921:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43924:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44392:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44361:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44392:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44562:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44559:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44562:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45058:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45027:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45058:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45228:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45225:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45228:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45724:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45693:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45724:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45931:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45928:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45931:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46427:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46396:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46427:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46572:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46569:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46572:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47015:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46984:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47015:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47100:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47097:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47100:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47152:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47149:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47152:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47210:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47207:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47210:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47262:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47259:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47262:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47320:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47317:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47320:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47372:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47369:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47372:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47430:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47427:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47430:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47482:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47479:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47482:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47956:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47925:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47956:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48041:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48038:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48041:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48093:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48090:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48093:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48151:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48148:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48151:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48203:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48200:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48203:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48261:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48258:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48261:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48313:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48310:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48313:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48390:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48387:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48390:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48445:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48442:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48445:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48500:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48497:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48500:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48548:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48545:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48548:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48895:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48864:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48895:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48974:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48971:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48974:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49022:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49019:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49022:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49059:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49055:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49059:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49180:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49149:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49180:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49259:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49256:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49259:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49307:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49304:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49307:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49355:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49352:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49355:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49403:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49400:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49403:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49451:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49448:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49451:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49499:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49496:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49499:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49547:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49544:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49547:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49595:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49592:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49595:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49643:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49640:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49643:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49680:15: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49676:13: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49680:15: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49864:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49833:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49864:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49949:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49946:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49949:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50001:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49998:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50001:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50059:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50056:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50059:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50111:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50108:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50111:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50169:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50166:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50169:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50221:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50218:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50221:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50398:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50367:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50398:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50483:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50480:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50483:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50535:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50532:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50535:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50593:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50590:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50593:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50645:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50642:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50645:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50703:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50700:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50703:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50755:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50752:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50755:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50932:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50901:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50932:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51102:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51099:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51102:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51260:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51229:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51260:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51430:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51427:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51430:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51510:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51507:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51510:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51565:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51562:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51565:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51734:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51703:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51734:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51819:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51816:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51819:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51871:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51868:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51871:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52026:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:51995:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52026:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52111:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52108:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52111:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52163:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52160:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52163:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52221:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52218:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52221:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52273:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52270:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52273:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52331:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52328:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52331:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52383:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52380:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52383:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52560:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52529:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52560:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52645:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52642:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52645:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52697:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52694:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52697:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52755:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52752:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52755:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52807:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52804:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52807:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52865:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52862:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52865:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52917:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52914:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52917:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52975:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52972:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:52975:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53027:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53024:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53027:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53215:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53184:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53215:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53300:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53297:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53300:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53352:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53349:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53352:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53410:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53407:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53410:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53462:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53459:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53462:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53520:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53517:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53520:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53572:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53569:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53572:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53630:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53627:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53630:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53682:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53679:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53682:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53870:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53839:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53870:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53955:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53952:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:53955:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54007:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54004:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54007:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54065:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54062:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54065:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54117:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54114:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54117:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54175:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54172:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54175:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54227:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54224:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54227:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54285:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54282:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54285:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54337:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54334:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54337:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54395:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54392:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54395:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54447:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54444:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54447:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54505:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54502:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54505:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54557:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54554:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54557:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54615:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54612:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54615:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54667:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54664:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54667:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54725:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54722:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54725:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54777:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54774:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54777:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54835:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54832:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54835:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54887:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54884:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54887:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54945:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54942:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54945:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54997:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54994:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:54997:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55140:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55137:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55140:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55408:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55377:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55408:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55493:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55490:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55493:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55545:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55542:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55545:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55603:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55600:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55603:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55655:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55652:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55655:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55713:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55710:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55713:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55765:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55762:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55765:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55823:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55820:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55823:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55875:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55872:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55875:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55933:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55930:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55933:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55985:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55982:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:55985:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56043:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56040:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56043:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56095:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56092:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56095:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56153:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56150:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56153:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56205:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56202:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56205:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56282:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56279:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56282:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56337:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56334:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56337:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56417:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56414:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56417:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56472:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56469:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56472:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56718:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56687:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56718:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56803:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56800:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56803:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56855:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56852:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56855:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56913:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56910:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56913:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56965:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56962:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:56965:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57023:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57020:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57023:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57075:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57072:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57075:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57133:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57130:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57133:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57185:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57182:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57185:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57243:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57240:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57243:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57295:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57292:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57295:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57353:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57350:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57353:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57405:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57402:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57405:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57463:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57460:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57463:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57515:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57512:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57515:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57573:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57570:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57573:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57625:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57622:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57625:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57702:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57699:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57702:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57757:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57754:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57757:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57837:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57834:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57837:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57892:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57889:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57892:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57953:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57950:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:57953:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58005:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58002:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58005:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58063:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58060:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58063:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58115:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58112:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58115:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58391:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58360:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58391:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58476:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58473:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58476:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58528:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58525:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58528:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58586:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58583:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58586:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58638:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58635:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58638:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58696:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58693:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58696:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58748:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58745:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58748:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58806:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58803:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58806:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58858:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58855:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58858:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58935:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58932:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58935:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58990:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58987:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:58990:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59051:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59048:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59051:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59103:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59100:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59103:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59161:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59158:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59161:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59213:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59210:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59213:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59271:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59268:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59271:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59323:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59320:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59323:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59381:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59378:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59381:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59433:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59430:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59433:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59491:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59488:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59491:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59543:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59540:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59543:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59620:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59617:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59620:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59675:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59672:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59675:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59736:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59733:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59736:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59788:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59785:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59788:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59846:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59843:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59846:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59898:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59895:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59898:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59956:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59953:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:59956:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60008:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60005:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60008:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60066:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60063:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60066:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60118:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60115:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60118:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60176:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60173:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60176:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60228:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60225:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60228:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60684:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60653:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60684:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60769:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60766:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60769:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60821:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60818:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60821:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60879:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60876:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60879:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60931:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60928:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60931:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60989:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60986:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:60989:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61041:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61038:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61041:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61099:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61096:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61099:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61151:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61148:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61151:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61209:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61206:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61209:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61261:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61258:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61261:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61319:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61316:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61319:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61371:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61368:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61371:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61429:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61426:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61429:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61481:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61478:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61481:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61539:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61536:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61539:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61591:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61588:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61591:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61649:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61646:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61649:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61701:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61698:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61701:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61759:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61756:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61759:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61811:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61808:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61811:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61869:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61866:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61869:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61921:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61918:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61921:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61979:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61976:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:61979:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62031:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62028:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62031:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62089:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62086:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62089:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62141:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62138:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62141:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62199:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62196:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62199:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62251:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62248:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62251:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62328:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62325:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62328:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62383:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62380:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62383:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62529:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62526:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62529:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62609:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62606:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62609:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62664:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62661:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:62664:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63066:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63035:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63066:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63151:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63148:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63151:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63203:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63200:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63203:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63261:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63258:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63261:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63313:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63310:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63313:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63371:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63368:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63371:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63423:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63420:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63423:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63668:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63637:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63668:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63753:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63750:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63753:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63805:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63802:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63805:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63863:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63860:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63863:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63915:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63912:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63915:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63973:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63970:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:63973:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64025:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64022:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64025:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64083:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64080:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64083:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64135:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64132:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64135:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64459:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64428:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64459:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64544:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64541:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64544:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64596:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64593:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64596:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64654:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64651:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64654:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64706:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64703:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64706:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64764:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64761:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64764:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64816:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64813:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64816:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64874:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64871:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64874:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64926:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64923:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:64926:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65114:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65083:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65114:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65199:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65196:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65199:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65251:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65248:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65251:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65309:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65306:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65309:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65361:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65358:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65361:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65419:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65416:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65419:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65471:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65468:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65471:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65529:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65526:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65529:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65581:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65578:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65581:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65639:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65636:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65639:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65691:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65688:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65691:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65890:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65859:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65890:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65975:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65972:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:65975:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66027:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66024:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66027:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66085:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66082:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66085:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66137:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66134:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66137:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66195:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66192:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66195:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66247:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66244:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66247:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66305:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66302:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66305:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66357:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66354:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66357:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66500:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66497:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66500:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66785:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66782:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66785:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67085:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67054:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67085:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67170:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67167:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67170:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67222:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67219:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67222:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67280:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67277:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67280:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67332:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67329:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67332:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67390:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67387:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67390:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67442:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67439:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67442:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67500:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67497:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67500:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67552:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67549:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67552:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67610:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67607:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67610:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67662:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67659:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67662:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67720:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67717:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67720:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67772:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67769:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67772:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68054:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68051:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68054:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68365:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68334:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68365:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68450:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68447:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68450:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68502:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68499:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68502:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68645:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68642:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68645:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68791:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68788:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68791:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68852:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68849:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68852:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68904:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68901:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68904:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68962:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68959:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68962:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69014:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69011:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69014:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69072:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69069:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69072:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69124:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69121:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69124:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69182:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69179:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69182:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69234:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69231:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69234:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69292:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69289:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69292:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69344:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69341:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69344:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69712:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69681:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69712:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69797:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69794:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69797:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69849:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69846:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69849:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69907:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69904:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69907:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69959:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69956:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:69959:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70017:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70014:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70017:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70069:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70066:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70069:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70246:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70215:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70246:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70549:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70546:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70549:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70871:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70840:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70871:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70956:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70953:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70956:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71008:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71005:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71008:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71066:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71063:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71066:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71118:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71115:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71118:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71176:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71173:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71176:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71228:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71225:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71228:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71286:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71283:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71286:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71338:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71335:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71338:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71396:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71393:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71396:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71448:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71445:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71448:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71506:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71503:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71506:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71558:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71555:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71558:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71768:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71737:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71768:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71853:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71850:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71853:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71905:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71902:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71905:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71963:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71960:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:71963:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72015:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72012:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72015:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72297:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72294:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72297:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72632:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72601:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72632:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72717:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72714:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72717:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72769:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72766:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72769:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72924:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72893:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72924:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73009:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73006:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73009:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73061:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73058:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73061:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73119:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73116:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73119:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73171:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73168:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73171:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73428:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73425:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73428:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73763:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73732:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73763:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73848:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73845:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73848:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73900:7: style: Condition 'ibis_tcl_error' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73897:20: note: Assignment 'ibis_tcl_error=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73900:7: note: Condition 'ibis_tcl_error' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74123:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74092:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74123:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74816:9: style: Condition 'cmd' is always false [knownConditionTrueFalse] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74785:66: note: Assignment 'cmd=0', assigned value is 0 ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74816:9: note: Condition 'cmd' is always false ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:593:7: warning: %u in format string (no. 12) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:593:7: warning: %u in format string (no. 13) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:819:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5829:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5969:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6039:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6111:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6117:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6189:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6195:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6201:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6403:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19900:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19955:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66724:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:66798:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:67993:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:68067:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70491:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:70562:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72236:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:72310:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73379:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:73441:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74450:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74478:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74512:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74540:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74574:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:74602:3: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:218:5: error: Common realloc mistake: 'SwigPtrTable' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:444:9: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:617:7: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:661:7: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:835:9: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1636:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1694:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1752:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1810:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1867:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1924:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1981:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2038:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2095:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2152:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2210:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2268:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2325:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2383:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2441:5: error: Common realloc mistake: 'p_res_str' nulled but not freed upon failure [memleakOnRealloc] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:187:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:188:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:194:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:195:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:213:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:218:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:240:9: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:427:38: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:430:39: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:433:39: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:445:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:447:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:617:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:619:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:661:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:663:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:698:27: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:722:6: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:812:38: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:814:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:836:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:838:21: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1221:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1228:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1327:30: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1333:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1335:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1434:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1450:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1467:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1484:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1501:19: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:102:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:112:48: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:113:47: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:169:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:226:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:275:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:337:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:376:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:402:24: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:449:24: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:461:16: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:467:16: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/swig_extended_obj.c:474:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1617:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1636:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1638:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1675:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1694:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1696:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1733:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1736:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1752:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1754:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1791:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1794:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1810:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1812:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1849:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1852:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1867:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1869:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1906:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1909:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1924:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1926:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1963:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1966:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1981:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:1983:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2020:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2023:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2038:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2040:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2077:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2080:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2095:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2097:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2134:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2137:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2152:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2154:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2192:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2195:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2210:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2212:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2249:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2252:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2268:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2270:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2307:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2310:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2325:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2327:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2364:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2367:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2383:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2385:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2422:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2425:14: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2441:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:2443:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:3573:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:3656:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:3843:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:3865:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:3948:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:3970:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4100:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4122:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4321:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4328:36: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4497:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4504:36: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4579:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4684:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4722:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4729:36: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4908:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:4991:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5025:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5032:36: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5105:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5190:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5275:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5362:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5450:13: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5480:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:5487:36: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6398:15: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6463:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6491:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6519:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6543:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6573:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6601:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6629:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6653:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6683:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6711:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6739:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6763:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6793:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6821:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6849:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6873:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6903:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6931:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6959:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:6983:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7013:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7041:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7069:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7093:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7123:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7151:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7179:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7203:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7233:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7261:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7289:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7313:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7343:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7371:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7399:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7423:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7453:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7481:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7509:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7533:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7563:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7591:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7619:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7643:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7673:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7718:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7724:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7805:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7965:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:7972:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8016:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8044:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8072:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8096:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8125:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8130:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8154:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8161:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8178:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8202:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8209:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8228:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8234:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8256:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8266:16: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8286:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8310:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8320:16: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8345:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8373:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8404:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8432:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8462:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8507:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8513:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8566:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8670:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8677:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8721:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8749:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8777:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8801:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8831:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8859:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8887:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8911:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8941:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8969:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:8997:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9021:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9051:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9079:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9107:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9131:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9161:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9189:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9217:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9241:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9271:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9299:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9327:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9351:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9381:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9409:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9437:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9461:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9491:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9519:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9547:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9571:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9601:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9629:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9657:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9681:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9711:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9739:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9767:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9791:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9821:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9849:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9877:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9901:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9931:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9959:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:9987:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10011:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10041:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10069:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10097:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10121:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10151:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10179:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10207:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10231:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10261:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10289:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10317:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10341:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10371:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10399:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10427:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10451:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10481:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10509:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10537:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10561:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10591:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10619:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10647:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10671:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10701:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10729:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10757:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10781:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10811:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10839:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10867:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10891:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10921:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10949:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:10977:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11001:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11031:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11059:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11087:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11111:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11141:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11169:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11197:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11221:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11251:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11279:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11307:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11331:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11361:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11389:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11417:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11441:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11471:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11499:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11527:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11551:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11581:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11609:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11637:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11661:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11691:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11719:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11747:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11771:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11801:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11829:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11857:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11881:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11911:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11939:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11967:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:11991:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12021:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12066:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12072:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12229:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12522:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12529:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12573:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12601:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12629:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12653:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12683:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12711:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12739:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12763:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12792:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12797:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12821:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12828:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12845:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12869:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12876:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12898:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12926:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12957:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:12985:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13015:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13060:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13066:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13119:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13223:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13230:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13274:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13302:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13330:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13354:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13384:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13412:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13440:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13464:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13494:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13522:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13550:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13574:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13604:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13632:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13660:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13684:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13714:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13759:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13765:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13818:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13929:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13936:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:13980:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14008:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14036:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14060:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14089:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14094:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14118:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14125:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14142:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14166:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14173:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14195:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14223:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14254:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14282:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14312:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14357:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14363:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14412:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14509:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14516:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14560:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14588:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14616:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14640:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14670:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14698:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14726:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14750:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14780:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14808:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14836:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14860:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14890:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14918:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14946:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:14970:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15000:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15028:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15056:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15080:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15110:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15138:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15166:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15190:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15220:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15248:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15276:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15300:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15330:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15358:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15386:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15410:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15440:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15468:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15496:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15520:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15550:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15578:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15606:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15630:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15660:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15688:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15716:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15740:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15770:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15815:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15821:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:15902:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16062:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16069:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16113:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16141:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16169:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16193:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16222:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16227:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16251:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16258:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16275:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16299:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16306:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16328:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16356:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16387:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16415:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16445:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16490:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16496:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16545:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16642:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16649:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16693:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16721:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16749:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16773:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16803:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16831:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16859:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16883:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16913:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16941:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16969:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:16993:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17023:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17051:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17079:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17103:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17136:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17164:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17195:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17223:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17251:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17296:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17302:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17359:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17470:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17477:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17521:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17549:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17577:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17601:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17631:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17689:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17720:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17744:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17777:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17835:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17866:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17890:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17923:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17951:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:17979:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18003:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18033:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18061:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18089:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18113:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18143:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18171:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18199:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18223:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18253:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18281:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18309:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18333:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18363:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18391:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18419:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18443:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18473:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18501:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18529:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18553:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18583:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18611:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18639:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18663:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18693:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18721:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18749:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18773:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18803:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18831:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18859:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18883:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18913:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18941:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18969:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:18993:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19023:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19051:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19079:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19103:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19136:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19164:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19195:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19223:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19251:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19296:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19302:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19399:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19580:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19587:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19631:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19659:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19687:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19711:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19741:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19769:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19797:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19821:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19860:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19865:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19889:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19920:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19944:29: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:19980:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20008:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20039:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20067:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20095:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20140:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20146:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20199:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20303:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20310:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20354:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20412:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20443:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20467:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20500:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20558:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20589:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20613:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20646:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20674:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20702:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20726:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20756:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20784:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20812:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20836:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20866:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20894:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20922:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20946:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:20976:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21004:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21032:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21056:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21086:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21114:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21142:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21166:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21196:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21224:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21252:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21276:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21306:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21334:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21362:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21386:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21416:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21444:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21472:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21496:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21526:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21554:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21582:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21606:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21639:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21667:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21698:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21726:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21757:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21785:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21816:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21844:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21872:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21923:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:21976:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22021:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22027:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22120:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22280:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22287:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22331:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22359:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22387:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22411:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22441:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22469:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22497:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22521:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22551:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22579:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22607:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22631:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22661:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22689:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22717:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22741:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22771:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22829:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22860:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22884:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22917:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22945:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22973:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:22997:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23027:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23055:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23083:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23107:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23137:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23165:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23193:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23217:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23247:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23275:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23303:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23327:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23357:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23385:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23413:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23437:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23467:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23525:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23556:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23580:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23613:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23641:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23669:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23693:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23723:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23751:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23779:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23803:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23833:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23861:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23889:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23913:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23943:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23971:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:23999:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24023:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24053:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24081:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24109:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24133:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24163:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24187:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24215:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24260:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24266:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24369:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24564:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24571:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24615:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24673:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24704:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24728:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24761:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24789:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24817:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24841:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24871:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24899:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24927:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24951:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:24981:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25009:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25037:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25061:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25091:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25119:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25147:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25171:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25201:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25229:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25257:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25281:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25311:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25339:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25367:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25391:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25419:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25443:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25450:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25469:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25493:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25521:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25566:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25572:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25641:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25780:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25787:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25829:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25853:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25860:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25877:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25901:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25908:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25923:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25929:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:25968:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26065:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26072:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26116:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26144:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26172:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26196:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26226:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26254:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26282:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26306:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26336:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26364:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26392:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26416:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26446:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26474:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26502:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26526:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26556:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26584:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26612:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26636:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26662:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26668:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26723:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26841:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26848:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26892:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26920:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26948:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:26972:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27002:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27030:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27058:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27082:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27112:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27140:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27168:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27192:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27222:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27250:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27278:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27302:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27332:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27360:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27388:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27412:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27438:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27444:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27499:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27617:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27624:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27668:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27696:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27724:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27748:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27778:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27836:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27867:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27891:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27924:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27952:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:27980:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28004:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28034:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28062:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28090:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28114:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28144:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28172:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28200:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28224:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28262:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28274:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28312:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28343:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28367:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28405:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28437:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28466:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28490:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28529:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28541:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28579:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28610:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28634:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28675:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28687:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28725:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28756:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28780:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28821:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28833:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28871:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28902:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28926:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28967:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:28979:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29017:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29048:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29072:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29108:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29136:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29167:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29195:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29226:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29254:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29285:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29313:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29341:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29386:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29392:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29481:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29641:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29648:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29700:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29712:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29750:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29781:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29805:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29834:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29840:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29879:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29969:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:29976:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30020:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30048:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30076:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30100:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30130:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30158:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30186:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30210:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30240:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30268:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30296:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30320:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30350:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30378:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30406:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30430:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30459:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30464:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30488:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30495:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30512:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30536:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30543:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30565:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30593:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30624:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30652:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30681:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30726:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30732:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30793:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30911:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30918:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30962:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:30990:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31018:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31042:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31072:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31100:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31128:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31152:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31182:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31210:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31238:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31262:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31292:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31320:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31348:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31372:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31402:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31459:12: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31482:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31522:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31546:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31591:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31619:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31650:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31678:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31706:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31751:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31757:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31818:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31936:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31943:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:31995:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32007:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32045:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32076:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32100:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32129:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32135:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32174:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32264:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32271:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32315:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32343:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32371:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32395:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32425:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32453:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32481:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32505:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32535:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32563:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32591:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32615:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32645:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32673:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32701:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32725:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32755:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32783:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32811:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32835:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32864:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32869:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32893:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32900:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32917:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32941:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32948:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32970:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:32998:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33029:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33057:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33086:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33131:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33137:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33202:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33327:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33334:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33386:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33398:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33436:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33467:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33491:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33524:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33569:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33575:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33616:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33706:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33713:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33757:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33785:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33813:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33837:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33867:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33895:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33923:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33947:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:33977:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34005:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34033:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34057:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34087:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34115:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34143:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34167:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34196:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34201:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34225:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34232:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34249:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34273:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34280:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34302:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34330:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34361:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34389:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34420:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34448:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34479:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34507:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34537:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34582:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34588:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34653:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34771:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34778:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34822:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34850:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34878:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34902:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34932:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34960:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:34988:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35012:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35042:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35070:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35098:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35122:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35152:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35180:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35208:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35232:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35262:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35290:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35318:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35342:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35372:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35400:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35428:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35452:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35482:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35510:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35538:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35562:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35592:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35620:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35648:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35672:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35702:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35730:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35758:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35782:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35812:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35840:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35868:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35892:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35922:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35950:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:35978:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36002:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36017:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36036:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36098:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36117:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36179:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36198:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36237:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36256:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36306:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36312:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36399:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36559:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36566:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36610:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36638:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36666:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36690:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36720:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36748:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36776:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36800:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36830:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36858:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36886:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36910:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36940:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36968:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:36996:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37020:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37050:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37078:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37106:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37130:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37160:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37188:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37216:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37240:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37270:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37298:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37326:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37350:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37380:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37408:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37436:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37460:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37490:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37518:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37546:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37570:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37600:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37628:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37656:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37680:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37710:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37738:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37766:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37790:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37820:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37848:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37876:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37900:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37930:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37958:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:37986:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38010:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38040:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38068:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38096:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38120:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38150:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38178:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38206:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38230:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38260:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38288:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38316:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38340:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38370:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38398:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38426:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38450:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38480:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38508:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38536:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38560:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38590:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38618:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38646:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38670:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38700:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38728:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38756:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38780:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38810:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38838:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38866:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38890:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38920:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38948:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:38976:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39000:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39030:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39058:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39086:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39110:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39140:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39168:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39196:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39220:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39250:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39278:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39306:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39330:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39360:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39388:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39416:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39440:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39470:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39498:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39526:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39550:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39580:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39608:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39636:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39660:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39690:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39718:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39746:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39770:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39800:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39828:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39856:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39880:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39895:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39915:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:39981:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40001:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40067:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40087:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40130:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40150:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40204:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40210:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40373:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40666:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40673:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40717:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40745:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40773:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40797:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40827:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40855:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40883:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40907:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40937:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40965:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:40993:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41017:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41047:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41075:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41103:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41127:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41157:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41185:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41213:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41237:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41267:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41295:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41323:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41347:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41377:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41405:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41433:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41457:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41487:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41515:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41543:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41567:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41597:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41625:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41653:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41677:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41707:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41735:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41763:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41787:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41817:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41845:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41873:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41897:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41912:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41931:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:41993:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42012:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42074:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42093:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42132:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42151:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42201:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42207:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42294:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42454:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42461:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42513:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42525:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42563:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42594:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42618:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42636:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42656:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42722:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42742:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42808:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42828:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42871:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42891:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42945:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42951:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:42998:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43088:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43095:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43147:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43159:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43197:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43228:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43252:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43273:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43295:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43368:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43390:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43463:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43485:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43535:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43557:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43615:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43621:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43668:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43758:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43765:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43817:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43829:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43867:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43898:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43922:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43940:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:43961:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44027:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44048:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44114:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44135:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44178:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44199:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44253:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44259:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44306:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44396:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44403:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44455:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44467:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44505:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44536:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44560:37: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44579:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44602:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44673:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44696:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44767:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44790:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44838:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44861:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44919:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44925:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:44972:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45062:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45069:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45121:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45133:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45171:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45202:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45226:34: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45245:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45268:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45339:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45362:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45433:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45456:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45504:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45527:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45585:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45591:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45638:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45728:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45735:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45787:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45874:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45905:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45929:40: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45948:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:45971:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46042:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46065:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46136:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46159:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46207:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46230:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46288:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46294:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46341:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46431:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46438:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46468:11: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46488:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46494:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46516:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46526:16: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46546:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46570:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46580:16: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46587:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46606:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46668:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46687:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46749:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46768:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46807:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46826:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46876:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46882:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:46929:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47019:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47026:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47070:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47098:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47126:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47150:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47180:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47208:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47236:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47260:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47290:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47318:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47346:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47370:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47400:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47428:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47456:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47480:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47495:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47514:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47576:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47595:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47657:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47676:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47715:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47734:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47784:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47790:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47849:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47960:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:47967:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48011:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48039:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48067:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48091:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48121:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48149:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48177:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48201:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48231:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48259:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48287:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48311:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48341:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48388:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48419:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48443:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48474:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48498:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48505:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48522:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48546:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48553:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48557:41: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48577:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48639:42: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48659:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48709:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48715:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48774:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48899:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48906:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48948:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48972:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48979:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:48996:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49020:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49027:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49042:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49048:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49087:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49184:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49191:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49233:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49257:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49264:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49281:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49305:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49312:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49329:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49353:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49360:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49377:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49401:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49408:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49425:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49449:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49456:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49473:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49497:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49504:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49521:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49545:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49552:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49569:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49593:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49600:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49617:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49641:18: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49648:35: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49663:10: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49669:26: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49722:43: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49868:50: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49875:57: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49919:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49947:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49975:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:49999:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50029:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50057:17: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50085:54: style: C-style pointer casting [cstyleCast] ibutils-1.5.7/ibis/src/ibissh_wrap.cpp:50109:17: style: C-st