2025-06-27 19:29 ftp://ftp.de.debian.org/debian/pool/main/g/gspiceui/gspiceui_1.1.00+dfsg.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=wxwidgets --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j6 platform: Linux-6.1.0-37-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.67 compiler: g++ (Debian 12.2.0-14+deb12u1) 12.2.0 cppcheck: head 2.17.0 head-info: b6dd286 (2025-06-27 13:53:34 +0200) count: 710 679 elapsed-time: 1.5 1.5 head-timing-info: old-timing-info: head results: gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:47:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:66:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:108:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:125:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/CmdBase.hpp:46:20: style:inconclusive: Either there is a missing 'override', or the member function 'CmdBase::bIsValid' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/CmdBase.hpp:53:33: style:inconclusive: Either there is a missing 'override', or the member function 'CmdBase::eGetSimEng' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/CmdBase.hpp:54:33: style:inconclusive: Either there is a missing 'override', or the member function 'CmdBase::eGetCmdType' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/CmdBase.hpp:55:31: style:inconclusive: Either there is a missing 'override', or the member function 'CmdBase::rosGetErrMsg' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/CmdBase.hpp:45:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdBase()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/base/CmdBase.hpp:45:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:105:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:105:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/App_gSpiceUI.cpp:69:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGNetList.hpp:65:27: style:inconclusive: Either there is a missing 'override', or the member function 'PrcGNetList::rosaGetGuileProcs' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/process/PrcGNetList.hpp:67:28: style:inconclusive: Either there is a missing 'override', or the member function 'PrcGNetList::roaGetSchemFiles' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/process/PrcGNetList.hpp:69:27: style:inconclusive: Either there is a missing 'override', or the member function 'PrcGNetList::rofnGetNetLstFile' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/CmdLinePcr.hpp:92:22: style:inconclusive: Either there is a missing 'override', or the member function 'CmdLinePcr::rosGetConfigFile' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/main/FrmMain.hpp:124:11: style:inconclusive: Either there is a missing 'override', or the member function 'FrmMain::bIsOpen' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/main/FrmMain.hpp:146:11: performance:inconclusive: Either there is a missing 'override', or the member function 'FrmMain::OnManualNGSP' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/main/FrmMain.hpp:147:11: performance:inconclusive: Either there is a missing 'override', or the member function 'FrmMain::OnManualGCAP' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/main/FrmMain.hpp:121:11: style: Class 'FrmMain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:48:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:57:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:112:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_PHAR [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:48:3: performance: Variable 'm_eSimEng' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:57:3: performance: Variable 'm_eSimEng' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.hpp:64:20: style:inconclusive: Either there is a missing 'override', or the member function 'NbkSimEngBase::bIsOk' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.hpp:79:27: style:inconclusive: Either there is a missing 'override', or the member function 'NbkSimEngBase::eGetSimEng' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.hpp:84:25: style:inconclusive: Either there is a missing 'override', or the member function 'NbkSimEngBase::rosGetErrMsg' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:127:22: performance:inconclusive: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.hpp:89:11: note: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:127:22: note: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:41:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:97:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_SLANT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:143:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:158:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_WARM [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:183:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:223:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_SLANT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:250:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_SLANT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:423:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:449:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:496:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iStrCmpSrc [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:522:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:551:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_ANA_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:76:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable g_bDebug [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:49:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_DBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:73:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_DBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:240:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:55:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:123:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:159:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:210:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:251:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:288:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:311:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:352:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxConvCurrent [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:401:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxConvCurrent [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:440:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxConvCurrent [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:485:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:499:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:613:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:684:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:777:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PrcSimEngBase.cpp:24:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:24:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:111:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_oaCpnts [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:170:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:257:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:68:5: warning: Return value of function wxGetEnv() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:26:3: performance: Variable 'm_ofnLog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:27:3: performance: Variable 'm_osErrMsg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:166:16: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:59:20: note: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:166:16: note: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:61:20: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::bIsExec' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:41:3: performance: Variable 'm_eAnaType' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:62:20: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::bIsOk' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:70:25: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::roGetBinary' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:71:24: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::rosGetArgLst' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:72:25: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::roGetLogFile' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.hpp:120:20: style:inconclusive: Either there is a missing 'override', or the member function 'PnlAnaBase::bIsOk' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:73:24: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::rosGetErrMsg' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.hpp:124:24: style:inconclusive: Either there is a missing 'override', or the member function 'PnlAnaBase::eGetAnalysType' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.hpp:127:22: style:inconclusive: Either there is a missing 'override', or the member function 'PnlAnaBase::rosGetErrMsg' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.hpp:118:20: style: Virtual function 'bClear' is called from constructor 'PnlAnaBase(wxWindow*poWin)' at line 43. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:43:3: note: Calling bClear gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.hpp:118:20: note: bClear is a virtual function gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:56:20: style: Class 'PrcBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.hpp:115:20: style: Class 'PnlAnaBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:140:11: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:155:11: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:246:23: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:253:15: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:259:15: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:267:15: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:53:25: style: The scope of the variable 'os3' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:268:15: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/PnlAnaBase.cpp:267:3: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:250:18: style: The scope of the variable 'os2' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:277:15: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:416:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:283:20: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:297:15: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:312:15: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedlengthCalled] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:240:22: warning:inconclusive: Member variable 'SimnBase::m_eSimEng' is not assigned a value in 'SimnBase::operator='. [operatorEqVarError] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:240:22: warning:inconclusive: Member variable 'SimnBase::m_osErrMsg' is not assigned a value in 'SimnBase::operator='. [operatorEqVarError] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:24:3: performance: Variable 'm_eSimEng' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] gspiceui-1.1.00+dfsg/src/base/SimnBase.hpp:56:20: style: Virtual function 'bClear' is called from constructor 'SimnBase()' at line 27. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:27:3: note: Calling bClear gspiceui-1.1.00+dfsg/src/base/SimnBase.hpp:56:20: note: bClear is a virtual function gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:226:7: style: Condition '!bSaveSigSrc()' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:226:20: note: Calling function 'bSaveSigSrc' returns 1 gspiceui-1.1.00+dfsg/src/base/SimnBase.cpp:226:7: note: Condition '!bSaveSigSrc()' is always false gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:69:13: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/base/UnitsBase.cpp:234:18: style: Unused variable: os2 [unusedVariable] gspiceui-1.1.00+dfsg/src/base/PrcSimEngBase.cpp:148:11: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/base/PrcSimEngBase.cpp:149:11: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/base/PrcSimEngBase.cpp:24:3: performance: Variable 'm_eSimEng' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] gspiceui-1.1.00+dfsg/src/base/PrcSimEngBase.hpp:51:25: style:inconclusive: Either there is a missing 'override', or the member function 'PrcSimEngBase::eGetSimEng' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PrcSimEngBase.hpp:52:24: style:inconclusive: Either there is a missing 'override', or the member function 'PrcSimEngBase::roGetResultsFile' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:226:33: warning: Return value of function ofn1.MakeAbsolute() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:412:35: warning: Return value of function ofn1.MakeAbsolute() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:442:33: warning: Return value of function ofn1.MakeAbsolute() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:524:12: warning: Return value of function poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:531:12: warning: Return value of function poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:538:12: warning: Return value of function poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:545:12: warning: Return value of function poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:552:12: warning: Return value of function poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:554:12: warning: Return value of function poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:563:12: warning: Return value of function poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:565:12: warning: Return value of function poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:682:42: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:690:11: style: Condition '!bProcOption_v(&iArg)' is always true [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:690:26: note: Calling function 'bProcOption_v' returns 0 gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:690:11: note: Condition '!bProcOption_v(&iArg)' is always true gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:694:11: style: Condition '!bProcOption_h(&iArg)' is always true [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:694:26: note: Calling function 'bProcOption_h' returns 0 gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:694:11: note: Condition '!bProcOption_h(&iArg)' is always true gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:698:11: style: Condition '!bProcOption_d(&iArg)' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:698:26: note: Calling function 'bProcOption_d' returns 1 gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:698:11: note: Condition '!bProcOption_d(&iArg)' is always false gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:706:11: style: Condition '!bProcOption_c(&iArg)' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:706:26: note: Calling function 'bProcOption_c' returns 1 gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:706:11: note: Condition '!bProcOption_c(&iArg)' is always false gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:584:11: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:680:13: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:391:15: style: The scope of the variable 'i1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:509:14: style: The scope of the variable 'i1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:670:20: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/CmdLinePcr.cpp:772:23: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:43:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:110:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_GNUCAP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:146:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_GNUCAP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:245:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:304:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_OP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:337:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ID_PNL_TEMP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:401:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ID_PNL_TEMP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:93:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:153:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:258:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:250:11: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.cpp:86:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.cpp:160:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_COLD [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.cpp:221:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:97:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:162:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:260:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:333:16: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:342:14: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:394:14: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:114:28: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:148:28: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:374:35: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.hpp:54:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdGnuCapAC()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.hpp:54:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.hpp:51:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdGnuCapFO()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.hpp:51:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:126:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:236:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:236:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.hpp:55:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdGnuCapDC()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.hpp:55:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.cpp:118:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:132:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:238:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:238:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:196:20: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.cpp:181:20: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:196:20: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:93:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:152:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:229:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:246:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.cpp:113:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.cpp:172:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.cpp:289:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.hpp:49:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdGnuCapOP()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.hpp:49:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:125:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:224:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:224:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:184:20: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.cpp:174:28: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.hpp:79:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdGnuCapGEN()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.hpp:79:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.cpp:153:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.cpp:149:22: style: The scope of the variable 'szt1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:87:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:162:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_COLD [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:246:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.hpp:54:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdGnuCapTR()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.hpp:54:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:120:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:224:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:224:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:50:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePARAM_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:71:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:147:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_OP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:240:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePARAM_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:308:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePARAM_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:331:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:183:20: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgGEN.cpp:86:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSHOW_LBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgGEN.hpp:75:11: style: Class 'DlgGcpCfgGEN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgGEN.cpp:171:17: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgGEN.cpp:172:17: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgGEN.cpp:173:17: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgGEN.cpp:174:17: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgGEN.cpp:70:55: style: Variable 'poPnlBtns' can be declared as pointer to const [constVariablePointer] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_AC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:67:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_FREQ [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:81:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVALUE_FLT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:142:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_DEC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:194:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:243:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_AC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:335:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.hpp:40:11: style: Class 'PnlGnuCapAC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.hpp:52:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdGnuCapPR()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.hpp:52:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:236:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapAC.cpp:318:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:133:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:301:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:301:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:130:22: style: The scope of the variable 'i1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:130:26: style: The scope of the variable 'i2' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:48:59: style: Checking if unsigned expression 'm_osaNodes.GetCount()+m_osaCpnts.GetCount()' is less than zero. [unsignedLessThanZero] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:220:47: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_DC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:110:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:78:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:216:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:173:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVALUE_FLT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:580:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:221:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:265:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:303:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_DC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:156:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_CURR [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:689:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_PHAD [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:87:20: performance:inconclusive: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.hpp:38:11: note: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:87:20: note: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.hpp:45:11: style: Class 'PnlGnuCapDC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_FO [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:67:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_FREQ [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:81:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:149:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_SLANT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:173:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_WARM [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:230:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:268:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_FO [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:126:13: warning: Return value of function poConfig->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:127:13: warning: Return value of function poConfig->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:128:13: warning: Return value of function poConfig->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:129:13: warning: Return value of function poConfig->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.hpp:59:11: style: Class 'PnlGnuCapFO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:97:14: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:121:14: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:283:5: style: C-style reference casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapFO.cpp:263:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:37:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_OP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:68:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSHOW_LBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:95:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVALUE_FLT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:143:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:185:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:219:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_OP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:295:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.cpp:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_TR [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.cpp:66:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_TIME [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.cpp:80:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.cpp:109:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_WARM [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.cpp:160:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.cpp:195:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_TR [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.hpp:41:11: style: Class 'PnlGnuCapOP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:233:5: style: C-style reference casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.hpp:117:11: style: Class 'DlgGcpCfgOPT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:214:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapOP.cpp:278:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.hpp:44:11: style: Class 'PnlGnuCapTR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:369:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:370:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:371:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:372:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:373:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.cpp:210:5: style: C-style reference casting [cstyleCast] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapTR.cpp:190:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:788:22: style: The scope of the variable 'osEmpty' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/dialogs/DlgGcpCfgOPT.cpp:70:62: style: Variable 'poPnlBtns' can be declared as pointer to const [constVariablePointer] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:90:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLP_GAW [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:277:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLP_GWAVE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:330:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:334:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:335:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:336:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:337:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:338:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:339:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:344:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:345:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.hpp:102:24: style:inconclusive: Either there is a missing 'override', or the member function 'DlgPrefs::bGetSyncSwpSrcs' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.hpp:104:24: style:inconclusive: Either there is a missing 'override', or the member function 'DlgPrefs::bGetToolTips' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.hpp:81:11: style: Class 'DlgPrefs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:40:13: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:215:16: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:216:16: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/main/DlgPrefs.cpp:76:27: style: Variable 'poPnlBtns' can be declared as pointer to const [constVariablePointer] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:55:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePAGE_CONSOLE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:135:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLP_NGSPICE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:242:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable APP_NAME [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:445:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxOPEN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:504:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxOPEN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:559:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eTFM_DELETE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:639:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePAGE_NETLIST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:686:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePAGE_NETLIST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:772:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePAGE_CONSOLE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:75:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gspiceui32x32 [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:98:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable html_back_xpm [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:165:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable argv [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:249:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable APP_NAME [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:135:14: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:140:14: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:246:37: warning: Return value of function ofn1.MakeAbsolute() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:248:12: warning: Return value of function ofn1.MakeRelativeTo() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:274:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:301:14: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:319:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:343:14: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:360:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:468:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:535:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FileTasks.hpp:56:11: style: Class 'FileTasks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:32:13: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:207:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/FileTasks.cpp:386:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:325:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:326:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:327:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:328:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/HelpTasks.hpp:65:11: performance:inconclusive: Either there is a missing 'override', or the member function 'HelpTasks::ManualNGSP' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/main/HelpTasks.hpp:66:11: performance:inconclusive: Either there is a missing 'override', or the member function 'HelpTasks::ManualGCAP' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/main/HelpTasks.hpp:58:11: style: Class 'HelpTasks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/main/HelpTasks.cpp:56:13: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/main/NbkTxtCtls.cpp:229:14: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/main/NbkTxtCtls.cpp:288:11: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:125:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCPNT_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:455:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCPNT_NLDS [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:498:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_EXP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:602:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.cpp:54:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.cpp:115:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_osValue [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.cpp:162:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eType [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.cpp:334:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:161:11: warning: Return value of function ostk1.GetNextToken() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:45:18: performance:inconclusive: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:54:20: note: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:45:18: note: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:65:20: style:inconclusive: Either there is a missing 'override', or the member function 'Component::bIsValid' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:77:37: style:inconclusive: Either there is a missing 'override', or the member function 'Component::rosGetName' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:78:36: style:inconclusive: Either there is a missing 'override', or the member function 'Component::rosaGetNodes' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:79:37: style:inconclusive: Either there is a missing 'override', or the member function 'Component::rosGetValue' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:80:39: style:inconclusive: Either there is a missing 'override', or the member function 'Component::eGetType' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:84:37: style:inconclusive: Either there is a missing 'override', or the member function 'Component::rosGetErrMsg' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:64:20: style: Virtual function 'bClear' is called from constructor 'Component()' at line 32. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:32:3: note: Calling bClear gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:64:20: note: bClear is a virtual function gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:102:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:103:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:145:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:375:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:563:13: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:577:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:577:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:387:11: style: The scope of the variable 'sz1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.hpp:83:20: style: Virtual function 'bClear' is called from constructor 'CpntNgsIndSrc()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.cpp:24:3: note: Calling bClear gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.hpp:83:20: note: bClear is a virtual function gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:105:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable APP_NAME [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:126:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gspiceui32x32 [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:192:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORM [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:251:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable file_open_xpm [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:325:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TXT_LNSDEF [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:378:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLP_GWAVE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:635:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iStrCmpCpnt [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:905:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLP_GWAVE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:940:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable both [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1050:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_ANA_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1082:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePAGE_SIMULTN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1142:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePAGE_SIMULTN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1312:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePAGE_NGSPICE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1382:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLP_GNUCAP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1476:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_PHAD [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1561:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_GNUCAP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.cpp:280:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:24:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:132:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_DC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:301:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iStrCmpNode [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:325:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iStrCmpCpnt [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:347:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_DC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.hpp:65:20: style: Virtual function 'bClear' is called from constructor 'SimnGnuCap()' at line 27. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:27:3: note: Calling bClear gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.hpp:65:20: note: bClear is a virtual function gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:341:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:341:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:46:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:81:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:92:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:193:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iCompare [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:359:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iStrCmpNode [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:598:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable APP_NAME [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:834:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:24:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:108:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_OP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:126:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_oCpntSwpSrc [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:241:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_oCpntSwpSrc [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:292:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iStrCmpNode [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:316:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iStrCmpCpnt [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:43:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:107:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NGSPICE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:143:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NGSPICE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:240:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:292:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_OP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:324:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ID_PNL_TEMP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:388:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ID_PNL_TEMP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.hpp:60:20: style: Virtual function 'bClear' is called from constructor 'SimnNgSpice()' at line 27. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:27:3: note: Calling bClear gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.hpp:60:20: note: bClear is a virtual function gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:126:5: style: C-style reference casting [cstyleCast] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:332:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:332:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:46:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:79:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:245:11: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:320:16: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:329:14: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:381:14: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:111:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:145:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:361:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:81:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:126:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:198:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LOG [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:215:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.hpp:49:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdNgSpiceAC()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.hpp:49:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:190:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:190:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:158:20: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:74:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:220:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.hpp:51:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdNgSpiceDC()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.hpp:51:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:175:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:175:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:198:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:198:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:98:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:190:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:481:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:47:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePARAM_VLT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:66:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:143:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_DC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:323:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePARAM_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:380:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePARAM_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:415:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePARAM_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:445:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ePARAM_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:468:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:85:11: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:247:19: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:498:11: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:532:26: error: Invalid oFileCct.RemoveLine() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:81:20: warning:inconclusive: Class 'NetList' which has virtual members does not have a virtual destructor. [virtualDestructor] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:62:16: performance:inconclusive: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:68:20: note: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:62:16: note: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:275:16: performance:inconclusive: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:72:20: note: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:275:16: note: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:326:16: performance:inconclusive: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:73:20: note: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:326:16: note: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:409:16: performance:inconclusive: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:76:20: note: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:409:16: note: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:84:20: performance:inconclusive: Technically the member function 'NetList::bIsEmpty' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:725:16: performance:inconclusive: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:97:20: note: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:725:16: note: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:77:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:142:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_WARM [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:176:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_WARM [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:216:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:390:11: style: Condition '!bSetSchemFiles(os2)' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:766:25: note: Calling function 'bSetSchemFiles' returns 1 gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:390:27: note: Calling function 'bSetSchemFiles' returns 1 gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:390:11: note: Condition '!bSetSchemFiles(os2)' is always false gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:563:9: style: Condition '!bLoadIncludes()' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:563:26: note: Calling function 'bLoadIncludes' returns 1 gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:563:9: note: Condition '!bLoadIncludes()' is always false gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:565:9: style: Condition '!bLoadModels()' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:565:26: note: Calling function 'bLoadModels' returns 1 gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:565:9: note: Condition '!bLoadModels()' is always false gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:566:9: style: Condition '!bLoadSubCcts()' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:566:26: note: Calling function 'bLoadSubCcts' returns 1 gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:566:9: note: Condition '!bLoadSubCcts()' is always false gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:377:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:409:38: style: Parameter 'roLine' can be declared as reference to const [constParameterReference] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:159:19: style: Unused variable: os2 [unusedVariable] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:809:22: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:809:27: style: Unused variable: os2 [unusedVariable] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.hpp:49:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdNgSpiceTR()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.hpp:49:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:194:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:194:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:154:13: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:274:15: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:278:11: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Truncate' in new applications instead. [prohibitedRemoveCalled] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:294:11: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Truncate' in new applications instead. [prohibitedRemoveCalled] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.hpp:55:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdNgSpicePR()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.hpp:55:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:408:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:408:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:438:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:438:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:249:34: style: The scope of the variable 'os2' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:252:22: style: The scope of the variable 'i1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:45:29: style: Checking if unsigned expression 'm_osaNodes.GetCount()' is less than zero. [unsignedLessThanZero] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:45:58: style: Checking if unsigned expression 'm_osaCpnts.GetCount()' is less than zero. [unsignedLessThanZero] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:199:15: warning: Return value of function poMenuFile->AppendSeparator() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:205:15: warning: Return value of function poMenuSimu->AppendSeparator() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:210:15: warning: Return value of function poMenuSets->AppendSeparator() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:749:15: warning: Return value of function m_oLbxNodes.GetSelections() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:750:15: warning: Return value of function m_oLbxCpnts.GetSelections() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1382:17: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1383:17: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1553:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1554:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1555:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1556:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1562:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1566:12: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1571:14: warning: Return value of function m_poCfg->Write() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:94:13: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:523:13: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:505:20: style: The scope of the variable 'sz1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:791:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:822:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:854:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:926:22: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:926:27: style: The scope of the variable 'os2' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1072:14: style: The scope of the variable 'poTxtCtl' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/main/FrmMain.cpp:1444:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_AC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:66:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_FREQ [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:125:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_FST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:159:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_DEC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:219:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCPXPT_MAG [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:251:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_AC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:345:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.hpp:42:11: style: Class 'PnlNgSpiceAC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgSrc.cpp:91:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_VOLT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgSrc.cpp:295:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCPNT_ICS [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:243:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceAC.cpp:328:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgSrc.hpp:74:11: style: Class 'DlgNgsCfgSrc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceDC.cpp:33:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_DC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceDC.cpp:85:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceDC.cpp:215:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_DC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgSrc.cpp:159:16: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgSrc.cpp:160:16: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgSrc.cpp:161:16: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgSrc.cpp:70:40: style: Variable 'poPnlBtns' can be declared as pointer to const [constVariablePointer] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceDC.hpp:41:11: style: Class 'PnlNgSpiceDC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:146:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_CURR [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:593:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_PHAD [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.cpp:36:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_OP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.cpp:67:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSHOW_LBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.cpp:110:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSCALE_LIN [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.cpp:177:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_OP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.cpp:240:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.hpp:39:11: style: Class 'PnlNgSpiceOP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.cpp:191:5: style: C-style reference casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.cpp:172:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceOP.cpp:223:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceTR.cpp:34:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_TR [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceTR.cpp:66:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_TIME [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceTR.cpp:85:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceTR.cpp:114:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eINITC_WARM [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceTR.cpp:194:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eCMD_TR [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.hpp:108:11: style: Class 'DlgNgsCfgOPT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:315:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:316:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:317:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:318:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:319:15: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:486:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:664:22: style: The scope of the variable 'osEmpty' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceTR.hpp:45:11: style: Class 'PnlNgSpiceTR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceTR.cpp:209:5: style: C-style reference casting [cstyleCast] gspiceui-1.1.00+dfsg/src/ngspice/dialogs/DlgNgsCfgOPT.cpp:70:62: style: Variable 'poPnlBtns' can be declared as pointer to const [constVariablePointer] gspiceui-1.1.00+dfsg/src/ngspice/panels/PnlNgSpiceTR.cpp:189:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/process/PrcGNetList.cpp:31:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIN_GNETLIST [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGSchem.cpp:29:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIN_GSCHEM [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGSchem.cpp:146:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_osErrMsg [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGSchem.hpp:49:27: style:inconclusive: Either there is a missing 'override', or the member function 'PrcGSchem::roaGetSchems' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/process/PrcGNetList.cpp:255:21: style: The scope of the variable 'osEmpty' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/process/PrcGWave.cpp:29:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIN_GWAVE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGWave.cpp:239:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_osErrMsg [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGaw.cpp:29:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIN_GAW [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGaw.cpp:239:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_osErrMsg [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:25:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:190:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcGWave.cpp:110:13: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcGWave.cpp:102:57: error: Invalid oFileCct.RemoveLine() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg] gspiceui-1.1.00+dfsg/src/process/PrcGWave.hpp:50:24: style:inconclusive: Either there is a missing 'override', or the member function 'PrcGWave::roGetResults' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/process/PrcGWave.cpp:230:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/process/PrcGaw.cpp:110:13: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcGaw.cpp:102:57: error: Invalid oFileCct.RemoveLine() argument nr 1. The value is 0 but the valid values are '1:'. [invalidFunctionArg] gspiceui-1.1.00+dfsg/src/process/PrcGaw.hpp:50:24: style:inconclusive: Either there is a missing 'override', or the member function 'PrcGaw::roGetResults' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/process/PrcGaw.cpp:230:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:234:47: warning: Return value of function ostk1.GetNextToken() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:240:13: warning: Return value of function ostk1.GetNextToken() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:246:13: warning: Return value of function ostk1.GetNextToken() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:103:13: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:155:57: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:161:34: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:200:15: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:365:36: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:219:14: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:290:9: style: Variable 'ostk1' is reassigned a value before the old one has been used. [redundantAssignment] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:289:9: note: ostk1 is assigned gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:290:9: note: ostk1 is overwritten gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:136:22: style: The scope of the variable 'i1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/process/PrcGnuCap.cpp:77:18: style: Unused variable: os2 [unusedVariable] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:25:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_eSimEng [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:357:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSIMR_NGSPICE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:41:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxDefaultSize [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:193:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eSHOW_CHO [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:226:9: warning: Return value of function ostk1.GetNextToken() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:284:11: warning: Return value of function ostk1.GetNextToken() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:295:15: warning: Return value of function ostk1.GetNextToken() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:238:16: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:240:37: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:292:15: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedLastCalled] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:294:13: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedLastCalled] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:302:37: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:405:13: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedLastCalled] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:324:19: style:inconclusive: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.hpp:58:11: note: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:324:19: note: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:358:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:130:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:131:8: style: The scope of the variable 'i1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:94:15: warning: Return value of function poMenuFile->AppendSeparator() is not used. [ignoredReturnValue] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:126:52: style: Parameter 'rosCmdPR' can be declared as reference to const [constParameterReference] gspiceui-1.1.00+dfsg/src/utility/ChoUnits.cpp:55:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/ChoUnits.cpp:74:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/ChoUnits.cpp:399:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:59:18: style: Unused variable: os1 [unusedVariable] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:125:29: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:126:29: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:127:29: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:173:41: style: Parameter 'roEvent' can be declared as reference to const [constParameterReference] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:220:41: style: Parameter 'roEvent' can be declared as reference to const [constParameterReference] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:227:42: style: Parameter 'roEvent' can be declared as reference to const [constParameterReference] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:241:41: style: Parameter 'roEvent' can be declared as reference to const [constParameterReference] gspiceui-1.1.00+dfsg/src/tests/AppPnlValue.cpp:90:15: style: Variable 'poPnlBtns' can be declared as pointer to const [constVariablePointer] gspiceui-1.1.00+dfsg/src/utility/ChoUnits.hpp:52:32: style:inconclusive: Either there is a missing 'override', or the member function 'ChoUnits::eGetUnitsType' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/ChoUnits.hpp:55:30: style:inconclusive: Either there is a missing 'override', or the member function 'ChoUnits::rosGetDefUnits' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/ChoUnits.cpp:310:13: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/utility/ChoUnits.cpp:385:11: style: C-style pointer casting [cstyleCast] gspiceui-1.1.00+dfsg/src/utility/ChoUnits.cpp:301:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:73:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:250:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:279:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:301:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FLT_MAX [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:332:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/LblUnits.cpp:52:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/LblUnits.cpp:67:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlLblCho.cpp:85:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/LblUnits.cpp:194:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/LblUnits.hpp:51:24: style:inconclusive: Either there is a missing 'override', or the member function 'LblUnits::eGetUnitsType' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/LblUnits.hpp:53:24: style:inconclusive: Either there is a missing 'override', or the member function 'LblUnits::iGetUnits' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/PnlLblTxt.cpp:89:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:69:24: style: Checking if unsigned expression 'rosNum.length()' is less than zero. [unsignedLessThanZero] gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:119:27: style: Checking if unsigned expression 'osExp.length()' is less than zero. [unsignedLessThanZero] gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:220:33: style:inconclusive: Function 'bSetFltRes' argument 1 names different: declaration 'iRes' definition 'iFltRes'. [funcArgNamesDifferent] gspiceui-1.1.00+dfsg/src/utility/CnvtType.hpp:93:38: note: Function 'bSetFltRes' argument 1 names different: declaration 'iRes' definition 'iFltRes'. gspiceui-1.1.00+dfsg/src/utility/CnvtType.cpp:220:33: note: Function 'bSetFltRes' argument 1 names different: declaration 'iRes' definition 'iFltRes'. gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:108:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_CTRL_HT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:332:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_UINT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:392:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_INT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:456:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:606:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_LNG [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:643:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_DBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:686:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_DBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:715:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_NONE [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:810:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_SCROLL_LINEUP [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlValue.cpp:859:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eUNITS_TMPC [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:139:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVALUE_FLT [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:166:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVALUE_ENG [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:204:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVALUE_SCI [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:278:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_DBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:371:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_DBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:392:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_DBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:414:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NOVAL_DBL [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:450:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cout [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:567:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVALUE_SCI [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:624:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable eVALUE_SCI [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:257:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.cpp:64:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_MONO [valueFlowBailoutIncompleteVar] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.cpp:165:14: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.hpp:72:24: style:inconclusive: Either there is a missing 'override', or the member function 'TextCtrl::rosGetInitMsg' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.hpp:73:26: performance:inconclusive: Either there is a missing 'override', or the member function 'TextCtrl::iGetLinesMax' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.hpp:74:26: performance:inconclusive: Either there is a missing 'override', or the member function 'TextCtrl::iGetLinesDsp' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.hpp:75:26: style:inconclusive: Either there is a missing 'override', or the member function 'TextCtrl::iGetLinesCnt' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.cpp:107:8: style: The scope of the variable 'i1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.cpp:248:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/utility/TextCtrl.cpp:249:13: style: The scope of the variable 'szt1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.hpp:82:24: style:inconclusive: Either there is a missing 'override', or the member function 'PnlTxtSpn::eGetVType' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.hpp:86:23: style:inconclusive: Either there is a missing 'override', or the member function 'PnlTxtSpn::dfGetValDef' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.hpp:87:23: style:inconclusive: Either there is a missing 'override', or the member function 'PnlTxtSpn::dfGetValMin' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.hpp:88:23: style:inconclusive: Either there is a missing 'override', or the member function 'PnlTxtSpn::dfGetValMax' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.hpp:89:23: style:inconclusive: Either there is a missing 'override', or the member function 'PnlTxtSpn::dfGetMinIncSz' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.hpp:90:23: style:inconclusive: Either there is a missing 'override', or the member function 'PnlTxtSpn::dfGetMaxIncSz' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:213:15: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:161:10: style: The scope of the variable 'df1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/utility/PnlTxtSpn.cpp:335:13: style: The scope of the variable 'os1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:248:23: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:60:13: style: Condition 'li1ulNum1' is always true [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:150:16: note: Assuming that condition 'ulNum1==ulNum2' is not redundant gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:151:16: note: Condition 'ulNum2>ulNum1' is always true gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:238:11: style: The scope of the variable 'c1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:36:36: style:inconclusive: Function 'iStrCmpNode' argument 1 names different: declaration 'ros1' definition 'rosArg1'. [funcArgNamesDifferent] gspiceui-1.1.00+dfsg/src/utility/StrUtils.hpp:30:50: note: Function 'iStrCmpNode' argument 1 names different: declaration 'ros1' definition 'rosArg1'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:36:36: note: Function 'iStrCmpNode' argument 1 names different: declaration 'ros1' definition 'rosArg1'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:36:62: style:inconclusive: Function 'iStrCmpNode' argument 2 names different: declaration 'ros2' definition 'rosArg2'. [funcArgNamesDifferent] gspiceui-1.1.00+dfsg/src/utility/StrUtils.hpp:30:73: note: Function 'iStrCmpNode' argument 2 names different: declaration 'ros2' definition 'rosArg2'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:36:62: note: Function 'iStrCmpNode' argument 2 names different: declaration 'ros2' definition 'rosArg2'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:85:36: style:inconclusive: Function 'iStrCmpCpnt' argument 1 names different: declaration 'ros1' definition 'rosArg1'. [funcArgNamesDifferent] gspiceui-1.1.00+dfsg/src/utility/StrUtils.hpp:31:50: note: Function 'iStrCmpCpnt' argument 1 names different: declaration 'ros1' definition 'rosArg1'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:85:36: note: Function 'iStrCmpCpnt' argument 1 names different: declaration 'ros1' definition 'rosArg1'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:85:62: style:inconclusive: Function 'iStrCmpCpnt' argument 2 names different: declaration 'ros2' definition 'rosArg2'. [funcArgNamesDifferent] gspiceui-1.1.00+dfsg/src/utility/StrUtils.hpp:31:73: note: Function 'iStrCmpCpnt' argument 2 names different: declaration 'ros2' definition 'rosArg2'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:85:62: note: Function 'iStrCmpCpnt' argument 2 names different: declaration 'ros2' definition 'rosArg2'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:179:35: style:inconclusive: Function 'iStrCmpSrc' argument 1 names different: declaration 'ros1' definition 'rosArg1'. [funcArgNamesDifferent] gspiceui-1.1.00+dfsg/src/utility/StrUtils.hpp:32:50: note: Function 'iStrCmpSrc' argument 1 names different: declaration 'ros1' definition 'rosArg1'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:179:35: note: Function 'iStrCmpSrc' argument 1 names different: declaration 'ros1' definition 'rosArg1'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:179:61: style:inconclusive: Function 'iStrCmpSrc' argument 2 names different: declaration 'ros2' definition 'rosArg2'. [funcArgNamesDifferent] gspiceui-1.1.00+dfsg/src/utility/StrUtils.hpp:32:73: note: Function 'iStrCmpSrc' argument 2 names different: declaration 'ros2' definition 'rosArg2'. gspiceui-1.1.00+dfsg/src/utility/StrUtils.cpp:179:61: note: Function 'iStrCmpSrc' argument 2 names different: declaration 'ros2' definition 'rosArg2'. gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:192:28: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.hpp:142:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdNgSpiceOPT()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.hpp:142:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:172:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:423:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:423:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:169:22: style: The scope of the variable 'sz1' can be reduced. [variableScope] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:218:28: style: This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. [prohibitedLengthCalled] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.hpp:195:20: style: Virtual function 'bSetDefaults' is called from constructor 'CmdGnuCapOPT()' at line 24. Dynamic binding is not used. [virtualCallInConstructor] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:24:3: note: Calling bSetDefaults gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.hpp:195:20: note: bSetDefaults is a virtual function gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:480:45: style: Condition 'm_bBYPASS' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:480:19: note: Assuming that condition 'm_bBYPASS!=true' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:480:45: note: Condition 'm_bBYPASS' is always false gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:481:45: style: Condition 'm_bCSTRAY' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:481:19: note: Assuming that condition 'm_bCSTRAY!=true' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:481:45: note: Condition 'm_bCSTRAY' is always false gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:482:45: style: Condition 'm_bFBBYPASS' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:482:19: note: Assuming that condition 'm_bFBBYPASS!=true' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:482:45: note: Condition 'm_bFBBYPASS' is always false gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:483:45: style: Condition 'm_bINCMODE' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:483:19: note: Assuming that condition 'm_bINCMODE!=true' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:483:45: note: Condition 'm_bINCMODE' is always false gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:484:45: style: Condition 'm_bLUBYPASS' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:484:19: note: Assuming that condition 'm_bLUBYPASS!=true' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:484:45: note: Condition 'm_bLUBYPASS' is always false gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:485:45: style: Condition 'm_bOPTS' is always true [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:485:19: note: Assuming that condition 'm_bOPTS!=false' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:485:45: note: Condition 'm_bOPTS' is always true gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:486:45: style: Condition 'm_bQUITCONV' is always true [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:486:19: note: Assuming that condition 'm_bQUITCONV!=false' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:486:45: note: Condition 'm_bQUITCONV' is always true gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:487:45: style: Condition 'm_bRSTRAY' is always true [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:487:19: note: Assuming that condition 'm_bRSTRAY!=false' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:487:45: note: Condition 'm_bRSTRAY' is always true gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:488:45: style: Condition 'm_bTRACEL' is always false [knownConditionTrueFalse] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:488:19: note: Assuming that condition 'm_bTRACEL!=true' is not redundant gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:488:45: note: Condition 'm_bTRACEL' is always false gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:198:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:506:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:506:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:195:22: style: The scope of the variable 'szt1' can be reduced. [variableScope] diff: 2.17.0 gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:105:24: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:105:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/base/CmdBase.cpp:105:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:127:22: performance:inconclusive: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.hpp:89:11: note: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:127:22: note: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. 2.17.0 gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.hpp:89:11: performance:inconclusive: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.cpp:127:22: note: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. gspiceui-1.1.00+dfsg/src/base/NbkSimEngBase.hpp:89:11: note: Either there is a missing 'override', or the member function 'NbkSimEngBase::OnPageChangd' can be static. head gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:166:16: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:59:20: note: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:166:16: note: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. 2.17.0 gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:59:20: style:inconclusive: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/base/PrcBase.cpp:166:16: note: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. gspiceui-1.1.00+dfsg/src/base/PrcBase.hpp:59:20: note: Either there is a missing 'override', or the member function 'PrcBase::bBinExists' can be const. 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:114:28: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:114:28: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:148:28: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:148:28: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:374:35: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/NbkGnuCap.cpp:374:35: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:126:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:236:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:236:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapAC.cpp:236:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:132:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:238:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:238:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapDC.cpp:238:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapFO.cpp:118:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapGEN.cpp:153:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:125:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:224:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:224:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOP.cpp:224:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:198:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:506:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:506:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapOPT.cpp:506:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:133:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:301:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:301:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapPR.cpp:301:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:120:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:224:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:224:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/commands/CmdGnuCapTR.cpp:224:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:87:20: performance:inconclusive: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.hpp:38:11: note: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:87:20: note: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. 2.17.0 gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.hpp:38:11: performance:inconclusive: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.cpp:87:20: note: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. gspiceui-1.1.00+dfsg/src/gnucap/panels/PnlGnuCapDC.hpp:38:11: note: Either there is a missing 'override', or the member function 'PnlGnuCapDC::DoLayout' can be static. head gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:102:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:103:27: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:145:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:375:11: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:45:18: performance:inconclusive: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:54:20: note: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:45:18: note: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:563:13: style: C-style pointer casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:563:13: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:577:24: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:577:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:577:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:54:20: performance:inconclusive: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/Component.cpp:45:18: note: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. gspiceui-1.1.00+dfsg/src/netlist/Component.hpp:54:20: note: Either there is a missing 'override', or the member function 'Component::GetPorts' can be static. head gspiceui-1.1.00+dfsg/src/netlist/CpntNgsIndSrc.cpp:280:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:275:16: performance:inconclusive: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:72:20: note: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:275:16: note: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). head gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:326:16: performance:inconclusive: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:73:20: note: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:326:16: note: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). head gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:409:16: performance:inconclusive: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:76:20: note: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:409:16: note: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). head gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:62:16: performance:inconclusive: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:68:20: note: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:62:16: note: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). head gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:725:16: performance:inconclusive: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:97:20: note: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:725:16: note: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:68:20: performance:inconclusive: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:62:16: note: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:68:20: note: Technically the member function 'NetList::bLoadTitle' can be static (but you may consider moving to unnamed namespace). 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:72:20: performance:inconclusive: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:275:16: note: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:72:20: note: Technically the member function 'NetList::bLoadSubCcts' can be static (but you may consider moving to unnamed namespace). 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:73:20: performance:inconclusive: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:326:16: note: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:73:20: note: Technically the member function 'NetList::bLoadNodeLbls' can be static (but you may consider moving to unnamed namespace). 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:76:20: performance:inconclusive: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:409:16: note: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:76:20: note: Technically the member function 'NetList::bIsSubCkt' can be static (but you may consider moving to unnamed namespace). 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:97:20: performance:inconclusive: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). [functionStatic] gspiceui-1.1.00+dfsg/src/netlist/NetList.cpp:725:16: note: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). gspiceui-1.1.00+dfsg/src/netlist/NetList.hpp:97:20: note: Technically the member function 'NetList::bSetSchemFiles' can be static (but you may consider moving to unnamed namespace). 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:341:24: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:341:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/netlist/SimnGnuCap.cpp:341:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:332:24: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:332:24: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/netlist/SimnNgSpice.cpp:332:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:111:29: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:111:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:145:29: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:145:29: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:361:36: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/NbkNgSpice.cpp:361:36: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:190:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:190:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceAC.cpp:190:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:175:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:175:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:175:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:198:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:198:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceDC.cpp:198:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:172:9: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:423:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:423:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceOPT.cpp:423:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:408:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:408:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:408:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:438:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:438:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpicePR.cpp:438:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:194:23: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:194:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/ngspice/commands/CmdNgSpiceTR.cpp:194:3: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] head gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:324:19: style:inconclusive: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.hpp:58:11: note: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:324:19: note: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. 2.17.0 gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:358:20: style: C-style reference casting [cstyleCast] head gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:358:20: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.hpp:58:11: style:inconclusive: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. [functionConst] gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.cpp:324:19: note: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. gspiceui-1.1.00+dfsg/src/process/PrcNgSpice.hpp:58:11: note: Either there is a missing 'override', or the member function 'PrcNgSpice::bFmtPhaseData' can be const. DONE