2024-04-14 07:06 ftp://ftp.de.debian.org/debian/pool/main/3/3depict/3depict_0.0.23.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=wxwidgets --library=opengl --library=openmp --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j1 platform: Linux-5.15.0-102-generic-x86_64-with-glibc2.35 python: 3.10.12 client-version: 1.3.56 compiler: g++ (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 cppcheck: head 2.13.0 head-info: 01c049d (2024-04-13 21:28:19 +0200) count: 1745 1366 elapsed-time: 44.4 44.6 head-timing-info: old-timing-info: head results: 3Depict-0.0.23/src/3Depict.cpp:551:5: error: There is an unknown macro here somewhere. Configuration is required. If MESSAGE is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/backend/APT/3DapReader.cpp:266:6: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/common/basics.h:34:104: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable s [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/common/basics.h:166:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/common/basics.h:204:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/common/basics.h:595:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gsl_rng_default [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:154:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:474:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:627:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:870:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:1128:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:1094:26: portability: Undefined behaviour, pointer arithmetic 'buffer+ui' is out of bounds. [pointerOutOfBounds] 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:1093:22: note: Assuming that condition 'ui 1' is always false. [knownConditionTrueFalse] 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:909:16: style: The scope of the variable 'compString' can be reduced. [variableScope] 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:927:16: style: The scope of the variable 'freqString' can be reduced. [variableScope] 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:1604:57: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/clusterAnalysis.h:167:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:1604:57: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:427:16: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:339:19: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:427:16: note: Shadow variable 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2103:23: style: Local variable 'uj' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2093:16: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2103:23: note: Shadow variable 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2518:16: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2511:14: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2518:16: note: Shadow variable 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2551:16: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2545:14: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2551:16: note: Shadow variable 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:742:16: style: Variable 'curPlotIndex' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:438:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPS_ENUM_ERRSTRINGS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/wx/wxcommon.h:158:3: style: Class 'VersionCheckThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/wx/wxcommon.h:170:15: performance: Function 'getVerStr()' should return member 'versionStr' by const reference. [returnByReference] 3Depict-0.0.23/src/wx/wxcommon.h:42:26: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:759:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:793:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:817:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1002:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1005:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1012:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1015:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1019:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1049:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1053:15: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1097:33: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1100:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:132:15: style: Variable 'p->numColumns' is reassigned a value before the old one has been used. [redundantAssignment] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:117:15: note: p->numColumns is assigned 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:132:15: note: p->numColumns is overwritten 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:127:12: style: Variable 'p->enabled' is reassigned a value before the old one has been used. [redundantAssignment] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:118:12: note: p->enabled is assigned 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:127:12: note: p->enabled is overwritten 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:176:9: style: The scope of the variable 'extension' can be reduced. [variableScope] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:139:47: style:inconclusive: Function 'setFileMode' argument 1 names different: declaration 'mode' definition 'fileMode'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/dataLoad.h:133:33: note: Function 'setFileMode' argument 1 names different: declaration 'mode' definition 'fileMode'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:139:47: note: Function 'setFileMode' argument 1 names different: declaration 'mode' definition 'fileMode'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:196:48: style:inconclusive: Function 'numBytesForCache' argument 1 names different: declaration 'nOBjects' definition 'nObjects'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/dataLoad.h:139:42: note: Function 'numBytesForCache' argument 1 names different: declaration 'nOBjects' definition 'nObjects'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:196:48: note: Function 'numBytesForCache' argument 1 names different: declaration 'nOBjects' definition 'nObjects'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:992:50: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/dataLoad.h:168:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:992:50: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:992:78: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/dataLoad.h:168:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:992:78: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1246:61: style:inconclusive: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/dataLoad.h:179:60: note: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1246:61: note: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1096:12: style: Local variable 'xmlString' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1001:11: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:1096:12: note: Shadow variable 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:178:13: style: Variable 'extension' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:519:9: style: Unused variable: colStr [unusedVariable] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:107:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:403:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxInvalidSize [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:272:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:297:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:695:41: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:698:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:704:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:707:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:713:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:716:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:687:57: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/externalProgram.h:85:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:687:57: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:687:85: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/externalProgram.h:85:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:687:85: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:161:24: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:105:19: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:161:24: note: Shadow variable 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:176:24: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:105:19: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:176:24: note: Shadow variable 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:191:24: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:105:19: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:191:24: note: Shadow variable 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:100:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:332:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:408:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_VIRIDIS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:570:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VOX_INTERP_ENUM_END [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:938:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VOX_INTERP_ENUM_END [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1138:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STATE_FORMAT_XML [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1187:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_MODE_BUILTIN [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1663:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_VIRIDIS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:430:33: warning: Member variable 'VoxelAppearanceProperties::parent' is not assigned a value in 'VoxelAppearanceProperties::operator='. [operatorEqVarError] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:430:33: warning:inconclusive: Member variable 'VoxelAppearanceProperties::showColourKeys' is not assigned a value in 'VoxelAppearanceProperties::operator='. [operatorEqVarError] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:141:33: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:144:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:152:33: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:155:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:163:33: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:166:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:186:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:189:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:202:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:205:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:221:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:224:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:239:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:242:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:268:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:785:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:815:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:842:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:873:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:469:9: style: The scope of the variable 'tmpStr' can be reduced. [variableScope] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:179:55: style:inconclusive: Function 'parseXMLColour' argument 2 names different: declaration 'rgbaf' definition 'rgba'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/filterCommon.h:106:55: note: Function 'parseXMLColour' argument 2 names different: declaration 'rgbaf' definition 'rgba'. 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:179:55: note: Function 'parseXMLColour' argument 2 names different: declaration 'rgbaf' definition 'rgba'. 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1165:64: style:inconclusive: Function 'refresh' argument 1 names different: declaration 'v' definition 'voxelData'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/filterCommon.h:206:39: note: Function 'refresh' argument 1 names different: declaration 'v' definition 'voxelData'. 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1165:64: note: Function 'refresh' argument 1 names different: declaration 'v' definition 'voxelData'. 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1572:69: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/filterCommon.h:203:44: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1572:69: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:552:40: style: Local variable 'choices' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:468:38: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:552:40: note: Shadow variable 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1450:15: style: Local variable 'b' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1406:21: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1450:15: note: Shadow variable 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:756:49: style: Parameter 'cacheOK' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:536:11: style: Variable 'p.name' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:558:10: style: Variable 'p.name' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:670:10: style: Variable 'p.name' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:208:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wantAbort [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:323:50: style:inconclusive: Function 'filterPlaneFront' argument 1 names different: declaration 'p' definition 'testPt'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/geometryHelpers.h:106:40: note: Function 'filterPlaneFront' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:323:50: note: Function 'filterPlaneFront' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:335:54: style:inconclusive: Function 'filterCylinderInside' argument 1 names different: declaration 'p' definition 'testPt'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/geometryHelpers.h:96:44: note: Function 'filterCylinderInside' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:335:54: note: Function 'filterCylinderInside' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:370:57: style:inconclusive: Function 'mapSphereInside' argument 1 names different: declaration 'p' definition 'testPt'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/geometryHelpers.h:120:47: note: Function 'mapSphereInside' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:370:57: note: Function 'mapSphereInside' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:381:65: style:inconclusive: Function 'mapCylinderInsideAxial' argument 1 names different: declaration 'p' definition 'testPt'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/geometryHelpers.h:115:54: note: Function 'mapCylinderInsideAxial' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:381:65: note: Function 'mapCylinderInsideAxial' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:424:66: style:inconclusive: Function 'mapCylinderInsideRadial' argument 1 names different: declaration 'p' definition 'testPt'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/geometryHelpers.h:116:55: note: Function 'mapCylinderInsideRadial' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/geometryHelpers.cpp:424:66: note: Function 'mapCylinderInsideRadial' argument 1 names different: declaration 'p' definition 'testPt'. 3Depict-0.0.23/src/backend/filters/ionClip.cpp:178:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIND_MODE_POINT3D_TRANSLATE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:430:29: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:440:15: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:441:15: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:442:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:443:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:444:20: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:810:41: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:813:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionClip.cpp:802:49: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionClip.h:82:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/ionClip.cpp:802:49: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/ionClip.cpp:802:77: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionClip.h:82:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/ionClip.cpp:802:77: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/ionClip.cpp:484:9: style: Unused variable: tmpStr [unusedVariable] 3Depict-0.0.23/src/backend/tree.hh:598:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:838:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:863:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:892:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:917:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:942:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:953:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:964:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:980:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1004:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feet [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1122:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1906:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1912:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1918:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1925:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1932:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1939:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1946:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1953:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1960:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1967:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable top_node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1974:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first_child [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1986:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1993:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable skip_current_children_ [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:1999:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable skip_current_children_ [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2005:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first_child [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2042:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2055:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2074:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2150:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2163:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2184:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2237:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2268:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2275:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2282:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2353:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable top_node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2360:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2367:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2407:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2535:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parent_ [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2544:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2552:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2599:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first_child [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2606:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_child [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2633:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2645:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/tree.hh:2666:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:301:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_ENUM_END [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:352:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_ENUM_END [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:515:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_JET [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/animator.h:75:3: warning:inconclusive: Member variable 'FrameProperties::filterId' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/backend/animator.h:75:3: warning:inconclusive: Member variable 'FrameProperties::propertyKey' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/backend/animator.h:75:3: warning:inconclusive: Member variable 'FrameProperties::interpData' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/backend/tree.hh:267:24: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::begin_fixed' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:663:91: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::begin_fixed' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:267:24: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::begin_fixed' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:269:24: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_fixed' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:694:91: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_fixed' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:269:24: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_fixed' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:273:33: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_breadth_first' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:640:100: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_breadth_first' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:273:33: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_breadth_first' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:277:24: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:722:87: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:277:24: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:283:23: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::begin_leaf' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:747:84: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::begin_leaf' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:283:23: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::begin_leaf' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:285:23: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_leaf' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:756:84: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_leaf' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:285:23: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::end_leaf' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:352:24: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::move_before' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:1383:87: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::move_before' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:352:24: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::move_before' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:373:12: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::subtree' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:1592:60: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::subtree' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:373:12: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::subtree' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:374:12: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::subtree' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:1601:36: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::subtree' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:374:12: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::subtree' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:376:12: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::swap' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:1746:36: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::swap' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:376:12: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::swap' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:383:12: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::size' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:1620:38: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::size' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:383:12: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::size' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:398:12: performance:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::is_in_subtree' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/backend/tree.hh:1814:36: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::is_in_subtree' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:398:12: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::is_in_subtree' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/backend/tree.hh:408:20: style:inconclusive: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::sibling' can be const. [functionConst] 3Depict-0.0.23/src/backend/tree.hh:1853:87: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::sibling' can be const. 3Depict-0.0.23/src/backend/tree.hh:408:20: note: Technically the member function 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >::sibling' can be const. 3Depict-0.0.23/src/backend/tree.hh:93:3: style: Class 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:94:3: style: Class 'tree < Filter * , std :: allocator < tree_node_ < Filter * > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:114:5: style: Class 'iterator_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:137:5: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:138:5: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:139:5: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:155:5: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:156:5: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:157:5: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:176:5: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:177:5: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:197:5: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:198:5: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:199:5: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:218:5: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:220:5: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:242:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:243:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:244:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/tree.hh:429:5: style: Class 'compare_nodes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/backend/state.h:357:15: performance: Function 'getFilename()' should return member 'fileName' by const reference. [returnByReference] 3Depict-0.0.23/src/backend/state.h:443:15: performance: Function 'getWorkingDir()' should return member 'workingDir' by const reference. [returnByReference] 3Depict-0.0.23/src/backend/tree.hh:51:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/tree.hh:57:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:118:12: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:190:34: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:195:16: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:198:45: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:199:19: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:490:41: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:493:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:503:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:506:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:551:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:554:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:560:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:563:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:584:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:587:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:601:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:604:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:622:33: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:625:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/tree.hh:1202:9: style: Same expression on both sides of '=='. [duplicateExpression] 3Depict-0.0.23/src/backend/tree.hh:1216:9: style: Same expression on both sides of '=='. [duplicateExpression] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:482:51: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionColour.h:83:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/ionColour.cpp:482:51: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/ionColour.cpp:482:79: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionColour.h:83:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/ionColour.cpp:482:79: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/tree.hh:1563:54: style:inconclusive: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/tree.hh:367:30: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. 3Depict-0.0.23/src/backend/tree.hh:1563:54: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. 3Depict-0.0.23/src/backend/tree.hh:1563:89: style:inconclusive: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/tree.hh:367:64: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. 3Depict-0.0.23/src/backend/tree.hh:1563:89: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. 3Depict-0.0.23/src/backend/tree.hh:1582:62: style:inconclusive: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/tree.hh:371:38: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. 3Depict-0.0.23/src/backend/tree.hh:1582:62: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. 3Depict-0.0.23/src/backend/tree.hh:1582:80: style:inconclusive: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/tree.hh:371:55: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. 3Depict-0.0.23/src/backend/tree.hh:1582:80: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. 3Depict-0.0.23/src/backend/tree.hh:1814:71: style:inconclusive: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/tree.hh:398:47: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'. 3Depict-0.0.23/src/backend/tree.hh:1814:71: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'. 3Depict-0.0.23/src/backend/tree.hh:1853:116: style:inconclusive: Function 'sibling' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/tree.hh:408:49: note: Function 'sibling' argument 1 names different: declaration 'position' definition 'it'. 3Depict-0.0.23/src/backend/tree.hh:1853:116: note: Function 'sibling' argument 1 names different: declaration 'position' definition 'it'. 3Depict-0.0.23/src/backend/tree.hh:1876:114: style:inconclusive: Function 'child' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/tree.hh:406:54: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'. 3Depict-0.0.23/src/backend/tree.hh:1876:114: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'. 3Depict-0.0.23/src/backend/filters/ionColour.cpp:221:25: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:179:19: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/ionColour.cpp:221:25: note: Shadow variable 3Depict-0.0.23/src/backend/filters/ionColour.cpp:241:19: style: Local variable 'd' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:149:17: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/ionColour.cpp:241:19: note: Shadow variable 3Depict-0.0.23/src/backend/tree.hh:1027:111: performance: Function parameter 'position' should be passed by const reference. [passedByValue] 3Depict-0.0.23/src/backend/tree.hh:1188:19: performance: Function parameter 'new_end' should be passed by const reference. [passedByValue] 3Depict-0.0.23/src/backend/tree.hh:1592:85: performance: Function parameter 'from' should be passed by const reference. [passedByValue] 3Depict-0.0.23/src/backend/tree.hh:1592:108: performance: Function parameter 'to' should be passed by const reference. [passedByValue] 3Depict-0.0.23/src/backend/tree.hh:1601:72: performance: Function parameter 'from' should be passed by const reference. [passedByValue] 3Depict-0.0.23/src/backend/tree.hh:1601:95: performance: Function parameter 'to' should be passed by const reference. [passedByValue] 3Depict-0.0.23/src/backend/state.h:359:33: style: Parameter 's' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/backend/tree.hh:1192:13: style: Variable 'orig_last' can be declared as pointer to const [constVariablePointer] 3Depict-0.0.23/src/backend/tree.hh:1643:13: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] 3Depict-0.0.23/src/backend/tree.hh:1656:13: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] 3Depict-0.0.23/src/backend/tree.hh:1680:13: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] 3Depict-0.0.23/src/backend/tree.hh:1708:13: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] 3Depict-0.0.23/src/backend/tree.hh:1724:13: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] 3Depict-0.0.23/src/backend/tree.hh:2005:13: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] 3Depict-0.0.23/src/backend/filters/ionColour.cpp:296:9: style: Unused variable: tmpStr [unusedVariable] 3Depict-0.0.23/src/backend/tree.hh:579:17: style: Variable 'prev' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:482:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_INTEGER [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:68:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:232:25: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:234:31: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:256:53: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:257:22: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:285:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:286:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:287:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:288:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:289:19: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:290:20: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:321:12: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:352:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:690:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:693:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:679:55: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionDownsample.h:101:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:679:55: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:679:83: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionDownsample.h:101:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:679:83: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:841:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qh [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:69:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:74:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:140:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:290:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:917:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:920:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:216:41: style:inconclusive: Function 'refresh' argument 2 names different: declaration 'dataOut' definition 'getOut'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionInfo.h:108:47: note: Function 'refresh' argument 2 names different: declaration 'dataOut' definition 'getOut'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:216:41: note: Function 'refresh' argument 2 names different: declaration 'dataOut' definition 'getOut'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:901:60: style:inconclusive: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionInfo.h:143:60: note: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:901:60: note: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:905:49: style:inconclusive: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionInfo.h:148:36: note: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:905:49: note: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:905:77: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/ionInfo.h:148:58: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:905:77: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:991:14: style: Local variable 'tmpNode' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:947:13: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:991:14: note: Shadow variable 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:559:9: style: Unused variable: str [unusedVariable] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:564:9: style: Unused variable: tmpStr [unusedVariable] 3Depict-0.0.23/src/backend/filters/profile.cpp:283:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIND_MODE_POINT3D_TRANSLATE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/profile.cpp:1319:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_CHOICE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/profile.cpp:407:15: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:501:34: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1489:45: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1492:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1503:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1506:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1522:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1525:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1538:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1541:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1562:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1565:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1573:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1576:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1584:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1587:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1612:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1615:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1650:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1653:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1673:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1676:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1702:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1705:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1726:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1729:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/profile.cpp:1160:9: style: The scope of the variable 'str' can be reduced. [variableScope] 3Depict-0.0.23/src/backend/filters/profile.cpp:1338:70: style:inconclusive: Function 'getBinData' argument 2 names different: declaration 'binLength' definition 'length'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/profile.h:111:57: note: Function 'getBinData' argument 2 names different: declaration 'binLength' definition 'length'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1338:70: note: Function 'getBinData' argument 2 names different: declaration 'binLength' definition 'length'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1471:54: style:inconclusive: Function 'setUserString' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/profile.h:172:41: note: Function 'setUserString' argument 1 names different: declaration 's' definition 'str'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1471:54: note: Function 'setUserString' argument 1 names different: declaration 's' definition 'str'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1480:49: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/profile.h:156:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1480:49: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1480:77: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/profile.h:156:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1480:77: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1768:60: style:inconclusive: Function 'getStateOverrides' argument 1 names different: declaration 'externalAttr' definition 'externalAttribs'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/profile.h:158:52: note: Function 'getStateOverrides' argument 1 names different: declaration 'externalAttr' definition 'externalAttribs'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1768:60: note: Function 'getStateOverrides' argument 1 names different: declaration 'externalAttr' definition 'externalAttribs'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1828:63: style:inconclusive: Function 'getPrimitiveId' argument 1 names different: declaration 's' definition 'primitiveName'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/profile.h:108:57: note: Function 'getPrimitiveId' argument 1 names different: declaration 's' definition 'primitiveName'. 3Depict-0.0.23/src/backend/filters/profile.cpp:1828:63: note: Function 'getPrimitiveId' argument 1 names different: declaration 's' definition 'primitiveName'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:563:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RANGEFILE_WX_CONSTANT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:199:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:314:29: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:315:31: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:316:30: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:323:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:328:18: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:335:47: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:336:21: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:404:41: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1114:45: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1117:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1126:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1129:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1184:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1187:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1197:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1200:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1208:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1213:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1242:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1245:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1255:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1258:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:531:53: style:inconclusive: Function 'setRangeData' argument 1 names different: declaration 'newRange' definition 'rngNew'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/rangeFile.h:94:38: note: Function 'setRangeData' argument 1 names different: declaration 'newRange' definition 'rngNew'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:531:53: note: Function 'setRangeData' argument 1 names different: declaration 'newRange' definition 'rngNew'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:550:54: style:inconclusive: Function 'getProperties' argument 1 names different: declaration 'propertyList' definition 'p'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/rangeFile.h:108:39: note: Function 'getProperties' argument 1 names different: declaration 'propertyList' definition 'p'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:550:54: note: Function 'getProperties' argument 1 names different: declaration 'propertyList' definition 'p'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1105:51: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/rangeFile.h:129:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1105:51: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1105:79: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/rangeFile.h:129:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1105:79: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1289:62: style:inconclusive: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/rangeFile.h:132:60: note: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:1289:62: note: Function 'getStateOverrides' argument 1 names different: declaration 'overrides' definition 'externalAttribs'. 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:371:27: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:304:21: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:371:27: note: Shadow variable 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:407:18: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:398:21: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:407:18: note: Shadow variable 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:622:11: style: Local variable 'str' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:587:10: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:622:11: note: Shadow variable 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:679:11: style: Local variable 'str' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:657:10: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:679:11: note: Shadow variable 3Depict-0.0.23/src/backend/filters/spatialAnalysis.cpp:1258:3: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:652:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:96:2: performance: Variable 'normaliseBounds' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:187:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:309:11: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:336:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:352:23: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:394:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:922:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:956:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:988:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1200:45: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1204:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1214:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1217:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1224:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1227:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1241:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1245:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1188:54: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/spectrumPlot.h:97:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1188:54: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1188:82: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/spectrumPlot.h:97:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:1188:82: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:697:9: style: Unused variable: str [unusedVariable] 3Depict-0.0.23/src/backend/filters/transform.cpp:183:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SELECT_BUTTON_LEFT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/transform.cpp:238:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:265:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:351:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:460:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:571:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:676:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:784:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:814:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:908:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:1065:34: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:1557:45: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:1560:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/transform.cpp:1548:51: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/transform.h:87:36: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/transform.cpp:1548:51: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/transform.cpp:1548:79: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/transform.h:87:61: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/transform.cpp:1548:79: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/transform.cpp:944:21: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/transform.cpp:331:20: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/transform.cpp:944:21: note: Shadow variable 3Depict-0.0.23/src/backend/filters/transform.cpp:974:21: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/transform.cpp:331:20: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/transform.cpp:974:21: note: Shadow variable 3Depict-0.0.23/src/backend/filters/transform.cpp:1286:19: style: Unused variable: propName [unusedVariable] 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:47:2: performance: Variable 'pMin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:336:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:339:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:78:41: style:inconclusive: Function 'refresh' argument 2 names different: declaration 'dataOut' definition 'getOut'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/voxelLoad.h:77:47: note: Function 'refresh' argument 2 names different: declaration 'dataOut' definition 'getOut'. 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:78:41: note: Function 'refresh' argument 2 names different: declaration 'dataOut' definition 'getOut'. 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:322:51: style:inconclusive: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/voxelLoad.h:111:36: note: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:322:51: note: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:322:79: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/voxelLoad.h:111:58: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:322:79: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:147:9: style: Unused variable: tmpStr [unusedVariable] 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:208:9: style: Variable 'stripped' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/backend/filters/voxelLoad.cpp:325:9: style: Unused variable: tmpStr [unusedVariable] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:124:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CALLBACK [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:811:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_BOOL [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:265:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:366:31: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:435:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:524:11: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1178:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1181:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1194:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1198:15: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1212:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1216:15: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1164:50: style:inconclusive: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/voxelise.h:125:35: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1164:50: note: Function 'readState' argument 1 names different: declaration 'node' definition 'nodePtr'. 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1164:78: style:inconclusive: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. [funcArgNamesDifferent] 3Depict-0.0.23/src/backend/filters/voxelise.h:125:60: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/voxelise.cpp:1164:78: note: Function 'readState' argument 2 names different: declaration 'packDir' definition 'stateFileDir'. 3Depict-0.0.23/src/backend/filters/voxelise.cpp:802:18: style: Local variable 'p' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:721:17: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/voxelise.cpp:802:18: note: Shadow variable 3Depict-0.0.23/src/backend/filters/voxelise.cpp:829:18: style: Local variable 'p' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/backend/filters/voxelise.cpp:721:17: note: Shadowed declaration 3Depict-0.0.23/src/backend/filters/voxelise.cpp:829:18: note: Shadow variable 3Depict-0.0.23/src/backend/filtertree.cpp:279:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/backend/filtertreeAnalyse.cpp:372:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filtertreeAnalyse.cpp:483:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/filtertreeAnalyse.cpp:145:33: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filtertreeAnalyse.cpp:152:36: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/filtertreeAnalyse.cpp:496:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/backend/plot.cpp:98:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/backend/state.cpp:1582:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/backend/stats/confidence.cpp:435:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gsl_root_fsolver_brent [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/backend/stats/confidence.cpp:453:38: style: Condition 'it::binCount' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/common/voxels.h:282:10: performance:inconclusive: Technically the member function 'Voxels < float >::init' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/common/voxels.h:1106:19: note: Technically the member function 'Voxels < float >::init' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/common/voxels.h:282:10: note: Technically the member function 'Voxels < float >::init' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/common/voxels.h:1169:15: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/voxels.h:1176:23: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/voxels.h:1214:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/voxels.h:1176:23: portability: Casting between unsigned char * and float * which have an incompatible binary data representation. [invalidPointerCast] 3Depict-0.0.23/src/common/voxels.h:1214:14: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] 3Depict-0.0.23/src/common/voxels.h:434:34: style:inconclusive: Function 'clone' argument 1 names different: declaration 'newClone' definition 'newVox'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:141:25: note: Function 'clone' argument 1 names different: declaration 'newClone' definition 'newVox'. 3Depict-0.0.23/src/common/voxels.h:434:34: note: Function 'clone' argument 1 names different: declaration 'newClone' definition 'newVox'. 3Depict-0.0.23/src/common/voxels.h:448:41: style:inconclusive: Function 'setPoint' argument 1 names different: declaration 'pt' definition 'point'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:144:32: note: Function 'setPoint' argument 1 names different: declaration 'pt' definition 'point'. 3Depict-0.0.23/src/common/voxels.h:448:41: note: Function 'setPoint' argument 1 names different: declaration 'pt' definition 'point'. 3Depict-0.0.23/src/common/voxels.h:540:42: style:inconclusive: Function 'getPointData' argument 1 names different: declaration 'pt' definition 'point'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:150:33: note: Function 'getPointData' argument 1 names different: declaration 'pt' definition 'point'. 3Depict-0.0.23/src/common/voxels.h:540:42: note: Function 'getPointData' argument 1 names different: declaration 'pt' definition 'point'. 3Depict-0.0.23/src/common/voxels.h:583:90: style:inconclusive: Function 'deprecatedGetEdgeUniqueIndex' argument 4 names different: declaration 'edge' definition 'index'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:222:37: note: Function 'deprecatedGetEdgeUniqueIndex' argument 4 names different: declaration 'edge' definition 'index'. 3Depict-0.0.23/src/common/voxels.h:583:90: note: Function 'deprecatedGetEdgeUniqueIndex' argument 4 names different: declaration 'edge' definition 'index'. 3Depict-0.0.23/src/common/voxels.h:787:84: style:inconclusive: Function 'getCellUniqueEdgeIndex' argument 4 names different: declaration 'edge' definition 'index'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:231:37: note: Function 'getCellUniqueEdgeIndex' argument 4 names different: declaration 'edge' definition 'index'. 3Depict-0.0.23/src/common/voxels.h:787:84: note: Function 'getCellUniqueEdgeIndex' argument 4 names different: declaration 'edge' definition 'index'. 3Depict-0.0.23/src/common/voxels.h:857:36: style:inconclusive: Function 'getEdgeEnds' argument 1 names different: declaration 'edgeIndex' definition 'edgeUniqId'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:237:27: note: Function 'getEdgeEnds' argument 1 names different: declaration 'edgeIndex' definition 'edgeUniqId'. 3Depict-0.0.23/src/common/voxels.h:857:36: note: Function 'getEdgeEnds' argument 1 names different: declaration 'edgeIndex' definition 'edgeUniqId'. 3Depict-0.0.23/src/common/voxels.h:921:33: style:inconclusive: Function 'resize' argument 1 names different: declaration 'newX' definition 'x'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:201:24: note: Function 'resize' argument 1 names different: declaration 'newX' definition 'x'. 3Depict-0.0.23/src/common/voxels.h:921:33: note: Function 'resize' argument 1 names different: declaration 'newX' definition 'x'. 3Depict-0.0.23/src/common/voxels.h:921:43: style:inconclusive: Function 'resize' argument 2 names different: declaration 'newY' definition 'y'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:201:37: note: Function 'resize' argument 2 names different: declaration 'newY' definition 'y'. 3Depict-0.0.23/src/common/voxels.h:921:43: note: Function 'resize' argument 2 names different: declaration 'newY' definition 'y'. 3Depict-0.0.23/src/common/voxels.h:921:53: style:inconclusive: Function 'resize' argument 3 names different: declaration 'newZ' definition 'z'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:201:50: note: Function 'resize' argument 3 names different: declaration 'newZ' definition 'z'. 3Depict-0.0.23/src/common/voxels.h:921:53: note: Function 'resize' argument 3 names different: declaration 'newZ' definition 'z'. 3Depict-0.0.23/src/common/voxels.h:944:43: style:inconclusive: Function 'resize' argument 1 names different: declaration 'v' definition 'oth'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:203:34: note: Function 'resize' argument 1 names different: declaration 'v' definition 'oth'. 3Depict-0.0.23/src/common/voxels.h:944:43: note: Function 'resize' argument 1 names different: declaration 'v' definition 'oth'. 3Depict-0.0.23/src/common/voxels.h:1083:44: style:inconclusive: Function 'setBounds' argument 1 names different: declaration 'b' definition 'bc'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:274:35: note: Function 'setBounds' argument 1 names different: declaration 'b' definition 'bc'. 3Depict-0.0.23/src/common/voxels.h:1083:44: note: Function 'setBounds' argument 1 names different: declaration 'b' definition 'bc'. 3Depict-0.0.23/src/common/voxels.h:1199:41: style:inconclusive: Function 'writeFile' argument 1 names different: declaration 'cpFilename' definition 'filename'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:295:32: note: Function 'writeFile' argument 1 names different: declaration 'cpFilename' definition 'filename'. 3Depict-0.0.23/src/common/voxels.h:1199:41: note: Function 'writeFile' argument 1 names different: declaration 'cpFilename' definition 'filename'. 3Depict-0.0.23/src/common/voxels.h:1223:30: style:inconclusive: Function 'getSum' argument 1 names different: declaration 'initialVal' definition 'initialValue'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:258:21: note: Function 'getSum' argument 1 names different: declaration 'initialVal' definition 'initialValue'. 3Depict-0.0.23/src/common/voxels.h:1223:30: note: Function 'getSum' argument 1 names different: declaration 'initialVal' definition 'initialValue'. 3Depict-0.0.23/src/common/voxels.h:1279:33: style:inconclusive: Function 'swap' argument 1 names different: declaration 'v' definition 'other'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:138:24: note: Function 'swap' argument 1 names different: declaration 'v' definition 'other'. 3Depict-0.0.23/src/common/voxels.h:1279:33: note: Function 'swap' argument 1 names different: declaration 'v' definition 'other'. 3Depict-0.0.23/src/common/voxels.h:1603:31: style:inconclusive: Function 'fill' argument 1 names different: declaration 'val' definition 'v'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:264:22: note: Function 'fill' argument 1 names different: declaration 'val' definition 'v'. 3Depict-0.0.23/src/common/voxels.h:1603:31: note: Function 'fill' argument 1 names different: declaration 'val' definition 'v'. 3Depict-0.0.23/src/common/voxels.h:1612:33: style:inconclusive: Function 'getSlice' argument 1 names different: declaration 'normal' definition 'normalAxis'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:192:24: note: Function 'getSlice' argument 1 names different: declaration 'normal' definition 'normalAxis'. 3Depict-0.0.23/src/common/voxels.h:1612:33: note: Function 'getSlice' argument 1 names different: declaration 'normal' definition 'normalAxis'. 3Depict-0.0.23/src/common/voxels.h:1745:52: style:inconclusive: Function 'getInterpolatedData' argument 1 names different: declaration 'pt' definition 'p'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/voxels.h:179:43: note: Function 'getInterpolatedData' argument 1 names different: declaration 'pt' definition 'p'. 3Depict-0.0.23/src/common/voxels.h:1745:52: note: Function 'getInterpolatedData' argument 1 names different: declaration 'pt' definition 'p'. 3Depict-0.0.23/src/common/voxels.h:1538:10: style: Local variable 'size' shadows outer function [shadowFunction] 3Depict-0.0.23/src/common/voxels.h:394:10: note: Shadowed declaration 3Depict-0.0.23/src/common/voxels.h:1538:10: note: Shadow variable 3Depict-0.0.23/src/common/voxels.h:1554:10: style: Local variable 'size' shadows outer function [shadowFunction] 3Depict-0.0.23/src/common/voxels.h:394:10: note: Shadowed declaration 3Depict-0.0.23/src/common/voxels.h:1554:10: note: Shadow variable 3Depict-0.0.23/src/common/xmlHelper.cpp:70:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/common/xmlHelper.h:68:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.h:71:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.h:95:31: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.h:125:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.h:128:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.cpp:90:31: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.cpp:96:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.cpp:111:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.cpp:114:4: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.cpp:129:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.cpp:132:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.cpp:160:25: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/common/xmlHelper.cpp:23:42: style:inconclusive: Function 'escapeXML' argument 1 names different: declaration 's' definition 'input'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/xmlHelper.h:52:42: note: Function 'escapeXML' argument 1 names different: declaration 's' definition 'input'. 3Depict-0.0.23/src/common/xmlHelper.cpp:23:42: note: Function 'escapeXML' argument 1 names different: declaration 's' definition 'input'. 3Depict-0.0.23/src/common/xmlHelper.cpp:52:44: style:inconclusive: Function 'unescapeXML' argument 1 names different: declaration 's' definition 'input'. [funcArgNamesDifferent] 3Depict-0.0.23/src/common/xmlHelper.h:54:44: note: Function 'unescapeXML' argument 1 names different: declaration 's' definition 'input'. 3Depict-0.0.23/src/common/xmlHelper.cpp:52:44: note: Function 'unescapeXML' argument 1 names different: declaration 's' definition 'input'. 3Depict-0.0.23/src/common/xmlHelper.h:90:84: performance: Function parameter 'propName' should be passed by const reference. [passedByValue] 3Depict-0.0.23/src/common/xmlHelper.cpp:85:83: performance: Function parameter 'propName' should be passed by const reference. [passedByValue] 3Depict-0.0.23/src/gl/cameras.cpp:220:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PROJECTION [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/cameras.cpp:587:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_BOOL [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/cameras.cpp:1023:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/cameras.cpp:1031:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/cameras.cpp:52:9: warning: Member variable 'Camera::projectionMode' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/cameras.cpp:52:9: warning: Member variable 'Camera::typeNum' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/cameras.h:223:11: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:129:19: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:223:11: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:225:12: style: The destructor '~CameraLookAt' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:127:12: note: Virtual destructor in base class 3Depict-0.0.23/src/gl/cameras.h:225:12: note: Destructor in derived class 3Depict-0.0.23/src/gl/cameras.h:227:8: style: The function 'setOrigin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:147:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:227:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:239:8: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:177:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:239:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:244:8: style: The function 'forwardsDolly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:159:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:244:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:247:8: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:162:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:247:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:251:8: style: The function 'pivot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:171:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:251:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:253:8: style: The function 'translate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:165:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:253:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:258:8: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:174:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:258:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:275:16: style: The function 'ensureVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:179:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:275:16: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:278:8: style: The function 'getProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:182:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:278:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:280:8: style: The function 'setProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:184:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:280:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:283:8: style: The function 'writeState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:189:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:283:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:286:8: style: The function 'readState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:192:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:286:8: note: Function in derived class 3Depict-0.0.23/src/gl/cameras.h:156:15: performance: Function 'getUserString()' should return member 'userString' by const reference. [returnByReference] 3Depict-0.0.23/src/gl/cameras.cpp:828:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:831:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:845:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:848:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:856:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:859:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:867:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:870:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:885:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:888:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:896:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:899:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:907:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:910:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:924:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:927:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:935:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:938:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:946:32: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:949:9: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/cameras.cpp:99:34: style:inconclusive: Function 'forwardsDolly' argument 1 names different: declaration 'dollyAmount' definition 'moveRate'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:159:36: note: Function 'forwardsDolly' argument 1 names different: declaration 'dollyAmount' definition 'moveRate'. 3Depict-0.0.23/src/gl/cameras.cpp:99:34: note: Function 'forwardsDolly' argument 1 names different: declaration 'dollyAmount' definition 'moveRate'. 3Depict-0.0.23/src/gl/cameras.cpp:106:25: style:inconclusive: Function 'move' argument 1 names different: declaration 'leftRightAmount' definition 'moveLR'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:162:27: note: Function 'move' argument 1 names different: declaration 'leftRightAmount' definition 'moveLR'. 3Depict-0.0.23/src/gl/cameras.cpp:106:25: note: Function 'move' argument 1 names different: declaration 'leftRightAmount' definition 'moveLR'. 3Depict-0.0.23/src/gl/cameras.cpp:106:39: style:inconclusive: Function 'move' argument 2 names different: declaration 'UpDownAmount' definition 'moveUD'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:162:49: note: Function 'move' argument 2 names different: declaration 'UpDownAmount' definition 'moveUD'. 3Depict-0.0.23/src/gl/cameras.cpp:106:39: note: Function 'move' argument 2 names different: declaration 'UpDownAmount' definition 'moveUD'. 3Depict-0.0.23/src/gl/cameras.cpp:116:30: style:inconclusive: Function 'translate' argument 1 names different: declaration 'leftRightAmount' definition 'moveLR'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:165:32: note: Function 'translate' argument 1 names different: declaration 'leftRightAmount' definition 'moveLR'. 3Depict-0.0.23/src/gl/cameras.cpp:116:30: note: Function 'translate' argument 1 names different: declaration 'leftRightAmount' definition 'moveLR'. 3Depict-0.0.23/src/gl/cameras.cpp:116:44: style:inconclusive: Function 'translate' argument 2 names different: declaration 'UpDownAmount' definition 'moveUD'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:165:54: note: Function 'translate' argument 2 names different: declaration 'UpDownAmount' definition 'moveUD'. 3Depict-0.0.23/src/gl/cameras.cpp:116:44: note: Function 'translate' argument 2 names different: declaration 'UpDownAmount' definition 'moveUD'. 3Depict-0.0.23/src/gl/cameras.cpp:124:26: style:inconclusive: Function 'pivot' argument 1 names different: declaration 'rollAroundAcross' definition 'lrRad'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:171:28: note: Function 'pivot' argument 1 names different: declaration 'rollAroundAcross' definition 'lrRad'. 3Depict-0.0.23/src/gl/cameras.cpp:124:26: note: Function 'pivot' argument 1 names different: declaration 'rollAroundAcross' definition 'lrRad'. 3Depict-0.0.23/src/gl/cameras.cpp:124:39: style:inconclusive: Function 'pivot' argument 2 names different: declaration 'rollaroundUp' definition 'udRad'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:171:52: note: Function 'pivot' argument 2 names different: declaration 'rollaroundUp' definition 'udRad'. 3Depict-0.0.23/src/gl/cameras.cpp:124:39: note: Function 'pivot' argument 2 names different: declaration 'rollaroundUp' definition 'udRad'. 3Depict-0.0.23/src/gl/cameras.cpp:217:32: style:inconclusive: Function 'apply' argument 1 names different: declaration 'outAspect' definition 'aspect'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:239:20: note: Function 'apply' argument 1 names different: declaration 'outAspect' definition 'aspect'. 3Depict-0.0.23/src/gl/cameras.cpp:217:32: note: Function 'apply' argument 1 names different: declaration 'outAspect' definition 'aspect'. 3Depict-0.0.23/src/gl/cameras.cpp:217:57: style:inconclusive: Function 'apply' argument 2 names different: declaration 'boundCube' definition 'bc'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:239:48: note: Function 'apply' argument 2 names different: declaration 'boundCube' definition 'bc'. 3Depict-0.0.23/src/gl/cameras.cpp:217:57: note: Function 'apply' argument 2 names different: declaration 'boundCube' definition 'bc'. 3Depict-0.0.23/src/gl/cameras.cpp:269:36: style:inconclusive: Function 'translate' argument 1 names different: declaration 'lrTrans' definition 'moveLR'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:253:24: note: Function 'translate' argument 1 names different: declaration 'lrTrans' definition 'moveLR'. 3Depict-0.0.23/src/gl/cameras.cpp:269:36: note: Function 'translate' argument 1 names different: declaration 'lrTrans' definition 'moveLR'. 3Depict-0.0.23/src/gl/cameras.cpp:269:50: style:inconclusive: Function 'translate' argument 2 names different: declaration 'udTrans' definition 'moveUD'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:253:39: note: Function 'translate' argument 2 names different: declaration 'udTrans' definition 'moveUD'. 3Depict-0.0.23/src/gl/cameras.cpp:269:50: note: Function 'translate' argument 2 names different: declaration 'udTrans' definition 'moveUD'. 3Depict-0.0.23/src/gl/cameras.cpp:296:40: style:inconclusive: Function 'forwardsDolly' argument 1 names different: declaration 'dollyAmount' definition 'moveRate'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:244:28: note: Function 'forwardsDolly' argument 1 names different: declaration 'dollyAmount' definition 'moveRate'. 3Depict-0.0.23/src/gl/cameras.cpp:296:40: note: Function 'forwardsDolly' argument 1 names different: declaration 'dollyAmount' definition 'moveRate'. 3Depict-0.0.23/src/gl/cameras.cpp:369:32: style:inconclusive: Function 'pivot' argument 1 names different: declaration 'lrRad' definition 'leftRightRad'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:251:20: note: Function 'pivot' argument 1 names different: declaration 'lrRad' definition 'leftRightRad'. 3Depict-0.0.23/src/gl/cameras.cpp:369:32: note: Function 'pivot' argument 1 names different: declaration 'lrRad' definition 'leftRightRad'. 3Depict-0.0.23/src/gl/cameras.cpp:369:51: style:inconclusive: Function 'pivot' argument 2 names different: declaration 'udRad' definition 'updownRad'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:251:32: note: Function 'pivot' argument 2 names different: declaration 'udRad' definition 'updownRad'. 3Depict-0.0.23/src/gl/cameras.cpp:369:51: note: Function 'pivot' argument 2 names different: declaration 'udRad' definition 'updownRad'. 3Depict-0.0.23/src/gl/cameras.cpp:409:51: style:inconclusive: Function 'ensureVisible' argument 1 names different: declaration 'b' definition 'boundCube'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:275:47: note: Function 'ensureVisible' argument 1 names different: declaration 'b' definition 'boundCube'. 3Depict-0.0.23/src/gl/cameras.cpp:409:51: note: Function 'ensureVisible' argument 1 names different: declaration 'b' definition 'boundCube'. 3Depict-0.0.23/src/gl/cameras.cpp:535:31: style:inconclusive: Function 'move' argument 1 names different: declaration 'leftRightAmount' definition 'moveLRAngle'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:247:19: note: Function 'move' argument 1 names different: declaration 'leftRightAmount' definition 'moveLRAngle'. 3Depict-0.0.23/src/gl/cameras.cpp:535:31: note: Function 'move' argument 1 names different: declaration 'leftRightAmount' definition 'moveLRAngle'. 3Depict-0.0.23/src/gl/cameras.cpp:535:50: style:inconclusive: Function 'move' argument 2 names different: declaration 'UpDownAmount' definition 'moveUDAngle'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:247:41: note: Function 'move' argument 2 names different: declaration 'UpDownAmount' definition 'moveUDAngle'. 3Depict-0.0.23/src/gl/cameras.cpp:535:50: note: Function 'move' argument 2 names different: declaration 'UpDownAmount' definition 'moveUDAngle'. 3Depict-0.0.23/src/gl/cameras.cpp:760:27: style:inconclusive: Function 'writeState' argument 3 names different: declaration 'tabs' definition 'nTabs'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/cameras.h:283:70: note: Function 'writeState' argument 3 names different: declaration 'tabs' definition 'nTabs'. 3Depict-0.0.23/src/gl/cameras.cpp:760:27: note: Function 'writeState' argument 3 names different: declaration 'tabs' definition 'nTabs'. 3Depict-0.0.23/src/gl/drawables.cpp:2821:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/gl/effect.cpp:149:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable fx [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/effect.cpp:370:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MODELVIEW [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/effect.cpp:388:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_CLIP_PLANE0 [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/effect.cpp:550:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/effect.cpp:104:9: warning: Member variable 'Effect::effectType' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/effect.cpp:115:16: warning: Member variable 'BoxCropEffect::cropFractions' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/effect.h:105:8: performance:inconclusive: Technically the member function 'BoxCropEffect::doClip' can be static (but you may consider moving to unnamed namespace). [functionStatic] 3Depict-0.0.23/src/gl/effect.cpp:359:21: note: Technically the member function 'BoxCropEffect::doClip' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/gl/effect.h:105:8: note: Technically the member function 'BoxCropEffect::doClip' can be static (but you may consider moving to unnamed namespace). 3Depict-0.0.23/src/gl/effect.h:108:12: style: The destructor '~BoxCropEffect' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:65:12: note: Virtual destructor in base class 3Depict-0.0.23/src/gl/effect.h:108:12: note: Destructor in derived class 3Depict-0.0.23/src/gl/effect.h:112:11: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:67:19: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:112:11: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:115:8: style: The function 'enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:68:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:115:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:118:8: style: The function 'disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:69:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:118:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:123:8: style: The function 'writeState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:74:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:123:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:126:8: style: The function 'readState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:78:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:126:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:129:8: style: The function 'willDoSomething' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:83:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:129:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:157:4: style: The destructor '~AnaglyphEffect' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:65:12: note: Virtual destructor in base class 3Depict-0.0.23/src/gl/effect.h:157:4: note: Destructor in derived class 3Depict-0.0.23/src/gl/effect.h:159:11: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:67:19: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:159:11: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:162:8: style: The function 'enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:68:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:162:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:165:8: style: The function 'disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:69:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:165:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:168:8: style: The function 'writeState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:74:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:168:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:171:8: style: The function 'readState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:78:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:171:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:179:8: style: The function 'needCamUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:80:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:179:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:181:8: style: The function 'willDoSomething' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:83:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:181:8: note: Function in derived class 3Depict-0.0.23/src/gl/effect.h:183:24: style: The function 'numPassesNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:85:24: note: Virtual function in base class 3Depict-0.0.23/src/gl/effect.h:183:24: note: Function in derived class 3Depict-0.0.23/src/gl/effect.cpp:526:4: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/effect.cpp:536:4: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/effect.cpp:70:39: style:inconclusive: Function 'makeEffect' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/effect.h:195:39: note: Function 'makeEffect' argument 1 names different: declaration 's' definition 'str'. 3Depict-0.0.23/src/gl/effect.cpp:70:39: note: Function 'makeEffect' argument 1 names different: declaration 's' definition 'str'. 3Depict-0.0.23/src/gl/effect.cpp:405:47: style:inconclusive: Function 'setFractions' argument 1 names different: declaration 'fractionArray' definition 'frac'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/effect.h:134:34: note: Function 'setFractions' argument 1 names different: declaration 'fractionArray' definition 'frac'. 3Depict-0.0.23/src/gl/effect.cpp:405:47: note: Function 'setFractions' argument 1 names different: declaration 'fractionArray' definition 'frac'. 3Depict-0.0.23/src/gl/effect.cpp:464:42: style:inconclusive: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/effect.h:126:29: note: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. 3Depict-0.0.23/src/gl/effect.cpp:464:42: note: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. 3Depict-0.0.23/src/gl/effect.cpp:514:42: style:inconclusive: Function 'enable' argument 1 names different: declaration 'pass' definition 'passNumber'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/effect.h:162:28: note: Function 'enable' argument 1 names different: declaration 'pass' definition 'passNumber'. 3Depict-0.0.23/src/gl/effect.cpp:514:42: note: Function 'enable' argument 1 names different: declaration 'pass' definition 'passNumber'. 3Depict-0.0.23/src/gl/effect.cpp:617:43: style:inconclusive: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/effect.h:171:29: note: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. 3Depict-0.0.23/src/gl/effect.cpp:617:43: note: Function 'readState' argument 1 names different: declaration 'n' definition 'nodePtr'. 3Depict-0.0.23/src/gl/effect.cpp:326:12: style: Variable 'glOffset' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/gl/isoSurface.cpp:601:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable p [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/isoSurface.cpp:82:56: style:inconclusive: Function 'computeACWNormal' argument 1 names different: declaration 'p' definition 'n'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/isoSurface.h:32:34: note: Function 'computeACWNormal' argument 1 names different: declaration 'p' definition 'n'. 3Depict-0.0.23/src/gl/isoSurface.cpp:82:56: note: Function 'computeACWNormal' argument 1 names different: declaration 'p' definition 'n'. 3Depict-0.0.23/src/gl/isoSurface.cpp:93:60: style:inconclusive: Function 'safeComputeACWNormal' argument 1 names different: declaration 'p' definition 'n'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/isoSurface.h:33:38: note: Function 'safeComputeACWNormal' argument 1 names different: declaration 'p' definition 'n'. 3Depict-0.0.23/src/gl/isoSurface.cpp:93:60: note: Function 'safeComputeACWNormal' argument 1 names different: declaration 'p' definition 'n'. 3Depict-0.0.23/src/gl/isoSurface.cpp:128:51: style:inconclusive: Function 'getCentroid' argument 1 names different: declaration 'p' definition 'c'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/isoSurface.h:31:29: note: Function 'getCentroid' argument 1 names different: declaration 'p' definition 'c'. 3Depict-0.0.23/src/gl/isoSurface.cpp:128:51: note: Function 'getCentroid' argument 1 names different: declaration 'p' definition 'c'. 3Depict-0.0.23/src/gl/scene.cpp:1060:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/gl/select.cpp:107:19: warning: Member variable 'SelectionBinding::dataType' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/select.cpp:107:19: warning: Member variable 'SelectionBinding::bindButtons' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/select.cpp:107:19: warning: Member variable 'SelectionBinding::bindKeys' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/select.cpp:107:19: warning: Member variable 'SelectionBinding::bindMode' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/select.cpp:107:19: warning: Member variable 'SelectionBinding::cachedValFloat' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/select.cpp:107:19: warning: Member variable 'SelectionBinding::fMin' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/select.cpp:107:19: warning: Member variable 'SelectionBinding::fMax' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gl/select.h:172:3: style: Class 'SelectionDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/gl/select.cpp:114:48: style:inconclusive: Function 'setBinding' argument 1 names different: declaration 'buttonFlags' definition 'button'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:109:32: note: Function 'setBinding' argument 1 names different: declaration 'buttonFlags' definition 'button'. 3Depict-0.0.23/src/gl/select.cpp:114:48: note: Function 'setBinding' argument 1 names different: declaration 'buttonFlags' definition 'button'. 3Depict-0.0.23/src/gl/select.cpp:114:96: style:inconclusive: Function 'setBinding' argument 3 names different: declaration 'drawActionId' definition 'actionId'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:110:18: note: Function 'setBinding' argument 3 names different: declaration 'drawActionId' definition 'actionId'. 3Depict-0.0.23/src/gl/select.cpp:114:96: note: Function 'setBinding' argument 3 names different: declaration 'drawActionId' definition 'actionId'. 3Depict-0.0.23/src/gl/select.cpp:115:19: style:inconclusive: Function 'setBinding' argument 4 names different: declaration 'bindingID' definition 'bindID'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:110:45: note: Function 'setBinding' argument 4 names different: declaration 'bindingID' definition 'bindID'. 3Depict-0.0.23/src/gl/select.cpp:115:19: note: Function 'setBinding' argument 4 names different: declaration 'bindingID' definition 'bindID'. 3Depict-0.0.23/src/gl/select.cpp:115:33: style:inconclusive: Function 'setBinding' argument 5 names different: declaration 'initVal' definition 'initValue'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:111:14: note: Function 'setBinding' argument 5 names different: declaration 'initVal' definition 'initValue'. 3Depict-0.0.23/src/gl/select.cpp:115:33: note: Function 'setBinding' argument 5 names different: declaration 'initVal' definition 'initValue'. 3Depict-0.0.23/src/gl/select.cpp:133:48: style:inconclusive: Function 'setBinding' argument 1 names different: declaration 'buttonFlags' definition 'button'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:114:32: note: Function 'setBinding' argument 1 names different: declaration 'buttonFlags' definition 'button'. 3Depict-0.0.23/src/gl/select.cpp:133:48: note: Function 'setBinding' argument 1 names different: declaration 'buttonFlags' definition 'button'. 3Depict-0.0.23/src/gl/select.cpp:133:97: style:inconclusive: Function 'setBinding' argument 3 names different: declaration 'drawActionId' definition 'actionId'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:115:18: note: Function 'setBinding' argument 3 names different: declaration 'drawActionId' definition 'actionId'. 3Depict-0.0.23/src/gl/select.cpp:133:97: note: Function 'setBinding' argument 3 names different: declaration 'drawActionId' definition 'actionId'. 3Depict-0.0.23/src/gl/select.cpp:134:19: style:inconclusive: Function 'setBinding' argument 4 names different: declaration 'bindingID' definition 'bindID'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:115:44: note: Function 'setBinding' argument 4 names different: declaration 'bindingID' definition 'bindID'. 3Depict-0.0.23/src/gl/select.cpp:134:19: note: Function 'setBinding' argument 4 names different: declaration 'bindingID' definition 'bindID'. 3Depict-0.0.23/src/gl/select.cpp:134:43: style:inconclusive: Function 'setBinding' argument 5 names different: declaration 'initVal' definition 'initValue'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:116:29: note: Function 'setBinding' argument 5 names different: declaration 'initVal' definition 'initValue'. 3Depict-0.0.23/src/gl/select.cpp:134:43: note: Function 'setBinding' argument 5 names different: declaration 'initVal' definition 'initValue'. 3Depict-0.0.23/src/gl/select.cpp:150:56: style:inconclusive: Function 'setInteractionMode' argument 1 names different: declaration 'bindMode' definition 'newBindMode'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:119:40: note: Function 'setInteractionMode' argument 1 names different: declaration 'bindMode' definition 'newBindMode'. 3Depict-0.0.23/src/gl/select.cpp:150:56: note: Function 'setInteractionMode' argument 1 names different: declaration 'bindMode' definition 'newBindMode'. 3Depict-0.0.23/src/gl/select.cpp:157:45: style:inconclusive: Function 'setFloatLimits' argument 1 names different: declaration 'min' definition 'newMin'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:131:29: note: Function 'setFloatLimits' argument 1 names different: declaration 'min' definition 'newMin'. 3Depict-0.0.23/src/gl/select.cpp:157:45: note: Function 'setFloatLimits' argument 1 names different: declaration 'min' definition 'newMin'. 3Depict-0.0.23/src/gl/select.cpp:157:58: style:inconclusive: Function 'setFloatLimits' argument 2 names different: declaration 'max' definition 'newMax'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:131:39: note: Function 'setFloatLimits' argument 2 names different: declaration 'max' definition 'newMax'. 3Depict-0.0.23/src/gl/select.cpp:157:58: note: Function 'setFloatLimits' argument 2 names different: declaration 'max' definition 'newMax'. 3Depict-0.0.23/src/gl/select.cpp:290:42: style:inconclusive: Function 'getValue' argument 1 names different: declaration 'p' definition 'f'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/select.h:155:26: note: Function 'getValue' argument 1 names different: declaration 'p' definition 'f'. 3Depict-0.0.23/src/gl/select.cpp:290:42: note: Function 'getValue' argument 1 names different: declaration 'p' definition 'f'. 3Depict-0.0.23/src/gl/textures.cpp:148:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable glID [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/textures.cpp:205:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_1D [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/textures.cpp:314:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_3D [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/textures.cpp:335:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/textures.cpp:340:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_1D [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/textures.cpp:181:20: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/textures.cpp:251:21: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/textures.cpp:88:65: style:inconclusive: Function 'openTexture3D' argument 1 names different: declaration 'texName' definition 'fileNames'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/textures.h:89:54: note: Function 'openTexture3D' argument 1 names different: declaration 'texName' definition 'fileNames'. 3Depict-0.0.23/src/gl/textures.cpp:88:65: note: Function 'openTexture3D' argument 1 names different: declaration 'texName' definition 'fileNames'. 3Depict-0.0.23/src/gl/textures.cpp:88:90: style:inconclusive: Function 'openTexture3D' argument 2 names different: declaration 'texID' definition 'texId'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/textures.h:89:76: note: Function 'openTexture3D' argument 2 names different: declaration 'texID' definition 'texId'. 3Depict-0.0.23/src/gl/textures.cpp:88:90: note: Function 'openTexture3D' argument 2 names different: declaration 'texID' definition 'texId'. 3Depict-0.0.23/src/gl/textures.cpp:132:42: style:inconclusive: Function 'genTexID' argument 1 names different: declaration 'textureID' definition 'texID'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/textures.h:91:31: note: Function 'genTexID' argument 1 names different: declaration 'textureID' definition 'texID'. 3Depict-0.0.23/src/gl/textures.cpp:132:42: note: Function 'genTexID' argument 1 names different: declaration 'textureID' definition 'texID'. 3Depict-0.0.23/src/gl/textures.cpp:144:45: style:inconclusive: Function 'closeTexture' argument 1 names different: declaration 'texID' definition 'texId'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gl/textures.h:94:34: note: Function 'closeTexture' argument 1 names different: declaration 'texID' definition 'texId'. 3Depict-0.0.23/src/gl/textures.cpp:144:45: note: Function 'closeTexture' argument 1 names different: declaration 'texID' definition 'texId'. 3Depict-0.0.23/src/gl/textures.cpp:66:13: style: Local variable 'openTexture' shadows outer function [shadowFunction] 3Depict-0.0.23/src/gl/textures.h:87:8: note: Shadowed declaration 3Depict-0.0.23/src/gl/textures.cpp:66:13: note: Shadow variable 3Depict-0.0.23/src/gl/textures.cpp:105:13: style: Local variable 'openTexture' shadows outer function [shadowFunction] 3Depict-0.0.23/src/gl/textures.h:87:8: note: Shadowed declaration 3Depict-0.0.23/src/gl/textures.cpp:105:13: note: Shadow variable 3Depict-0.0.23/src/gl/textures.cpp:160:13: style: Local variable 'openTexture' shadows outer function [shadowFunction] 3Depict-0.0.23/src/gl/textures.h:87:8: note: Shadowed declaration 3Depict-0.0.23/src/gl/textures.cpp:160:13: note: Shadow variable 3Depict-0.0.23/src/gl/textures.cpp:66:13: style: Variable 'openTexture' can be declared as reference to const [constVariableReference] 3Depict-0.0.23/src/gl/textures.cpp:105:13: style: Variable 'openTexture' can be declared as reference to const [constVariableReference] 3Depict-0.0.23/src/gl/textures.cpp:69:3: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] 3Depict-0.0.23/src/gl/textures.cpp:109:3: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] 3Depict-0.0.23/src/gl/textures.cpp:140:44: error: Uninitialized variables: tex.width, tex.height, tex.depth [uninitvar] 3Depict-0.0.23/src/gl/tr.cpp:328:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VIEWPORT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/tr.cpp:403:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PACK_ROW_LENGTH [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/tr.cpp:472:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MODELVIEW_MATRIX [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gl/tr.cpp:140:21: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gl/tr.cpp:409:13: style: Same expression used in consecutive assignments of 'srcX' and 'srcY'. [duplicateAssignExpression] 3Depict-0.0.23/src/gl/tr.cpp:410:13: note: Same expression used in consecutive assignments of 'srcX' and 'srcY'. 3Depict-0.0.23/src/gl/tr.cpp:409:13: note: Same expression used in consecutive assignments of 'srcX' and 'srcY'. 3Depict-0.0.23/src/gl/tr.cpp:418:13: style: Same expression used in consecutive assignments of 'srcX' and 'srcY'. [duplicateAssignExpression] 3Depict-0.0.23/src/gl/tr.cpp:419:13: note: Same expression used in consecutive assignments of 'srcX' and 'srcY'. 3Depict-0.0.23/src/gl/tr.cpp:418:13: note: Same expression used in consecutive assignments of 'srcX' and 'srcY'. 3Depict-0.0.23/src/gui/cropPanel.cpp:52:12: warning: Member variable 'CropPanel::mouseAtDragStart' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/cropPanel.cpp:52:12: warning: Member variable 'CropPanel::cropAtDragStart' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/cropPanel.cpp:52:12: warning: Member variable 'CropPanel::selIndex' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/cropPanel.h:85:3: style: Class 'CropPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/gui/cropPanel.cpp:218:84: style:inconclusive: Function 'getBestCropWidget' argument 3 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/cropPanel.h:80:75: note: Function 'getBestCropWidget' argument 3 names different: declaration 'idx' definition 'index'. 3Depict-0.0.23/src/gui/cropPanel.cpp:218:84: note: Function 'getBestCropWidget' argument 3 names different: declaration 'idx' definition 'index'. 3Depict-0.0.23/src/gui/cropPanel.cpp:467:39: style:inconclusive: Function 'onPaint' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/cropPanel.h:110:30: note: Function 'onPaint' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/cropPanel.cpp:467:39: note: Function 'onPaint' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/cropPanel.cpp:675:33: style:inconclusive: Function 'link' argument 1 names different: declaration 'otherPanel' definition 'panel'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/cropPanel.h:101:24: note: Function 'link' argument 1 names different: declaration 'otherPanel' definition 'panel'. 3Depict-0.0.23/src/gui/cropPanel.cpp:675:33: note: Function 'link' argument 1 names different: declaration 'otherPanel' definition 'panel'. 3Depict-0.0.23/src/gui/cropPanel.cpp:66:49: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/cropPanel.cpp:402:47: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/cropPanel.cpp:435:45: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/cropPanel.cpp:467:39: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/cropPanel.cpp:720:39: style: Parameter 'evt' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/ExportPos.cpp:133:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/gui/dialogs/ExportRngDialog.cpp:164:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RANGE_FORMAT_RRNG [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/ExportRngDialog.cpp:79:12: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/dialogs/ExportRngDialog.cpp:180:6: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/dialogs/ExportRngDialog.cpp:234:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/dialogs/StashDialog.cpp:53:108: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxTR_NO_LINES [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/StashDialog.cpp:203:28: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/dialogs/StashDialog.cpp:104:53: style:inconclusive: Function 'OnGridEditor' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/StashDialog.h:81:52: note: Function 'OnGridEditor' argument 1 names different: declaration 'event' definition 'evt'. 3Depict-0.0.23/src/gui/dialogs/StashDialog.cpp:104:53: note: Function 'OnGridEditor' argument 1 names different: declaration 'event' definition 'evt'. 3Depict-0.0.23/src/gui/dialogs/animateSubDialogs/realKeyFrameDialog.h:191:1: error: Unmatched ')'. Configuration: '__GNUC__=1'. [syntaxError] 3Depict-0.0.23/src/gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp:92:13: style:inconclusive: Function 'setChoices' argument 2 names different: declaration 'defaultChoice' definition 'defChoice'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.h:47:65: note: Function 'setChoices' argument 2 names different: declaration 'defaultChoice' definition 'defChoice'. 3Depict-0.0.23/src/gui/dialogs/animateSubDialogs/choiceKeyFrameDialog.cpp:92:13: note: Function 'setChoices' argument 2 names different: declaration 'defaultChoice' definition 'defChoice'. 3Depict-0.0.23/src/gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp:310:11: style: Local variable 'rows' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp:285:20: note: Shadowed declaration 3Depict-0.0.23/src/gui/dialogs/animateSubDialogs/stringKeyFrameDialog.cpp:310:11: note: Shadow variable 3Depict-0.0.23/src/gui/dialogs/autosaveDialog.cpp:106:2: error: There is an unknown macro here somewhere. Configuration is required. If ASSERT is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/gui/dialogs/filterErrorDialog.h:40:5: style: Class 'FilterErrorDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:84:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_GRID_EXTRA_STYLE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:163:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_ENUM_END [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:311:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_GRID_EXTRA_STYLE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/prefDialog.h:108:2: style: Class 'PrefDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:558:45: style: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:322:54: style:inconclusive: Function 'OnResetFilterButton' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/prefDialog.h:112:51: note: Function 'OnResetFilterButton' argument 1 names different: declaration 'event' definition 'evt'. 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:322:54: note: Function 'OnResetFilterButton' argument 1 names different: declaration 'event' definition 'evt'. 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:358:57: style:inconclusive: Function 'OnResetFilterAllButton' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/prefDialog.h:113:54: note: Function 'OnResetFilterAllButton' argument 1 names different: declaration 'event' definition 'evt'. 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:358:57: note: Function 'OnResetFilterAllButton' argument 1 names different: declaration 'event' definition 'evt'. 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:424:57: style:inconclusive: Function 'setStartupCheckboxEnables' argument 1 names different: declaration 'comboSel' definition 'value'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/prefDialog.h:60:46: note: Function 'setStartupCheckboxEnables' argument 1 names different: declaration 'comboSel' definition 'value'. 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:424:57: note: Function 'setStartupCheckboxEnables' argument 1 names different: declaration 'comboSel' definition 'value'. 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:478:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:482:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:209:110: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxSP_BORDER [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:255:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_SET_FOCUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:341:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_RANGEFILE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:459:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACCESS_MODE_RANGEFILE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:509:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_SPECTRUMPLOT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:536:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable title [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:1472:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:84:15: warning: Member variable 'PendingRange::start' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:84:15: warning: Member variable 'PendingRange::end' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:84:15: warning: Member variable 'PendingRange::parentId' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:56:3: style: Class 'PendingRange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:95:3: style: Class 'PendingIon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:349:18: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:351:37: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:1259:40: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:1001:14: style: The scope of the variable 'r' can be reduced. [variableScope] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:84:39: style:inconclusive: Function 'PendingRange' argument 1 names different: declaration 'parentRange' definition 'rng'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:56:27: note: Function 'PendingRange' argument 1 names different: declaration 'parentRange' definition 'rng'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:84:39: note: Function 'PendingRange' argument 1 names different: declaration 'parentRange' definition 'rng'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:139:35: style:inconclusive: Function 'PendingIon' argument 1 names different: declaration 'r' definition 'rng'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:95:25: note: Function 'PendingIon' argument 1 names different: declaration 'r' definition 'rng'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:139:35: note: Function 'PendingIon' argument 1 names different: declaration 'r' definition 'rng'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:147:50: style:inconclusive: Function 'setShortName' argument 1 names different: declaration 'newName' definition 'n'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:105:40: note: Function 'setShortName' argument 1 names different: declaration 'newName' definition 'n'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:147:50: note: Function 'setShortName' argument 1 names different: declaration 'newName' definition 'n'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:153:49: style:inconclusive: Function 'setLongName' argument 1 names different: declaration 'newName' definition 'n'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:110:39: note: Function 'setLongName' argument 1 names different: declaration 'newName' definition 'n'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:153:49: note: Function 'setLongName' argument 1 names different: declaration 'newName' definition 'n'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:159:40: style:inconclusive: Function 'setColour' argument 1 names different: declaration 'r' definition 'c'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:99:30: note: Function 'setColour' argument 1 names different: declaration 'r' definition 'c'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:159:40: note: Function 'setColour' argument 1 names different: declaration 'r' definition 'c'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:1235:55: style:inconclusive: Function 'OnGridRangeClick' argument 1 names different: declaration 'event' definition 'cmd'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:219:48: note: Function 'OnGridRangeClick' argument 1 names different: declaration 'event' definition 'cmd'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:1235:55: note: Function 'OnGridRangeClick' argument 1 names different: declaration 'event' definition 'cmd'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:1241:53: style:inconclusive: Function 'OnGridIonClick' argument 1 names different: declaration 'event' definition 'cmd'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.h:220:46: note: Function 'OnGridIonClick' argument 1 names different: declaration 'event' definition 'cmd'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:1241:53: note: Function 'OnGridIonClick' argument 1 names different: declaration 'event' definition 'cmd'. 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:625:13: style: Variable 'incompleteIon' can be declared as reference to const [constVariableReference] 3Depict-0.0.23/src/gui/dialogs/resolutionDialog.cpp:54:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_MOUSEWHEEL [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/resolutionDialog.cpp:127:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/resolutionDialog.cpp:174:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/resolutionDialog.cpp:328:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_MOUSEWHEEL [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:152:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:442:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BRUSH_BLACK [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1135:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1280:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PEN_BLACK [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1359:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1613:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:897:24: warning: Member variable 'wxMultiLineGraphPanel::lastMouseX' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:897:24: warning: Member variable 'wxMultiLineGraphPanel::lastMouseY' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:897:24: warning: Member variable 'wxMultiLineGraphPanel::colourPickButton' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:94:52: style:inconclusive: Function 'wxGradientStopPanel' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:43:33: note: Function 'wxGradientStopPanel' argument 1 names different: declaration 'parent' definition 'p'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:94:52: note: Function 'wxGradientStopPanel' argument 1 names different: declaration 'parent' definition 'p'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:94:66: style:inconclusive: Function 'wxGradientStopPanel' argument 2 names different: declaration 'id' definition 'wid'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:43:52: note: Function 'wxGradientStopPanel' argument 2 names different: declaration 'id' definition 'wid'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:94:66: note: Function 'wxGradientStopPanel' argument 2 names different: declaration 'id' definition 'wid'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:321:10: style:inconclusive: Function 'toWindowFraction' argument 3 names different: declaration 'fx' definition 'wx'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:131:60: note: Function 'toWindowFraction' argument 3 names different: declaration 'fx' definition 'wx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:321:10: note: Function 'toWindowFraction' argument 3 names different: declaration 'fx' definition 'wx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:321:20: style:inconclusive: Function 'toWindowFraction' argument 4 names different: declaration 'fy' definition 'wy'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:131:71: note: Function 'toWindowFraction' argument 4 names different: declaration 'fy' definition 'wy'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:321:20: note: Function 'toWindowFraction' argument 4 names different: declaration 'fy' definition 'wy'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:336:36: style:inconclusive: Function 'toGraph' argument 1 names different: declaration 'pX' definition 'wX'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:128:22: note: Function 'toGraph' argument 1 names different: declaration 'pX' definition 'wX'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:336:36: note: Function 'toGraph' argument 1 names different: declaration 'pX' definition 'wX'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:336:46: style:inconclusive: Function 'toGraph' argument 2 names different: declaration 'pY' definition 'wY'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:128:32: note: Function 'toGraph' argument 2 names different: declaration 'pY' definition 'wY'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:336:46: note: Function 'toGraph' argument 2 names different: declaration 'pY' definition 'wY'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:351:67: style:inconclusive: Function 'setActiveNode' argument 2 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:139:53: note: Function 'setActiveNode' argument 2 names different: declaration 'node' definition 'n'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:351:67: note: Function 'setActiveNode' argument 2 names different: declaration 'node' definition 'n'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:484:46: style:inconclusive: Function 'getXValue' argument 1 names different: declaration 'xOffset' definition 'node'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:106:32: note: Function 'getXValue' argument 1 names different: declaration 'xOffset' definition 'node'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:484:46: note: Function 'getXValue' argument 1 names different: declaration 'xOffset' definition 'node'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:492:83: style:inconclusive: Function 'setNodeByFraction' argument 3 names different: declaration 'fX' definition 'fx'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:117:11: note: Function 'setNodeByFraction' argument 3 names different: declaration 'fX' definition 'fx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:492:83: note: Function 'setNodeByFraction' argument 3 names different: declaration 'fX' definition 'fx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:492:93: style:inconclusive: Function 'setNodeByFraction' argument 4 names different: declaration 'fY' definition 'fy'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:117:20: note: Function 'setNodeByFraction' argument 4 names different: declaration 'fY' definition 'fy'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:492:93: note: Function 'setNodeByFraction' argument 4 names different: declaration 'fY' definition 'fy'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:508:57: style:inconclusive: Function 'projectToNearestLine' argument 1 names different: declaration 'graphX' definition 'gx'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:145:43: note: Function 'projectToNearestLine' argument 1 names different: declaration 'graphX' definition 'gx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:508:57: note: Function 'projectToNearestLine' argument 1 names different: declaration 'graphX' definition 'gx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:508:67: style:inconclusive: Function 'projectToNearestLine' argument 2 names different: declaration 'graphY' definition 'gy'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:145:57: note: Function 'projectToNearestLine' argument 2 names different: declaration 'graphY' definition 'gy'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:508:67: note: Function 'projectToNearestLine' argument 2 names different: declaration 'graphY' definition 'gy'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:567:43: style:inconclusive: Function 'spliceNewNodes' argument 1 names different: declaration 'graphX' definition 'gx'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:149:29: note: Function 'spliceNewNodes' argument 1 names different: declaration 'graphX' definition 'gx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:567:43: note: Function 'spliceNewNodes' argument 1 names different: declaration 'graphX' definition 'gx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1068:63: style:inconclusive: Function 'getGroupIndex' argument 2 names different: declaration 'tolerance' definition 'fracTol'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:123:49: note: Function 'getGroupIndex' argument 2 names different: declaration 'tolerance' definition 'fracTol'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1068:63: note: Function 'getGroupIndex' argument 2 names different: declaration 'tolerance' definition 'fracTol'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1087:12: style:inconclusive: Function 'getAdjacentNodeCoords' argument 3 names different: declaration 'x' definition 'fx'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:136:34: note: Function 'getAdjacentNodeCoords' argument 3 names different: declaration 'x' definition 'fx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1087:12: note: Function 'getAdjacentNodeCoords' argument 3 names different: declaration 'x' definition 'fx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1087:23: style:inconclusive: Function 'getAdjacentNodeCoords' argument 4 names different: declaration 'y' definition 'fy'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:136:44: note: Function 'getAdjacentNodeCoords' argument 4 names different: declaration 'y' definition 'fy'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1087:23: note: Function 'getAdjacentNodeCoords' argument 4 names different: declaration 'y' definition 'fy'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1118:49: style:inconclusive: Function 'getNodeCoords' argument 1 names different: declaration 'curset' definition 'curSet'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:126:35: note: Function 'getNodeCoords' argument 1 names different: declaration 'curset' definition 'curSet'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1118:49: note: Function 'getNodeCoords' argument 1 names different: declaration 'curset' definition 'curSet'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1119:10: style:inconclusive: Function 'getNodeCoords' argument 3 names different: declaration 'x' definition 'fracX'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:126:72: note: Function 'getNodeCoords' argument 3 names different: declaration 'x' definition 'fracX'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1119:10: note: Function 'getNodeCoords' argument 3 names different: declaration 'x' definition 'fracX'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1119:24: style:inconclusive: Function 'getNodeCoords' argument 4 names different: declaration 'y' definition 'fracY'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:126:81: note: Function 'getNodeCoords' argument 4 names different: declaration 'y' definition 'fracY'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1119:24: note: Function 'getNodeCoords' argument 4 names different: declaration 'y' definition 'fracY'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1126:57: style:inconclusive: Function 'moveXData' argument 2 names different: declaration 'newX' definition 'nx'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:163:43: note: Function 'moveXData' argument 2 names different: declaration 'newX' definition 'nx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1126:57: note: Function 'moveXData' argument 2 names different: declaration 'newX' definition 'nx'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1229:51: style:inconclusive: Function 'onPaint' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:233:30: note: Function 'onPaint' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1229:51: note: Function 'onPaint' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1340:51: style:inconclusive: Function 'onResize' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:234:30: note: Function 'onResize' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1340:51: note: Function 'onResize' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1456:55: style:inconclusive: Function 'sliceYData' argument 1 names different: declaration 'xOffset' definition 'node'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:110:46: note: Function 'sliceYData' argument 1 names different: declaration 'xOffset' definition 'node'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1456:55: note: Function 'sliceYData' argument 1 names different: declaration 'xOffset' definition 'node'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1595:99: style:inconclusive: Function 'setTransferFunction' argument 1 names different: declaration 't' definition 'cols'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.h:218:78: note: Function 'setTransferFunction' argument 1 names different: declaration 't' definition 'cols'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1595:99: note: Function 'setTransferFunction' argument 1 names different: declaration 't' definition 'cols'. 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:110:49: style: Parameter 'evt' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1229:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1340:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1533:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1558:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1675:63: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1681:63: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1724:49: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1730:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1470:58: style: Parameter 'y' can be declared as pointer to const [constParameterPointer] 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:307:2: style: Consider using std::all_of or std::none_of algorithm instead of a raw loop. [useStlAlgorithm] 3Depict-0.0.23/src/gui/glPane.cpp:149:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VIEWPORT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:187:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VIEWPORT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:260:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAG_CMD [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:599:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_XPLUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:740:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MAX_VIEWPORT_DIMS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:774:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:779:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:864:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TR_BOTTOM_TO_TOP [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:873:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MAX_VIEWPORT_DIMS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/glPane.cpp:92:14: warning: Member variable 'BasicGLPane::currentScene' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/glPane.cpp:92:14: warning: Member variable 'BasicGLPane::parentStatusBar' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/glPane.cpp:92:14: warning: Member variable 'BasicGLPane::parentStatusTimer' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/glPane.cpp:92:14: warning: Member variable 'BasicGLPane::statusDelay' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/glPane.cpp:92:14: warning: Member variable 'BasicGLPane::curSelectedObject' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/glPane.cpp:92:14: warning: Member variable 'BasicGLPane::hoverObject' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/glPane.h:111:2: style: Class 'BasicGLPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/gui/glPane.cpp:885:30: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/glPane.cpp:912:29: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/glPane.cpp:1012:6: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/glPane.cpp:1051:16: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/glPane.cpp:1143:14: style: The scope of the variable 'outFile' can be reduced. [variableScope] 3Depict-0.0.23/src/gui/glPane.cpp:730:41: style:inconclusive: Function 'prepare3DViewport' argument 1 names different: declaration 'topleft_x' definition 'tlx'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:138:29: note: Function 'prepare3DViewport' argument 1 names different: declaration 'topleft_x' definition 'tlx'. 3Depict-0.0.23/src/gui/glPane.cpp:730:41: note: Function 'prepare3DViewport' argument 1 names different: declaration 'topleft_x' definition 'tlx'. 3Depict-0.0.23/src/gui/glPane.cpp:730:50: style:inconclusive: Function 'prepare3DViewport' argument 2 names different: declaration 'topleft_y' definition 'tly'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:138:44: note: Function 'prepare3DViewport' argument 2 names different: declaration 'topleft_y' definition 'tly'. 3Depict-0.0.23/src/gui/glPane.cpp:730:50: note: Function 'prepare3DViewport' argument 2 names different: declaration 'topleft_y' definition 'tly'. 3Depict-0.0.23/src/gui/glPane.cpp:730:59: style:inconclusive: Function 'prepare3DViewport' argument 3 names different: declaration 'bottomrigth_x' definition 'brx'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:138:59: note: Function 'prepare3DViewport' argument 3 names different: declaration 'bottomrigth_x' definition 'brx'. 3Depict-0.0.23/src/gui/glPane.cpp:730:59: note: Function 'prepare3DViewport' argument 3 names different: declaration 'bottomrigth_x' definition 'brx'. 3Depict-0.0.23/src/gui/glPane.cpp:730:68: style:inconclusive: Function 'prepare3DViewport' argument 4 names different: declaration 'bottomrigth_y' definition 'bry'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:138:78: note: Function 'prepare3DViewport' argument 4 names different: declaration 'bottomrigth_y' definition 'bry'. 3Depict-0.0.23/src/gui/glPane.cpp:730:68: note: Function 'prepare3DViewport' argument 4 names different: declaration 'bottomrigth_y' definition 'bry'. 3Depict-0.0.23/src/gui/glPane.cpp:847:101: style:inconclusive: Function 'generateTileContext' argument 3 names different: declaration 'buffer' definition 'imageBuffer'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:93:19: note: Function 'generateTileContext' argument 3 names different: declaration 'buffer' definition 'imageBuffer'. 3Depict-0.0.23/src/gui/glPane.cpp:847:101: note: Function 'generateTileContext' argument 3 names different: declaration 'buffer' definition 'imageBuffer'. 3Depict-0.0.23/src/gui/glPane.cpp:847:119: style:inconclusive: Function 'generateTileContext' argument 4 names different: declaration 'wantAlpha' definition 'alpha'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:93:32: note: Function 'generateTileContext' argument 4 names different: declaration 'wantAlpha' definition 'alpha'. 3Depict-0.0.23/src/gui/glPane.cpp:847:119: note: Function 'generateTileContext' argument 4 names different: declaration 'wantAlpha' definition 'alpha'. 3Depict-0.0.23/src/gui/glPane.cpp:1135:50: style:inconclusive: Function 'saveImageSequence' argument 1 names different: declaration 'width' definition 'resX'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:142:38: note: Function 'saveImageSequence' argument 1 names different: declaration 'width' definition 'resX'. 3Depict-0.0.23/src/gui/glPane.cpp:1135:50: note: Function 'saveImageSequence' argument 1 names different: declaration 'width' definition 'resX'. 3Depict-0.0.23/src/gui/glPane.cpp:1135:69: style:inconclusive: Function 'saveImageSequence' argument 2 names different: declaration 'height' definition 'resY'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:142:58: note: Function 'saveImageSequence' argument 2 names different: declaration 'height' definition 'resY'. 3Depict-0.0.23/src/gui/glPane.cpp:1135:69: note: Function 'saveImageSequence' argument 2 names different: declaration 'height' definition 'resY'. 3Depict-0.0.23/src/gui/glPane.cpp:1136:46: style:inconclusive: Function 'saveImageSequence' argument 6 names different: declaration 'extension' definition 'ext'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/glPane.h:143:48: note: Function 'saveImageSequence' argument 6 names different: declaration 'extension' definition 'ext'. 3Depict-0.0.23/src/gui/glPane.cpp:1136:46: note: Function 'saveImageSequence' argument 6 names different: declaration 'extension' definition 'ext'. 3Depict-0.0.23/src/gui/glPane.cpp:196:15: style: Local variable 'hoverObject' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/gui/glPane.h:63:15: note: Shadowed declaration 3Depict-0.0.23/src/gui/glPane.cpp:196:15: note: Shadow variable 3Depict-0.0.23/src/gui/glPane.cpp:526:44: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/glPane.cpp:716:40: style: Parameter 'evt' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/glPane.cpp:782:41: style: Parameter 'evt' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/glPane.cpp:830:51: style: Parameter 'evt' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/glPane.cpp:1129:48: style: Parameter 'evt' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/art.h:38:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _Depict [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:421:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:435:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_ENUM_END [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:892:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_SET_FOCUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:1036:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RefreshCompleteEvent [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:1275:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_RANGEFILE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:1430:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_DATALOAD [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:2120:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILENAME_IMAGE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:2447:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:2577:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IONFORMAT_POS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:2621:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_RANGEFILE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:2647:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_VOXELS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:2983:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONFIG_STARTUPPANEL_CONTROL [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:3200:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxBROWSER_NEW_WINDOW [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:3209:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxBROWSER_NEW_WINDOW [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:3238:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_NAME [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:3471:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filterId [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:3496:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxDefaultPosition [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:3549:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_RANGEFILE [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:3673:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable severity [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:4167:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RANGEFILE_WX_CONSTANT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:4291:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:4321:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_ERR_ABORT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:4400:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parent [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:4469:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reportedFilters [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:4530:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5512:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAM_LOOKAT [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5548:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_XPLUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5553:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_YPLUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5558:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_ZPLUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5563:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_XMINUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5568:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_YMINUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5573:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_ZMINUS [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5804:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5830:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONFIG_STARTUPPANEL_CONTROL [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:5948:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_VERSION [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:6027:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_NAME [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:6244:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_NAME [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mainFrame.cpp:531:15: warning: Return value of function fileMenu->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:538:17: warning: Return value of function fileExport->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:544:15: warning: Return value of function fileMenu->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:555:25: warning: Return value of function wxglade_tmp_menu_1->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:580:25: warning: Return value of function wxglade_tmp_menu_1->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:588:25: warning: Return value of function wxglade_tmp_menu_1->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:601:11: warning: Return value of function Edit->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:604:11: warning: Return value of function Edit->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:614:11: warning: Return value of function Help->AppendSeparator() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:1072:8: warning: Return value of function fname.SplitPath() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:1596:8: warning: Return value of function fname.SplitPath() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:1774:8: warning: Return value of function fname.SplitPath() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:2718:8: warning: Return value of function fname.SplitPath() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:2796:8: warning: Return value of function fname.SplitPath() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.cpp:6191:4: warning: Return value of function wxCopyFile() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/gui/mainFrame.h:501:2: style: Class 'FileDropTarget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/gui/mainFrame.cpp:5042:17: style: Condition 'ui>2' is always true [knownConditionTrueFalse] 3Depict-0.0.23/src/gui/mainFrame.cpp:5039:11: note: Assuming that condition 'ui<4' is not redundant 3Depict-0.0.23/src/gui/mainFrame.cpp:5042:17: note: Condition 'ui>2' is always true 3Depict-0.0.23/src/gui/mainFrame.cpp:370:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:1117:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:1275:8: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:1459:5: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:1460:5: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:1465:5: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:1466:5: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:2670:10: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:2753:31: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:3342:5: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:3755:50: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:3764:6: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:3777:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:3946:5: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:4023:6: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:4061:5: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:4179:25: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:4649:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:5024:29: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:5061:30: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:5336:6: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:5515:24: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mainFrame.cpp:3685:4: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment] 3Depict-0.0.23/src/gui/mainFrame.cpp:3676:7: note: s is assigned 3Depict-0.0.23/src/gui/mainFrame.cpp:3685:4: note: s is overwritten 3Depict-0.0.23/src/gui/mainFrame.cpp:3685:4: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment] 3Depict-0.0.23/src/gui/mainFrame.cpp:3679:6: note: s is assigned 3Depict-0.0.23/src/gui/mainFrame.cpp:3685:4: note: s is overwritten 3Depict-0.0.23/src/gui/mainFrame.cpp:1235:10: style: The scope of the variable 'ext' can be reduced. [variableScope] 3Depict-0.0.23/src/gui/mainFrame.cpp:1020:66: style:inconclusive: Function 'RefreshThread' argument 2 names different: declaration 'rc' definition 'rC'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:77:53: note: Function 'RefreshThread' argument 2 names different: declaration 'rc' definition 'rC'. 3Depict-0.0.23/src/gui/mainFrame.cpp:1020:66: note: Function 'RefreshThread' argument 2 names different: declaration 'rc' definition 'rC'. 3Depict-0.0.23/src/gui/mainFrame.cpp:1064:64: style:inconclusive: Function 'guessFileType' argument 1 names different: declaration 'file' definition 'dataFile'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:458:58: note: Function 'guessFileType' argument 1 names different: declaration 'file' definition 'dataFile'. 3Depict-0.0.23/src/gui/mainFrame.cpp:1064:64: note: Function 'guessFileType' argument 1 names different: declaration 'file' definition 'dataFile'. 3Depict-0.0.23/src/gui/mainFrame.cpp:1328:48: style:inconclusive: Function 'loadFile' argument 1 names different: declaration 'dataFile' definition 'fileStr'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:142:32: note: Function 'loadFile' argument 1 names different: declaration 'dataFile' definition 'fileStr'. 3Depict-0.0.23/src/gui/mainFrame.cpp:1328:48: note: Function 'loadFile' argument 1 names different: declaration 'dataFile' definition 'fileStr'. 3Depict-0.0.23/src/gui/mainFrame.cpp:3484:60: style:inconclusive: Function 'OnTreeRightClick' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:443:47: note: Function 'OnTreeRightClick' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:3484:60: note: Function 'OnTreeRightClick' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:3526:55: style:inconclusive: Function 'OnTreePopupMenu' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:444:42: note: Function 'OnTreePopupMenu' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:3526:55: note: Function 'OnTreePopupMenu' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:3572:57: style:inconclusive: Function 'OnTreeBeginLabelEdit' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:441:44: note: Function 'OnTreeBeginLabelEdit' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:3572:57: note: Function 'OnTreeBeginLabelEdit' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:3582:55: style:inconclusive: Function 'OnTreeEndLabelEdit' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:442:42: note: Function 'OnTreeEndLabelEdit' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:3582:55: note: Function 'OnTreeEndLabelEdit' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4075:59: style:inconclusive: Function 'OnComboCameraSetFocus' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:431:46: note: Function 'OnComboCameraSetFocus' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4075:59: note: Function 'OnComboCameraSetFocus' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4097:58: style:inconclusive: Function 'OnComboStashSetFocus' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:432:45: note: Function 'OnComboStashSetFocus' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4097:58: note: Function 'OnComboStashSetFocus' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4248:42: style:inconclusive: Function 'doSceneUpdate' argument 1 names different: declaration 'ensureResultVisible' definition 'ensureVisible'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:130:26: note: Function 'doSceneUpdate' argument 1 names different: declaration 'ensureResultVisible' definition 'ensureVisible'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4248:42: note: Function 'doSceneUpdate' argument 1 names different: declaration 'ensureResultVisible' definition 'ensureVisible'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4382:61: style:inconclusive: Function 'OnFinishRefreshThread' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:450:48: note: Function 'OnFinishRefreshThread' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4382:61: note: Function 'OnFinishRefreshThread' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4540:53: style:inconclusive: Function 'OnAutosaveTimer' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:447:40: note: Function 'OnAutosaveTimer' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4540:53: note: Function 'OnAutosaveTimer' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4576:51: style:inconclusive: Function 'OnUpdateTimer' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:446:38: note: Function 'OnUpdateTimer' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4576:51: note: Function 'OnUpdateTimer' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4683:71: style:inconclusive: Function 'statusMessage' argument 2 names different: declaration 'messageType' definition 'type'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:124:59: note: Function 'statusMessage' argument 2 names different: declaration 'messageType' definition 'type'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4683:71: note: Function 'statusMessage' argument 2 names different: declaration 'messageType' definition 'type'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4736:75: style:inconclusive: Function 'showStatusMessage' argument 2 names different: declaration 'messageType' definition 'type'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:121:63: note: Function 'showStatusMessage' argument 2 names different: declaration 'messageType' definition 'type'. 3Depict-0.0.23/src/gui/mainFrame.cpp:4736:75: note: Function 'showStatusMessage' argument 2 names different: declaration 'messageType' definition 'type'. 3Depict-0.0.23/src/gui/mainFrame.cpp:5388:45: style:inconclusive: Function 'OnClose' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mainFrame.h:430:32: note: Function 'OnClose' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:5388:45: note: Function 'OnClose' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mainFrame.cpp:2395:19: style: Local variable 'wxMesD' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/gui/mainFrame.cpp:2369:18: note: Shadowed declaration 3Depict-0.0.23/src/gui/mainFrame.cpp:2395:19: note: Shadow variable 3Depict-0.0.23/src/gui/mainFrame.cpp:5037:22: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/gui/mainFrame.cpp:5018:19: note: Shadowed declaration 3Depict-0.0.23/src/gui/mainFrame.cpp:5037:22: note: Shadow variable 3Depict-0.0.23/src/gui/mainFrame.cpp:6097:11: style: Local variable 's' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/gui/mainFrame.cpp:5980:14: note: Shadowed declaration 3Depict-0.0.23/src/gui/mainFrame.cpp:6097:11: note: Shadow variable 3Depict-0.0.23/src/gui/mainFrame.cpp:1140:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:1194:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:1491:52: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:1572:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:1689:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:1741:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:1960:63: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2335:59: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2501:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2607:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2634:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2781:52: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2868:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2874:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2905:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2932:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:2958:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3048:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3174:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3206:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3214:59: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3235:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3261:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3330:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3338:52: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3464:58: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3526:55: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnTreePopupMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 3Depict-0.0.23/src/gui/mainFrame.cpp:3522:42: note: You might need to cast the function pointer here 3Depict-0.0.23/src/gui/mainFrame.cpp:3526:55: note: Parameter 'event' can be declared as reference to const 3Depict-0.0.23/src/gui/mainFrame.cpp:3647:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3653:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3658:59: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3880:63: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3989:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:4004:58: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:4057:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:4505:54: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:4535:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:4540:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:4576:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5102:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5109:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5150:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5162:59: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5169:61: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5175:58: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5182:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5191:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5198:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5203:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5274:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5292:62: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5320:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5361:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5546:64: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5551:64: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5556:64: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5561:65: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5566:65: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5571:65: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5577:70: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5590:69: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5643:61: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5650:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5656:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5736:58: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5742:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5748:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5904:58: style: Parameter 'files' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:5932:60: style: Parameter 'evt' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mainFrame.cpp:3341:14: style: Variable 'l' can be declared as pointer to const [constVariablePointer] 3Depict-0.0.23/src/gui/mainFrame.cpp:2461:15: error: Memory is allocated but not initialized: c [uninitdata] 3Depict-0.0.23/src/gui/art.h:40:13: style: Variable 'b' is not assigned a value. [unassignedVariable] 3Depict-0.0.23/src/gui/mainFrame.cpp:2450:15: style: Variable 'copyError' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/gui/mainFrame.cpp:2462:15: style: Variable 'copyError' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/gui/mainFrame.cpp:2732:22: style: Variable 'INDEX_RAW' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/gui/mainFrame.cpp:2733:22: style: Variable 'INDEX_VTK' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/gui/mainFrame.cpp:5476:9: style: Variable 'winSize' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/gui/mathglPane.cpp:472:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxNullCursor [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:535:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:660:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLOT_MODE_1D [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:735:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:779:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:1059:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:1166:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:1195:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:1259:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:1473:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:1522:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLOT_MODE_1D [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:126:13: warning: Member variable 'MathGLPane::origPanMinX' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:126:13: warning: Member variable 'MathGLPane::origPanMaxX' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:126:13: warning: Member variable 'MathGLPane::origPanMinY' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:126:13: warning: Member variable 'MathGLPane::origPanMaxY' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:126:13: warning: Member variable 'MathGLPane::startMouseRegion' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:126:13: warning: Member variable 'MathGLPane::startMousePlot' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:126:13: warning: Member variable 'MathGLPane::regionMoveType' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/gui/mathglPane.cpp:324:19: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mathglPane.cpp:325:14: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/gui/mathglPane.cpp:206:46: style:inconclusive: Function 'setPlotWrapper' argument 1 names different: declaration 'plots' definition 'newPlot'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mathglPane.h:142:35: note: Function 'setPlotWrapper' argument 1 names different: declaration 'plots' definition 'newPlot'. 3Depict-0.0.23/src/gui/mathglPane.cpp:206:46: note: Function 'setPlotWrapper' argument 1 names different: declaration 'plots' definition 'newPlot'. 3Depict-0.0.23/src/gui/mathglPane.cpp:215:39: style:inconclusive: Function 'render' argument 1 names different: declaration 'evt' definition 'event'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mathglPane.h:168:28: note: Function 'render' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mathglPane.cpp:215:39: note: Function 'render' argument 1 names different: declaration 'evt' definition 'event'. 3Depict-0.0.23/src/gui/mathglPane.cpp:635:57: style:inconclusive: Function 'oneDMouseDownAction' argument 2 names different: declaration 'middleMouseDown' definition 'middleDown'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mathglPane.h:116:46: note: Function 'oneDMouseDownAction' argument 2 names different: declaration 'middleMouseDown' definition 'middleDown'. 3Depict-0.0.23/src/gui/mathglPane.cpp:635:57: note: Function 'oneDMouseDownAction' argument 2 names different: declaration 'middleMouseDown' definition 'middleDown'. 3Depict-0.0.23/src/gui/mathglPane.cpp:691:57: style:inconclusive: Function 'twoDMouseDownAction' argument 2 names different: declaration 'middleMouseDown' definition 'middleDown'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mathglPane.h:120:46: note: Function 'twoDMouseDownAction' argument 2 names different: declaration 'middleMouseDown' definition 'middleDown'. 3Depict-0.0.23/src/gui/mathglPane.cpp:691:57: note: Function 'twoDMouseDownAction' argument 2 names different: declaration 'middleMouseDown' definition 'middleDown'. 3Depict-0.0.23/src/gui/mathglPane.cpp:987:47: style:inconclusive: Function 'updateDragPos' argument 1 names different: declaration 'event' definition 'draggingEnd'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mathglPane.h:109:36: note: Function 'updateDragPos' argument 1 names different: declaration 'event' definition 'draggingEnd'. 3Depict-0.0.23/src/gui/mathglPane.cpp:987:47: note: Function 'updateDragPos' argument 1 names different: declaration 'event' definition 'draggingEnd'. 3Depict-0.0.23/src/gui/mathglPane.cpp:1229:46: style:inconclusive: Function 'setPlotVisible' argument 1 names different: declaration 'plotID' definition 'plotId'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mathglPane.h:192:35: note: Function 'setPlotVisible' argument 1 names different: declaration 'plotID' definition 'plotId'. 3Depict-0.0.23/src/gui/mathglPane.cpp:1229:46: note: Function 'setPlotVisible' argument 1 names different: declaration 'plotID' definition 'plotId'. 3Depict-0.0.23/src/gui/mathglPane.cpp:1235:51: style:inconclusive: Function 'getErrString' argument 1 names different: declaration 'code' definition 'errCode'. [funcArgNamesDifferent] 3Depict-0.0.23/src/gui/mathglPane.h:144:40: note: Function 'getErrString' argument 1 names different: declaration 'code' definition 'errCode'. 3Depict-0.0.23/src/gui/mathglPane.cpp:1235:51: note: Function 'getErrString' argument 1 names different: declaration 'code' definition 'errCode'. 3Depict-0.0.23/src/gui/mathglPane.cpp:1338:17: style: Local variable 'regionMoveType' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/gui/mathglPane.h:71:47: note: Shadowed declaration 3Depict-0.0.23/src/gui/mathglPane.cpp:1338:17: note: Shadow variable 3Depict-0.0.23/src/gui/mathglPane.cpp:215:39: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:452:39: style: Parameter 'evt' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:590:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:960:14: style: Variable 'updateHandler' can be declared as reference to const [constVariableReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:973:52: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:1099:43: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:1103:48: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:1109:41: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:1116:42: style: Parameter 'event' can be declared as reference to const [constParameterReference] 3Depict-0.0.23/src/gui/mathglPane.cpp:1432:18: style: Variable 'bmp' is assigned a value that is never used. [unreadVariable] 3Depict-0.0.23/src/testing/filtertesting.cpp:344:2: error: There is an unknown macro here somewhere. Configuration is required. If TEST is a macro then please configure it. [unknownMacro] 3Depict-0.0.23/src/wx/propertyGridUpdater.h:68:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPGEditor_TextCtrlAndButton [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/wx/propertyGridUpdater.cpp:187:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPGEditor_CheckBox [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/wx/propertyGridUpdater.cpp:287:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPGEditor_CheckBox [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/wx/propertyGridUpdater.h:50:3: style: Class 'wxPGTransferFunctionDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] 3Depict-0.0.23/src/wx/propertyGridUpdater.cpp:163:7: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/wx/propertyGridUpdater.cpp:127:23: style: Local variable 'ui' shadows outer variable [shadowVariable] 3Depict-0.0.23/src/wx/propertyGridUpdater.cpp:54:13: note: Shadowed declaration 3Depict-0.0.23/src/wx/propertyGridUpdater.cpp:127:23: note: Shadow variable 3Depict-0.0.23/src/wx/wxcommon.cpp:176:83: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_VERSION [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/wx/wxcommon.cpp:462:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pfnNtQuerySystemInformation [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/wx/wxcommon.cpp:643:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/wx/wxcommon.cpp:689:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 3Depict-0.0.23/src/wx/wxcommon.cpp:340:8: warning: Return value of function fName.MakeAbsolute() is not used. [ignoredReturnValue] 3Depict-0.0.23/src/wx/wxcommon.h:189:3: warning: Member variable 'TreePersistNode::expanded' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/wx/wxcommon.h:189:3: warning: Member variable 'TreePersistNode::selected' is not initialized in the constructor. [uninitMemberVar] 3Depict-0.0.23/src/wx/wxcommon.cpp:460:5: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/wx/wxcommon.cpp:486:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/wx/wxcommon.cpp:497:18: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/wx/wxcommon.cpp:506:13: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/wx/wxcommon.cpp:507:24: style: C-style pointer casting [cstyleCast] 3Depict-0.0.23/src/wx/wxcommon.cpp:336:33: style:inconclusive: Function 'canWriteToFile' argument 1 names different: declaration 'fName' definition 'cpFilename'. [funcArgNamesDifferent] 3Depict-0.0.23/src/wx/wxcommon.h:178:33: note: Function 'canWriteToFile' argument 1 names different: declaration 'fName' definition 'cpFilename'. 3Depict-0.0.23/src/wx/wxcommon.cpp:336:33: note: Function 'canWriteToFile' argument 1 names different: declaration 'fName' definition 'cpFilename'. 3Depict-0.0.23/src/wx/wxcommon.cpp:603:52: style:inconclusive: Function 'TreePersistNode' argument 1 names different: declaration 'ctrl' definition 'treeCtrl'. [funcArgNamesDifferent] 3Depict-0.0.23/src/wx/wxcommon.h:190:37: note: Function 'TreePersistNode' argument 1 names different: declaration 'ctrl' definition 'treeCtrl'. 3Depict-0.0.23/src/wx/wxcommon.cpp:603:52: note: Function 'TreePersistNode' argument 1 names different: declaration 'ctrl' definition 'treeCtrl'. 3Depict-0.0.23/src/wx/wxcommon.cpp:621:48: style:inconclusive: Function 'buildPathMapping' argument 1 names different: declaration 't' definition 'treeCtrl'. [funcArgNamesDifferent] 3Depict-0.0.23/src/wx/wxcommon.h:201:44: note: Function 'buildPathMapping' argument 1 names different: declaration 't' definition 'treeCtrl'. 3Depict-0.0.23/src/wx/wxcommon.cpp:621:48: note: Function 'buildPathMapping' argument 1 names different: declaration 't' definition 'treeCtrl'. 3Depict-0.0.23/src/wx/wxcommon.cpp:675:48: style:inconclusive: Function 'buildPathMapping' argument 1 names different: declaration 't' definition 'treeCtrl'. [funcArgNamesDifferent] 3Depict-0.0.23/src/wx/wxcommon.h:203:44: note: Function 'buildPathMapping' argument 1 names different: declaration 't' definition 'treeCtrl'. 3Depict-0.0.23/src/wx/wxcommon.cpp:675:48: note: Function 'buildPathMapping' argument 1 names different: declaration 't' definition 'treeCtrl'. 3Depict-0.0.23/src/wx/wxcomponents.cpp:503:0: error: #error OS not detected in preprocessor series [preprocessorErrorDirective] diff: head 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:1128:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:154:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:474:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:614:19: style: Parameter 'progress' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:627:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:707:6: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:703:18: note: outer condition: CFile.good() 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:707:6: note: opposite inner condition: !CFile.good() head 3Depict-0.0.23/src/backend/APT/APTFileIO.cpp:870:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:1358:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:1456:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:1604:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2035:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2400:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2467:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2487:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2572:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2607:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2665:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:266:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2679:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2700:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2721:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2731:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2739:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2748:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2793:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2798:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2805:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2826:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2861:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:2926:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:3120:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:430:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:606:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:794:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/APTRanges.cpp:924:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/abundanceParser.cpp:227:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable symbol [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/abundanceParser.cpp:271:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mass [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/abundanceParser.cpp:81:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_PARSE_NOENT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/ionhit.cpp:125:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/APT/vtk.cpp:41:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/configFile.cpp:566:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_NAME [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/configFile.cpp:594:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_VERSION [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/configFile.h:122:15: performance: Function 'getErrMessage()' should return member 'errMessage' by const reference. [returnByReference] head 3Depict-0.0.23/src/backend/filter.cpp:435:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filter.cpp:466:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filter.cpp:617:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filter.cpp:912:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filter.cpp:967:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable trunc [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filter.h:387:3: style: The destructor '~VoxelStreamData' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/backend/filter.h:210:12: note: Virtual destructor in base class 3Depict-0.0.23/src/backend/filter.h:387:3: note: Destructor in derived class head 3Depict-0.0.23/src/backend/filter.h:590:4: style: The destructor '~DrawStreamData' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/backend/filter.h:210:12: note: Virtual destructor in base class 3Depict-0.0.23/src/backend/filter.h:590:4: note: Destructor in derived class head 3Depict-0.0.23/src/backend/filter.h:621:4: style: The destructor '~RangeStreamData' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/backend/filter.h:210:12: note: Virtual destructor in base class 3Depict-0.0.23/src/backend/filter.h:621:4: note: Destructor in derived class head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:100:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:1056:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:105:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:193:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:337:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:459:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:754:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:76:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:94:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/K3DTree-mk2.cpp:996:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] 2.13.0 3Depict-0.0.23/src/backend/filters/algorithms/binomial.cpp:204:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/binomial.cpp:255:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endPt [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/binomial.cpp:340:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable totalIons [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/convexHull.cpp:468:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/convexHull.cpp:554:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/convexHull.cpp:609:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qh_ALL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/convexHull.cpp:655:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qh [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/convexHull.cpp:775:11: style: Variable 'ptArr' can be declared as pointer to const [constVariablePointer] 2.13.0 3Depict-0.0.23/src/backend/filters/algorithms/mass.cpp:86:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/algorithms/spatial.cpp:50:80: style: Parameter 'coeffs' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/backend/filters/annotation.cpp:1015:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/annotation.cpp:206:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FTGL_POLYGON [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/boundingBox.cpp:216:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FTGL_POLYGON [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/boundingBox.cpp:357:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FTGL_POLYGON [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:1083:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_BOOL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:173:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:209:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GSL_EIGEN_SORT_VAL_DESC [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2237:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable coreClusterBeforeCount [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2643:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLOT_LINE_STEM [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:2723:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable countMap [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/clusterAnalysis.cpp:691:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/dataLoad.cpp:438:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPS_ENUM_ERRSTRINGS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:107:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/externalProgram.cpp:403:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxInvalidSize [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/externalProgram.h:56:12: style: The destructor '~ExternalProgramFilter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/backend/filter.h:932:12: note: Virtual destructor in base class 3Depict-0.0.23/src/backend/filters/externalProgram.h:56:12: note: Destructor in derived class head 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:100:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1138:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STATE_FORMAT_XML [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1187:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_MODE_BUILTIN [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:1663:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_VIRIDIS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:332:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:408:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_VIRIDIS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:570:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VOX_INTERP_ENUM_END [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/filterCommon.cpp:938:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VOX_INTERP_ENUM_END [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/ionClip.cpp:178:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIND_MODE_POINT3D_TRANSLATE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/ionColour.cpp:301:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_ENUM_END [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/ionColour.cpp:352:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_ENUM_END [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/ionColour.cpp:515:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOURMAP_JET [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/ionDownsample.cpp:482:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_INTEGER [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/ionDownsample.h:61:4: style: The destructor '~IonDownsampleFilter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/backend/filter.h:932:12: note: Virtual destructor in base class 3Depict-0.0.23/src/backend/filters/ionDownsample.h:61:4: note: Destructor in derived class 2.13.0 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:717:11: warning: Uninitialized variable: newMode [uninitvar] 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:710:43: note: Assuming condition is false 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:717:11: note: Uninitialized variable: newMode head 3Depict-0.0.23/src/backend/filters/ionInfo.cpp:841:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable qh [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/ionInfo.h:92:4: style: The destructor '~IonInfoFilter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/backend/filter.h:932:12: note: Virtual destructor in base class 3Depict-0.0.23/src/backend/filters/ionInfo.h:92:4: note: Destructor in derived class head 3Depict-0.0.23/src/backend/filters/profile.cpp:1319:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_CHOICE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/profile.cpp:283:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIND_MODE_POINT3D_TRANSLATE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/rangeFile.cpp:563:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RANGEFILE_WX_CONSTANT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/rangeFile.h:66:21: performance: Function 'getEnabledRanges()' should return member 'enabledRanges' by const reference. [returnByReference] head 3Depict-0.0.23/src/backend/filters/rangeFile.h:69:21: performance: Function 'getEnabledIons()' should return member 'enabledIons' by const reference. [returnByReference] head 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/spectrumPlot.cpp:652:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/transform.cpp:183:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SELECT_BUTTON_LEFT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/voxelise.cpp:124:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_CALLBACK [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/voxelise.cpp:811:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_BOOL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filters/voxelise.h:140:71: style: Parameter 'nb' can be declared as pointer to const [constParameterPointer] head 3Depict-0.0.23/src/backend/filters/voxelise.h:84:3: style: The destructor '~VoxeliseFilter' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/backend/filter.h:932:12: note: Virtual destructor in base class 3Depict-0.0.23/src/backend/filters/voxelise.h:84:3: note: Destructor in derived class head 3Depict-0.0.23/src/backend/filtertreeAnalyse.cpp:372:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/filtertreeAnalyse.cpp:483:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/plot.h:328:15: performance: Function 'getXLabel()' should return member 'xLabel' by const reference. [returnByReference] head 3Depict-0.0.23/src/backend/plot.h:329:15: performance: Function 'getTitle()' should return member 'title' by const reference. [returnByReference] head 3Depict-0.0.23/src/backend/plot.h:330:15: performance: Function 'getYLabel()' should return member 'yLabel' by const reference. [returnByReference] head 3Depict-0.0.23/src/backend/state.h:357:15: performance: Function 'getFilename()' should return member 'fileName' by const reference. [returnByReference] head 3Depict-0.0.23/src/backend/state.h:443:15: performance: Function 'getWorkingDir()' should return member 'workingDir' by const reference. [returnByReference] head 3Depict-0.0.23/src/backend/tree.hh:1004:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable feet [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1122:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1906:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1912:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1918:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1925:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1932:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1939:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1946:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1953:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1960:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1967:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable top_node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1974:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first_child [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1986:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1993:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable skip_current_children_ [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:1999:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable skip_current_children_ [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2005:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first_child [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2042:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2055:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2074:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2150:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2163:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2184:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2237:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2268:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2275:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2282:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2353:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable top_node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2360:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2367:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2407:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2535:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parent_ [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2544:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2552:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2599:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first_child [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2606:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_child [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2633:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2645:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:2666:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:838:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:863:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:892:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:917:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:942:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:953:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:964:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/backend/tree.hh:980:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/basics.h:166:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/basics.h:204:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/basics.h:595:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gsl_rng_default [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/colourmap.cpp:113:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGE_VAL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/colourmap.cpp:357:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/colourmap.cpp:80:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGE_VAL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/colourmap.cpp:97:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUGE_VAL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/stringFuncs.cpp:347:0: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/stringFuncs.cpp:379:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/stringFuncs.cpp:460:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/stringFuncs.cpp:597:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/voxels.h:1204:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/voxels.h:1467:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable acc [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/voxels.h:1478:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable acc [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/common/voxels.h:1490:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable acc [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/cameras.cpp:1023:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/cameras.cpp:1031:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endl [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/cameras.cpp:587:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_TYPE_BOOL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/cameras.h:156:15: performance: Function 'getUserString()' should return member 'userString' by const reference. [returnByReference] head 3Depict-0.0.23/src/gl/cameras.h:225:12: style: The destructor '~CameraLookAt' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:127:12: note: Virtual destructor in base class 3Depict-0.0.23/src/gl/cameras.h:225:12: note: Destructor in derived class head 3Depict-0.0.23/src/gl/cameras.h:283:8: style: The function 'writeState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/cameras.h:189:16: note: Virtual function in base class 3Depict-0.0.23/src/gl/cameras.h:283:8: note: Function in derived class head 3Depict-0.0.23/src/gl/effect.cpp:370:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MODELVIEW [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/effect.cpp:388:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_CLIP_PLANE0 [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/effect.cpp:550:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_COLOR_BUFFER_BIT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/effect.h:108:12: style: The destructor '~BoxCropEffect' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:65:12: note: Virtual destructor in base class 3Depict-0.0.23/src/gl/effect.h:108:12: note: Destructor in derived class head 3Depict-0.0.23/src/gl/effect.h:157:4: style: The destructor '~AnaglyphEffect' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] 3Depict-0.0.23/src/gl/effect.h:65:12: note: Virtual destructor in base class 3Depict-0.0.23/src/gl/effect.h:157:4: note: Destructor in derived class head 3Depict-0.0.23/src/gl/textures.cpp:205:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_1D [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/textures.cpp:314:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_3D [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/textures.cpp:335:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_2D [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/textures.cpp:340:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_TEXTURE_1D [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/tr.cpp:403:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_PACK_ROW_LENGTH [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gl/tr.cpp:472:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MODELVIEW_MATRIX [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/art.h:40:13: style: Variable 'b' is not assigned a value. [unassignedVariable] head 3Depict-0.0.23/src/gui/cropPanel.cpp:402:47: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/cropPanel.cpp:435:45: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/cropPanel.cpp:467:39: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/cropPanel.cpp:66:49: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/cropPanel.cpp:720:39: style: Parameter 'evt' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:163:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_ENUM_END [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:311:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROPERTY_GRID_EXTRA_STYLE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:478:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/prefDialog.cpp:482:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:1472:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:255:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_SET_FOCUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:341:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_RANGEFILE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:459:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACCESS_MODE_RANGEFILE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:509:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_SPECTRUMPLOT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/rangeEditDialog.cpp:536:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable title [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/resolutionDialog.cpp:127:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/resolutionDialog.cpp:174:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/resolutionDialog.cpp:328:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_MOUSEWHEEL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:110:49: style: Parameter 'evt' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1135:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1229:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1280:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PEN_BLACK [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1340:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1359:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1533:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1558:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1613:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1675:63: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1681:63: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1724:49: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:1730:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/dialogs/transferFuncDialog.cpp:442:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BRUSH_BLACK [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/glPane.cpp:1129:48: style: Parameter 'evt' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/glPane.cpp:187:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_VIEWPORT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/glPane.cpp:260:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLAG_CMD [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/glPane.cpp:526:44: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/glPane.cpp:599:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_XPLUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/glPane.cpp:716:40: style: Parameter 'evt' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/glPane.cpp:740:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MAX_VIEWPORT_DIMS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/glPane.cpp:774:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/glPane.cpp:779:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/glPane.cpp:782:41: style: Parameter 'evt' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/glPane.cpp:830:51: style: Parameter 'evt' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/glPane.cpp:864:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TR_BOTTOM_TO_TOP [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/glPane.cpp:873:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GL_MAX_VIEWPORT_DIMS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1036:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RefreshCompleteEvent [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1140:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1194:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1275:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_RANGEFILE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1430:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_DATALOAD [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1491:52: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1572:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1689:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1741:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:1960:63: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2120:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILENAME_IMAGE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2335:59: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2447:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2501:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2577:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IONFORMAT_POS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2607:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2621:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_RANGEFILE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2634:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2647:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_VOXELS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2781:52: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2868:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2874:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2905:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2932:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2958:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:2983:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONFIG_STARTUPPANEL_CONTROL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3048:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3174:50: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3200:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxBROWSER_NEW_WINDOW [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3206:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3209:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxBROWSER_NEW_WINDOW [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3214:59: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3235:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3238:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_NAME [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3261:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3330:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3338:52: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3464:58: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3471:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filterId [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3496:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxDefaultPosition [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3526:55: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnTreePopupMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] 3Depict-0.0.23/src/gui/mainFrame.cpp:3522:42: note: You might need to cast the function pointer here 3Depict-0.0.23/src/gui/mainFrame.cpp:3526:55: note: Parameter 'event' can be declared as reference to const head 3Depict-0.0.23/src/gui/mainFrame.cpp:3549:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_RANGEFILE [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3647:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3653:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3658:59: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3673:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable severity [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3880:63: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:3989:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4004:58: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4057:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4167:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RANGEFILE_WX_CONSTANT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:421:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4291:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4321:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_ERR_ABORT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:435:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FILTER_TYPE_ENUM_END [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4400:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parent [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4469:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reportedFilters [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4505:54: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4530:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4535:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4540:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:4576:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5102:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5109:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5150:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5162:59: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5169:61: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5175:58: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5182:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5191:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5198:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5203:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5274:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5292:62: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:531:15: warning: Return value of function fileMenu->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5320:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5361:56: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:538:17: warning: Return value of function fileExport->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:544:15: warning: Return value of function fileMenu->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5476:9: style: Variable 'winSize' is assigned a value that is never used. [unreadVariable] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5512:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAM_LOOKAT [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5546:64: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5548:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_XPLUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5551:64: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5553:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_YPLUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5556:64: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5558:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_ZPLUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:555:25: warning: Return value of function wxglade_tmp_menu_1->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5561:65: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5563:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_XMINUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5566:65: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5568:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_YMINUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5571:65: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5573:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CAMERA_DIR_ZMINUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5577:70: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5590:69: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5643:61: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5650:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5656:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5736:58: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5742:55: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5748:57: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5804:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:580:25: warning: Return value of function wxglade_tmp_menu_1->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5830:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONFIG_STARTUPPANEL_CONTROL [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:588:25: warning: Return value of function wxglade_tmp_menu_1->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5932:60: style: Parameter 'evt' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mainFrame.cpp:5948:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_VERSION [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:601:11: warning: Return value of function Edit->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:6027:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_NAME [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:604:11: warning: Return value of function Edit->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:614:11: warning: Return value of function Help->AppendSeparator() is not used. [ignoredReturnValue] head 3Depict-0.0.23/src/gui/mainFrame.cpp:6244:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROGRAM_NAME [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mainFrame.cpp:892:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_SET_FOCUS [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1059:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1099:43: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1103:48: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1109:41: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1116:42: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1166:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable binary [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1195:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1259:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable second [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1432:18: style: Variable 'bmp' is assigned a value that is never used. [unreadVariable] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1473:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:1522:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLOT_MODE_1D [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:215:39: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mathglPane.cpp:452:39: style: Parameter 'evt' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mathglPane.cpp:535:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:590:53: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/gui/mathglPane.cpp:660:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PLOT_MODE_1D [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:735:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:779:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/gui/mathglPane.cpp:973:52: style: Parameter 'event' can be declared as reference to const [constParameterReference] head 3Depict-0.0.23/src/wx/propertyGridUpdater.cpp:187:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPGEditor_CheckBox [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/wx/propertyGridUpdater.cpp:287:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPGEditor_CheckBox [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/wx/wxcommon.cpp:462:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pfnNtQuerySystemInformation [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/wx/wxcommon.cpp:643:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/wx/wxcommon.cpp:689:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable first [valueFlowBailoutIncompleteVar] head 3Depict-0.0.23/src/wx/wxcommon.h:170:15: performance: Function 'getVerStr()' should return member 'versionStr' by const reference. [returnByReference] 2.13.0 3Depict-0.0.23/src/wx/wxcommon.h:64:12: style:inconclusive: Boolean expression 'condition' is used in bitwise operation. [bitwiseOnBoolean] DONE