2025-05-09 00:30 ftp://ftp.de.debian.org/debian/pool/main/w/wxmaxima/wxmaxima_24.02.1.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 -j3 platform: Linux-6.8.0-1022-oracle-aarch64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.17.0 head-info: 66c9938 (2025-05-08 13:55:11 +0200) count: 1655 1642 elapsed-time: 24.6 25.2 head-timing-info: old-timing-info: head results: wxmaxima-Version-24.02.1/src/cells/CellPtr.h:422:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.h:910:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/SvgBitmap.h:58:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxDefaultSize [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/ArtProvider.cpp:57:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxBITMAP_SCREEN_DEPTH [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/CellPtr.h:484:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Configuration.h:348:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:391:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NEW_DEMO_FILES_EVENT [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/CellIterators.h:217:12: performance: Function 'begin()' should return member 'm_iter' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/SvgBitmap.h:47:46: performance: Function parameter 'data' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/ArtProvider.cpp:36:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:358:16: warning: Return value of function shareDir.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:365:13: warning: Return value of function userDir.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:375:14: warning: Return value of function shareDir.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:377:13: warning: Return value of function demoDir.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:115:44: 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] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:398: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] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:434: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] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:469: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] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:513: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] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:531:15: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:593:32: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/Configuration.h:729:8: style:inconclusive: Technically the member function 'Configuration::UndoLimit' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Configuration.h:732:8: style:inconclusive: Technically the member function 'Configuration::RecentItems' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Configuration.h:1062:8: performance:inconclusive: Technically the member function 'Configuration::UseThreads' can be static (but you may consider moving to unnamed namespace). [functionStatic] wxmaxima-Version-24.02.1/src/Configuration.h:162:12: performance: Function 'GetWorkingDirectory()' should return member 'm_workingdir' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:511:12: performance: Function 'GetTeXCMRI()' should return member 'm_fontCMRI' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:514:12: performance: Function 'GetTeXCMSY()' should return member 'm_fontCMSY' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:517:12: performance: Function 'GetTeXCMEX()' should return member 'm_fontCMEX' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:520:12: performance: Function 'GetTeXCMMI()' should return member 'm_fontCMMI' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:523:12: performance: Function 'GetTeXCMTI()' should return member 'm_fontCMTI' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:601:12: performance: Function 'SymbolPaneAdditionalChars()' should return member 'm_symbolPaneAdditionalChars' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:766:12: performance: Function 'MaximaParameters()' should return member 'm_maximaParameters' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:777:12: performance: Function 'MaximaUserLocation()' should return member 'm_maximaUserLocation' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:800:12: performance: Function 'HelpBrowserUserLocation()' should return member 'm_helpBrowserUserLocation' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:825:12: performance: Function 'MathJaXURL_User()' should return member 'm_mathJaxURL' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:856:12: performance: Function 'LispType()' should return member 'm_lispType' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:911:12: performance: Function 'Documentclass()' should return member 'm_documentclass' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:913:12: performance: Function 'DocumentclassOptions()' should return member 'm_documentclassOptions' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:944:12: performance: Function 'MaximaShareDir()' should return member 'm_maximaShareDir' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:1010:12: performance: Function 'TexPreamble()' should return member 'm_texPreamble' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:635:20: performance: Function 'FileName()' should return member 'm_filename' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Configuration.h:653:20: performance: Function 'Text()' should return member 'm_text' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Dirstructure.h:69:19: performance: Function 'UserConfDir()' should return member 'm_userConfDir' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Dirstructure.h:80:12: performance: Function 'HelpDir()' should return member 'm_helpDir' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:595:21: style: The scope of the variable 'i' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Configuration.h:843:42: performance: Function parameter 'message' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.h:152:39: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.h:194:52: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.h:243:35: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.h:265:53: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.h:310:36: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Dirstructure.h:82:25: performance: Function parameter 'helpDir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:94:41: performance: Function parameter 'commandname' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:346:58: performance: Function parameter 'sharedir' should be passed by const reference. However it seems that 'LoadableFiles_BackgroundTask' is a callback function. [passedByValueCallback] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:247:64: note: Function pointer used here. wxmaxima-Version-24.02.1/src/Autocomplete.cpp:346:58: note: Function parameter 'sharedir' should be passed by const reference. However it seems that 'LoadableFiles_BackgroundTask' is a callback function. wxmaxima-Version-24.02.1/src/Autocomplete.cpp:395:63: performance: Function parameter 'maximaDir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:431:66: performance: Function parameter 'maximaDir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:464:63: performance: Function parameter 'maximaDir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:97:14: style: Variable 'file' can be declared as reference to const [constVariableReference] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:153:22: style: Variable 'val' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:162:22: style: Variable 'val' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:171:22: style: Variable 'val' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:180:22: style: Variable 'val' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:97:3: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/Autocomplete.cpp:523:20: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:135:45: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:137:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:137: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] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:147:31: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:148:21: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:149:14: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:149:33: 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] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:122:43: performance: Function parameter 'open' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/BTextCtrl.cpp:122:58: performance: Function parameter 'close' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/CompositeDataObject.cpp:69:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Get [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/CompositeDataObject.cpp:81:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Get [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/CompositeDataObject.cpp:89:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Get [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/CompositeDataObject.cpp:94:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Get [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/CompositeDataObject.cpp:52:19: style: Variable 'priorEntry.format' is assigned an expression that holds the same value. [redundantAssignment] wxmaxima-Version-24.02.1/src/CompositeDataObject.cpp:51:29: note: Assuming that condition 'priorEntry.format==*addedFormat' is not redundant wxmaxima-Version-24.02.1/src/CompositeDataObject.cpp:52:19: note: Variable 'priorEntry.format' is assigned an expression that holds the same value. wxmaxima-Version-24.02.1/src/cells/EditorCell.h:79:75: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:80:71: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:87:73: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:268:30: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:274:67: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:324:41: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:507:49: 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] wxmaxima-Version-24.02.1/src/cells/GroupCell.h:93:8: style:inconclusive: Technically the member function 'GroupCell::ContainsSavedAnswers' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/GroupCell.h:83:12: style: The destructor '~GroupCell' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] wxmaxima-Version-24.02.1/src/cells/Cell.h:218:12: note: Virtual destructor in base class wxmaxima-Version-24.02.1/src/cells/GroupCell.h:83:12: note: Destructor in derived class wxmaxima-Version-24.02.1/src/cells/EditorCell.h:363:16: performance: Function 'GetText()' should return member 'm_text' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Dirstructure.cpp:45:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GITVERSION [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Dirstructure.cpp:122:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMAKE_INSTALL_PREFIX [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Dirstructure.cpp:82:7: warning: Return value of function dir.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Dirstructure.cpp:140:7: warning: Return value of function exe.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Dirstructure.cpp:80:41: performance: Function parameter 'userConfDir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Dirstructure.cpp:138:12: style: Unused variable: maximaLocation [unusedVariable] wxmaxima-Version-24.02.1/src/ErrorRedirector.cpp:92:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:226:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/ToolBar.h:205:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/AutocompletePopup.cpp:228:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxDefaultSize [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:424:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:425:101: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:426:99: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:438:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:439:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:444:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:450:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:458:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:476:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/stx/optional.hpp:485:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable init_ [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Configuration.cpp:194:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BRUSH_WHITE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Configuration.cpp:297:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxTheMimeTypesManager [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Configuration.cpp:1051:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Configuration.cpp:1440:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxBITMAP_SCREEN_DEPTH [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Configuration.cpp:1484:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxBITMAP_SCREEN_DEPTH [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Worksheet.h:642:82: 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] wxmaxima-Version-24.02.1/src/Worksheet.h:1557: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] wxmaxima-Version-24.02.1/src/AutocompletePopup.cpp:47:60: 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] wxmaxima-Version-24.02.1/src/AutocompletePopup.cpp:93:32: 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] wxmaxima-Version-24.02.1/src/AutocompletePopup.cpp:208:44: 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] wxmaxima-Version-24.02.1/src/sidebars/DrawSidebar.h:50:8: style:inconclusive: Either there is a missing 'override', or the member function 'DrawSidebar::GetDimensions' can be const. [functionConst] wxmaxima-Version-24.02.1/src/EvaluationQueue.h:120:8: style:inconclusive: Technically the member function 'EvaluationQueue::IsLastInQueue' can be const. [functionConst] wxmaxima-Version-24.02.1/src/ToolBar.h:204:7: style:inconclusive: Either there is a missing 'override', or the member function 'ToolBar::GetIdealHeight' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:555:8: performance:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::OnEraseBackground' can be static. [functionStatic] wxmaxima-Version-24.02.1/src/Worksheet.h:639:12: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::GetMaximaVersion' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:709:7: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::IndexSearchStartedAt' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:915:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::CanCopy' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:922:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::CanPaste' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:925:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::CanCut' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:986:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::CanAnimate' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:1005:12: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::GetLastQuestion' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:1143:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::StatusTextHas' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:1242:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::IsActiveInLast' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:1322:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::ScrolledAwayFromEvaluation' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:1327:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::IsSaved' can be const. [functionConst] wxmaxima-Version-24.02.1/src/Worksheet.h:1503:8: style:inconclusive: Either there is a missing 'override', or the member function 'Worksheet::QuestionPending' can be const. [functionConst] wxmaxima-Version-24.02.1/src/sidebars/XmlInspector.h:58:8: style:inconclusive: Either there is a missing 'override', or the member function 'XmlInspector::UpdateNeeded' can be const. [functionConst] wxmaxima-Version-24.02.1/src/sidebars/LogPane.h:45:8: style:inconclusive: Either there is a missing 'override', or the member function 'LogPane::IsLogTarget' can be const. [functionConst] wxmaxima-Version-24.02.1/src/sidebars/LogPane.h:53:9: style:inconclusive: Either there is a missing 'override', or the member function 'LogPane::NullBuffer::overflow' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/TextCell.h:42:12: style: The destructor '~TextCell' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] wxmaxima-Version-24.02.1/src/cells/Cell.h:218:12: note: Virtual destructor in base class wxmaxima-Version-24.02.1/src/cells/TextCell.h:42:12: note: Destructor in derived class wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.h:59:4: style: The destructor '~RegexCtrl' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] wxmaxima-Version-24.02.1/src/BTextCtrl.h:43:12: note: Virtual destructor in base class wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.h:59:4: note: Destructor in derived class wxmaxima-Version-24.02.1/src/cells/AnimationCell.h:80:12: style: The destructor '~AnimationCell' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] wxmaxima-Version-24.02.1/src/cells/ImgCellBase.h:48:12: note: Virtual destructor in base class wxmaxima-Version-24.02.1/src/cells/AnimationCell.h:80:12: note: Destructor in derived class wxmaxima-Version-24.02.1/src/RecentDocuments.h:63:23: performance: Function 'Get()' should return member 'm_listOfFiles' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/EvaluationQueue.h:95:12: performance: Function 'GetUserLabel()' should return member 'm_userLabel' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Worksheet.h:639:12: performance: Function 'GetMaximaVersion()' should return member 'm_maximaVersion' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Worksheet.h:1005:12: performance: Function 'GetLastQuestion()' should return member 'm_lastQuestion' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/Worksheet.h:1135:12: performance: Function 'GetStatusText()' should return member 'm_statusText' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/stx/optional.hpp:765:12: warning: Either the condition 'ref' is redundant or there is possible null pointer dereference: ref. [nullPointerRedundantCheck] wxmaxima-Version-24.02.1/src/stx/optional.hpp:765:12: note: Assuming that condition 'ref' is not redundant wxmaxima-Version-24.02.1/src/stx/optional.hpp:765:12: note: Null pointer dereference wxmaxima-Version-24.02.1/src/stx/optional.hpp:772:77: warning: Either the condition 'ref' is redundant or there is possible null pointer dereference: ref. [nullPointerRedundantCheck] wxmaxima-Version-24.02.1/src/stx/optional.hpp:772:12: note: Assuming that condition 'ref' is not redundant wxmaxima-Version-24.02.1/src/stx/optional.hpp:772:77: note: Null pointer dereference wxmaxima-Version-24.02.1/src/AutocompletePopup.cpp:134:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:51:27: performance: Function parameter 'description' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:53:27: performance: Function parameter 'label1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:53:44: performance: Function parameter 'defaultval1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:53:66: performance: Function parameter 'tooltip1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:54:27: performance: Function parameter 'label2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:54:44: performance: Function parameter 'defaultval2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:54:66: performance: Function parameter 'tooltip2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:55:27: performance: Function parameter 'label3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:55:44: performance: Function parameter 'defaultval3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:55:66: performance: Function parameter 'tooltip3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:56:27: performance: Function parameter 'label4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:56:44: performance: Function parameter 'defaultval4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:56:66: performance: Function parameter 'tooltip4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:57:27: performance: Function parameter 'label5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:57:44: performance: Function parameter 'defaultval5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:57:66: performance: Function parameter 'tooltip5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:58:27: performance: Function parameter 'label6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:58:44: performance: Function parameter 'defaultval6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:58:66: performance: Function parameter 'tooltip6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:59:27: performance: Function parameter 'label7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:59:44: performance: Function parameter 'defaultval7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:59:66: performance: Function parameter 'tooltip7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:60:27: performance: Function parameter 'label8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:60:44: performance: Function parameter 'defaultval8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:60:66: performance: Function parameter 'tooltip8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:61:27: performance: Function parameter 'label9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:61:44: performance: Function parameter 'defaultval9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.h:61:66: performance: Function parameter 'tooltip9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/MaximaManual.h:93:66: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/MaximaManual.h:105:76: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/dialogs/FindReplaceDialog.h:57:31: performance: Function parameter 'strng' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Worksheet.h:638:34: performance: Function parameter 'version' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Worksheet.h:1172:28: performance: Function parameter 'text' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Worksheet.h:1464:28: performance: Function parameter 'xml' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Worksheet.h:1513:33: performance: Function parameter 'dir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Worksheet.h:1534:37: performance: Function parameter 'docdir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Worksheet.h:1534:54: performance: Function parameter 'maximaVersion' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Worksheet.h:1536:43: performance: Function parameter 'keyword' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/Worksheet.h:1538:36: performance: Function parameter 'keyword' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/StatusBar.h:99:31: performance: Function parameter 'statusText' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/EvaluationQueue.cpp:123: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] wxmaxima-Version-24.02.1/src/EvaluationQueue.cpp:175:45: 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] wxmaxima-Version-24.02.1/src/Configuration.cpp:64:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:67:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:611:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:619:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:627:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:638:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:639:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:640:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:641:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:642:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:643:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:644:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:645:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:646:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:647:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:648:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:649:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:651:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:653:15: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:688:15: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:741:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:745:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:746:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:747:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:748:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:749:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:751:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:752:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:753:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:754:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:758:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:761:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:762:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:770:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:771:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:772:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:773:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:774:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:775:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:776:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:777:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:778:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:779:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:780:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:782:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:783:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:784:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:785:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:786:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:787:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:788:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:791:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:799:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:800:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:801:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:802:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:803:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:804:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:809:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:810:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:811:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:812:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:813:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:818:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:819:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:820:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:821:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:822:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:823:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:826:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:827:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:828:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:829:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:830:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:831:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:832:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:833:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:838:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:845:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:848:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:850:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:852:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:854:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:858:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:860:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:861:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:863:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:865:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:867:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:869:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:870:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:871:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:872:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1197:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1287:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1315:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1319:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1320:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1321:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1322:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1323:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1324:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1325:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1326:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1327:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1328:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1329:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1330:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1332:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1337:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1339:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1545:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1546:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1547:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1548:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1549:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1550:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1552:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1554:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1555:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1556:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1557:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1558:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1559:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1561:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1562:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1563:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1564:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1565:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1566:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1567:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1568:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1569:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1570:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1571:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1572:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1573:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1574:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1575:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1576:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1577:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1578:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1579:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1580:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1582:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1583:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1584:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1585:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1586:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1587:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1588:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1589:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1590:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1591:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1592:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1593:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1594:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1595:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1596:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1597:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1599:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1600:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1601:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1602:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1603:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1604:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1605:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1606:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1607:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1608:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1609:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1610:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1611:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1612:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1613:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1614:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1615:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1616:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1617:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1618:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1619:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1620:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1621:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1622:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1623:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1624:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1625:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/Configuration.cpp:1098:21: style: Unused private function: 'Configuration::CharsExistInFont' [unusedPrivateFunction] wxmaxima-Version-24.02.1/src/Configuration.h:1121:8: note: Unused private function: 'Configuration::CharsExistInFont' wxmaxima-Version-24.02.1/src/Configuration.cpp:1098:21: note: Unused private function: 'Configuration::CharsExistInFont' wxmaxima-Version-24.02.1/src/Configuration.cpp:1518:21: performance:inconclusive: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). [functionStatic] wxmaxima-Version-24.02.1/src/Configuration.h:977:8: note: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). wxmaxima-Version-24.02.1/src/Configuration.cpp:1518:21: note: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). wxmaxima-Version-24.02.1/src/Configuration.cpp:675:30: style: Variable 'node' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/Configuration.cpp:1159:0: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/Image.cpp:54:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_configuration [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:59:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_configuration [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:84:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_configuration [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:94:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_svgImage [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:102:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_svgImage [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:121:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gnuplotSource [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:165:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_svgRast [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:186:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_compressedImage [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:193:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_originalWidth [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:200:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_originalHeight [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:208:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gnuplotSource [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:260:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gnuplotDataThreadRunning [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:300:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxZLIB_GZIP [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:340:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxZLIB_GZIP [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:449:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gnuplotSource_Compressed [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:456:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gnuplotData_Compressed [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:492:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gnuplotData [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:527:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gnuplotSource [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:571:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable write [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:643:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_width [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:694:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_originalWidth [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:756:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_extension [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:767:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_extension [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:774:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_fromWxFS [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:805:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_compressedImage [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:928:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_gnuplotDataThreadRunning [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Image.cpp:996:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/MathParser.h:86:3: debug: Failed to parse 'using MathCellFunc = std :: unique_ptr < Cell > ( MathParser :: * ) ( wxXmlNode * node ) ;'. The checking continues anyway. [simplifyUsing] wxmaxima-Version-24.02.1/src/MathParser.h:89:3: debug: Failed to parse 'using GroupCellFunc = std :: unique_ptr < GroupCell > ( MathParser :: * ) ( wxXmlNode * node ) ;'. The checking continues anyway. [simplifyUsing] wxmaxima-Version-24.02.1/src/Image.cpp:346:14: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Image.cpp:430:14: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Image.cpp:475:14: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Image.cpp:512:16: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Image.cpp:548:18: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Image.cpp:591:14: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Image.cpp:870:18: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Image.cpp:227:40: style: Variable 'threadNumLimit' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/Image.cpp:315:22: style: Variable 'dataFileName' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/Image.cpp:368:40: style: Variable 'threadNumLimit' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/MarkDown.cpp:57:30: 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] wxmaxima-Version-24.02.1/src/MarkDown.cpp:57:44: 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] wxmaxima-Version-24.02.1/src/MarkDown.cpp:73:26: 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] wxmaxima-Version-24.02.1/src/MarkDown.cpp:114:27: 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] wxmaxima-Version-24.02.1/src/MarkDown.cpp:114:48: 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] wxmaxima-Version-24.02.1/src/MarkDown.cpp:120:26: 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] wxmaxima-Version-24.02.1/src/MarkDown.cpp:120:49: 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] wxmaxima-Version-24.02.1/src/MarkDown.cpp:180:32: 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] wxmaxima-Version-24.02.1/src/MarkDown.cpp:115:22: style: Variable 'st' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/MarkDown.cpp:153:22: style: Variable 'st' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/MarkDown.cpp:51:14: style: Unused variable: quotingStart [unusedVariable] wxmaxima-Version-24.02.1/src/Maxima.cpp:75:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxSOCKET_INPUT_FLAG [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Maxima.cpp:91:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_TIMER [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Maxima.cpp:125:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxSOCKET_WOULDBLOCK [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Maxima.cpp:154:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVT_MAXIMA [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Maxima.cpp:187:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVT_MAXIMA [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Maxima.cpp:268:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVT_MAXIMA [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/Maxima.cpp:233: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] wxmaxima-Version-24.02.1/src/Maxima.cpp:328:31: 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] wxmaxima-Version-24.02.1/src/Maxima.cpp:56:3: performance: Variable 'm_abortReaderThread' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] wxmaxima-Version-24.02.1/src/Maxima.cpp:192:10: style: The scope of the variable 'ch' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/Maxima.cpp:154:22: style: Local variable 'event' shadows outer argument [shadowArgument] wxmaxima-Version-24.02.1/src/Maxima.cpp:147:41: note: Shadowed declaration wxmaxima-Version-24.02.1/src/Maxima.cpp:154:22: note: Shadow variable wxmaxima-Version-24.02.1/src/Maxima.cpp:160:22: style: Local variable 'event' shadows outer argument [shadowArgument] wxmaxima-Version-24.02.1/src/Maxima.cpp:147:41: note: Shadowed declaration wxmaxima-Version-24.02.1/src/Maxima.cpp:160:22: note: Shadow variable wxmaxima-Version-24.02.1/src/Maxima.cpp:191:12: style: Unused variable: line [unusedVariable] wxmaxima-Version-24.02.1/src/Maxima.cpp:252:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] wxmaxima-Version-24.02.1/src/Maxima.cpp:276:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator] wxmaxima-Version-24.02.1/src/MathParser.cpp:472:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/MathParser.cpp:631:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/MathParser.cpp:892:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/MathParser.cpp:1287:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/MathParser.cpp:1333:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/MaximaIPC.cpp:108:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEventType [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.h:158:8: style:inconclusive: Either there is a missing 'override', or the member function 'wxMaxima::DocumentSaved' can be const. [functionConst] wxmaxima-Version-24.02.1/src/wxMaxima.h:713:12: style:inconclusive: Either there is a missing 'override', or the member function 'wxMaxima::GetCWD' can be const. [functionConst] wxmaxima-Version-24.02.1/src/wxMaxima.h:90:12: style: The destructor '~wxMaxima' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] wxmaxima-Version-24.02.1/src/wxMaximaFrame.h:74:12: note: Virtual destructor in base class wxmaxima-Version-24.02.1/src/wxMaxima.h:90:12: note: Destructor in derived class wxmaxima-Version-24.02.1/src/wxMaxima.h:107:19: performance: Function 'ExtraMaximaArgs()' should return member 'm_extraMaximaArgs' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/wxMaxima.h:187:25: performance: Function 'Get_Maxima_Commandline_Filename()' should return member 'maxima_command_line_filename' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/wxMaxima.h:713:12: performance: Function 'GetCWD()' should return member 'm_CWD' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/MathParser.h:67:30: performance: Function parameter 'label' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.h:85:53: performance: Function parameter 'title' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.h:87:27: performance: Function parameter 'initialWorksheetContents' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.h:162:27: performance: Function parameter 'file' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.h:185:56: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/MathParser.h:184:57: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/MathParser.h:188:51: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/MathParser.h:192:50: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/MathParser.h:194:60: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/MathParser.h:196:57: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/MathParser.cpp:83: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] wxmaxima-Version-24.02.1/src/MathParser.cpp:320: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] wxmaxima-Version-24.02.1/src/MathParser.cpp:456:46: 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] wxmaxima-Version-24.02.1/src/MathParser.cpp:891:23: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/MathParser.cpp:909: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] wxmaxima-Version-24.02.1/src/MathParser.cpp:1270:10: 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] wxmaxima-Version-24.02.1/src/cells/VisiblyInvalidCell.h:41:12: style: The destructor '~VisiblyInvalidCell' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] wxmaxima-Version-24.02.1/src/cells/TextCell.h:42:12: note: Virtual destructor in base class wxmaxima-Version-24.02.1/src/cells/VisiblyInvalidCell.h:41:12: note: Destructor in derived class wxmaxima-Version-24.02.1/src/cells/ImgCell.h:112:12: performance: Function 'GetOrigImageFile()' should return member 'm_origImageFile' by const reference. [returnByReference] wxmaxima-Version-24.02.1/src/MathParser.cpp:988:23: warning: %c in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint] wxmaxima-Version-24.02.1/src/MathParser.cpp:757:12: style: The scope of the variable 'pos' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/ImgCell.h:116:34: performance: Function parameter 'file' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/MathParser.cpp:1186:11: style: Variable 'tagName' can be declared as reference to const [constVariableReference] wxmaxima-Version-24.02.1/src/MathParser.cpp:170:67: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseVariableNameTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:106:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:170:67: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:183:69: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseHiddenOperatorTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:141:42: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:183:69: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:189:61: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseOutputTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:147:47: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:189:61: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:194:58: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseMtdTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:148:44: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:194:58: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:278:63: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseMiscTextTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:108:42: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:278:63: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:295:64: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseAnimationTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:143:46: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:295:64: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:363:60: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseImageTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:142:44: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:363:60: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:440:66: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseOutputLabelTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:138:44: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:440:66: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:467:58: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseMthTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:149:45: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:467:58: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:476:61: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseStringTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:139:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:476:61: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:789:68: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseMmultiscriptsTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:131:54: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.cpp:789:68: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.cpp:956:46: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/MathParser.cpp:974:55: style: Parameter 'node' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/MathParser.cpp:1280:16: style: Variable 'doc' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/MathParser.h:184:57: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseOperatorNameTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:107:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.h:184:57: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.h:188:51: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseNumberTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:110:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.h:188:51: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.h:192:50: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseGreekTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:119:42: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.h:192:50: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.h:194:60: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseSpecialConstantTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:120:42: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.h:194:60: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MathParser.h:196:57: style: Parameter 'node' can be declared as pointer to const. However it seems that 'ParseFunctionNameTag' is a callback function, if 'node' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/MathParser.cpp:121:44: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/MathParser.h:196:57: note: Parameter 'node' can be declared as pointer to const wxmaxima-Version-24.02.1/src/MaximaManual.cpp:297:15: warning: Return value of function newItemName.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:172:33: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:236:43: 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] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:237:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:487:18: 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] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:47:3: performance: Variable 'm_abortBackgroundTask' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:154:15: style: The scope of the variable 'foundAnchorsTotal' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:173:19: style: The scope of the variable 'foundAnchors' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:149:52: performance: Function parameter 'maximaHtmlDir' should be passed by const reference. However it seems that 'CompileHelpFileAnchors' is a callback function. [passedByValueCallback] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:548:67: note: Function pointer used here. wxmaxima-Version-24.02.1/src/MaximaManual.cpp:149:52: note: Function parameter 'maximaHtmlDir' should be passed by const reference. However it seems that 'CompileHelpFileAnchors' is a callback function. wxmaxima-Version-24.02.1/src/MaximaManual.cpp:150:52: performance: Function parameter 'maximaVersion' should be passed by const reference. However it seems that 'CompileHelpFileAnchors' is a callback function. [passedByValueCallback] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:548:67: note: Function pointer used here. wxmaxima-Version-24.02.1/src/MaximaManual.cpp:150:52: note: Function parameter 'maximaVersion' should be passed by const reference. However it seems that 'CompileHelpFileAnchors' is a callback function. wxmaxima-Version-24.02.1/src/MaximaManual.cpp:151:52: performance: Function parameter 'saveName' should be passed by const reference. However it seems that 'CompileHelpFileAnchors' is a callback function. [passedByValueCallback] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:548:67: note: Function pointer used here. wxmaxima-Version-24.02.1/src/MaximaManual.cpp:151:52: note: Function parameter 'saveName' should be passed by const reference. However it seems that 'CompileHelpFileAnchors' is a callback function. wxmaxima-Version-24.02.1/src/MaximaManual.cpp:526:49: performance: Function parameter 'docdir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:527:49: performance: Function parameter 'maximaVersion' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:141:22: style: Variable 'cmdName' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:141:14: style: Variable 'cmdName' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/MaximaManual.cpp:207:30: style: Variable 'oldToken' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/RecentDocuments.cpp:71:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/RecentDocuments.cpp:82:7: warning: Return value of function fle.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/RecentDocuments.cpp:26:43: performance: Function parameter 'documentType' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/RecentDocuments.cpp:32:17: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/RecentDocuments.cpp:33:12: style: Unused variable: fileName [unusedVariable] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:45:22: 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] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:47:38: 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] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:62: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] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:64:40: 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] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:99:27: 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] wxmaxima-Version-24.02.1/src/MaximaTokenizer.cpp:91:22: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/MaximaTokenizer.cpp:238:30: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/MaximaTokenizer.cpp:238:62: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/MaximaTokenizer.cpp:256:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/MaximaTokenizer.cpp:261:22: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:34:35: performance: Function parameter 'regex' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:41:51: performance: Function parameter 'string' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:80:58: performance: Function parameter 'replacement' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/RegexSearch.cpp:85:59: performance: Function parameter 'string' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/MaximaTokenizer.cpp:350:7: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] wxmaxima-Version-24.02.1/src/MaximaTokenizer.cpp:355:43: performance: Function parameter 'commands' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/StatusBar.cpp:100:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_LEFT_DCLICK [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/SvgBitmap.cpp:158:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxBITMAP_SCREEN_DEPTH [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/SvgPanel.cpp:42:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/SvgBitmap.cpp:72:55: performance: Function parameter 'data' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/ToolBar.cpp:141:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/ToolBar.cpp:210:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/WXMformat.cpp:466: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] wxmaxima-Version-24.02.1/src/WXMformat.cpp:468: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] wxmaxima-Version-24.02.1/src/cells/AnimationCell.cpp:308:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PEN_RED [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/AnimationCell.cpp:467:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/AnimationCell.cpp:496:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable write [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/AtCell.cpp:55:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_MIN_SIZE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/AnimationCell.cpp:199:12: style: The scope of the variable 'gnuplotFilename' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/AnimationCell.cpp:200:12: style: The scope of the variable 'dataFilename' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/AnimationCell.cpp:98:14: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/cells/AnimationCell.cpp:172:11: style: Unused variable: images [unusedVariable] wxmaxima-Version-24.02.1/src/cells/AnimationCell.cpp:187:11: style: Unused variable: images [unusedVariable] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:51:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:321:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PEN_TRANSPARENT [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:339:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:354:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:467:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:484:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:519:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:570:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:836:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:1119:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/CellList.h:122:23: error:inconclusive: Returning pointer that will be invalid when returning. [returnDanglingLifetime] wxmaxima-Version-24.02.1/src/cells/CellList.cpp:48:10: note: Return pointer. wxmaxima-Version-24.02.1/src/cells/CellList.cpp:46:35: note: Raw pointer to smart pointer created here. wxmaxima-Version-24.02.1/src/cells/CellList.h:123:66: note: Passed to 'base_DynamicAppend'. wxmaxima-Version-24.02.1/src/cells/CellList.h:122:40: note: Passed to 'move'. wxmaxima-Version-24.02.1/src/cells/CellList.h:122:23: note: Returning pointer that will be invalid when returning. wxmaxima-Version-24.02.1/src/cells/CellPtr.cpp:164:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIXPTR [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:820:41: portability: Non-standard character literal '\u009F'. code point too large [nonStandardCharLiteral] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:764:55: 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] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:770:55: 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] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:816:24: 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] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:840:32: 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] wxmaxima-Version-24.02.1/src/cells/Cell.cpp:0:0: error: Internal Error. MathLib::toDoubleNumber: characterLiteralToLL('\u009F') => code point too large [internalError] [...]/temp/wxmaxima-Version-24.02.1/src/cells/Cell.cpp:0:0: note: Internal Error. MathLib::toDoubleNumber: characterLiteralToLL('\u009F') => code point too large wxmaxima-Version-24.02.1/src/cells/Cell.cpp:0:0: note: Internal Error. MathLib::toDoubleNumber: characterLiteralToLL('\u009F') => code point too large wxmaxima-Version-24.02.1/src/cells/DigitCell.cpp:50:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cellText [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/DigitCell.cpp:64:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/DigitCell.h:38:12: style: The destructor '~DigitCell' overrides a destructor in a base class but is not marked with a 'override' specifier. [missingOverride] wxmaxima-Version-24.02.1/src/cells/TextCell.h:42:12: note: Virtual destructor in base class wxmaxima-Version-24.02.1/src/cells/DigitCell.h:38:12: note: Destructor in derived class wxmaxima-Version-24.02.1/src/cells/ExptCell.cpp:80:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/ExptCell.cpp:92:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_MIN_SIZE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/ExptCell.cpp:75:17: style: Unused variable: pw [unusedVariable] wxmaxima-Version-24.02.1/src/cells/FontVariantCache.cpp:84:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/FontVariantCache.cpp:26:45: performance: Function parameter 'fontName' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/FracCell.cpp:93:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_MIN_SIZE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:599:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:765:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PEN_TRANSPARENT [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1543:86: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:217:15: debug: Failed to instantiate template "static_unique_ptr_cast". The checking continues anyway. [templateInstantiation] wxmaxima-Version-24.02.1/src/cells/ImgCell.cpp:136:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:256:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:265:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:585:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_LINE_SKIP [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:609:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:626:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:654:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_LINE_SKIP [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:715:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_LINE_SKIP [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:779:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1095:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_NUMERIC [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:135:51: 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] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:225: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] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1070:32: 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] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1256:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1012:16: style: The scope of the variable 'file' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:994:36: performance: Function parameter 'imgDir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:994:53: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1081:44: performance: Function parameter 'imgDir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1081:61: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1165:58: performance: Function parameter 'imgDir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1165:75: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1089:11: style: Variable 'old_lc_numeric' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:1431:9: style: Variable 'cell' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/cells/GroupCell.cpp:288:18: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:113:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_MIN_SIZE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:192:12: style: The scope of the variable 'to' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:193:12: style: The scope of the variable 'from' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:214:12: style: The scope of the variable 'to' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:215:12: style: The scope of the variable 'from' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:228:12: style: The scope of the variable 'to' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:229:12: style: The scope of the variable 'from' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:185:9: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/cells/IntCell.cpp:208:9: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/cells/LabelCell.cpp:66:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/LabelCell.cpp:179:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/LabelCell.cpp:36:31: performance: Function parameter 'automaticLabel' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:123:19: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:124:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:124:69: 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] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:127:21: 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] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:129:21: 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] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:144:19: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:145:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:145:69: 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] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:148:21: 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] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:150:21: 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] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:176:17: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:178:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:178:41: 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] wxmaxima-Version-24.02.1/src/cells/LimitCell.cpp:185:12: style: The scope of the variable 'base' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/cells/LongNumberCell.cpp:98:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable numberStart [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/LongNumberCell.cpp:126:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/ListCell.cpp:173:38: 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] wxmaxima-Version-24.02.1/src/cells/ListCell.cpp:174:37: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/cells/LongNumberCell.cpp:53:24: 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] wxmaxima-Version-24.02.1/src/cells/LongNumberCell.cpp:60:69: 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] wxmaxima-Version-24.02.1/src/cells/MatrCell.cpp:64:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_MIN_SIZE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/MatrCell.cpp:112:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable center [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3768:15: warning: Return value of function varsRegex.GetMatch() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3778:15: warning: Return value of function varsRegex.GetMatch() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:147:25: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:162:21: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:229:32: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:274:25: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:276: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:277:26: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:283:19: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:300:25: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:302: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:303:26: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:309:19: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:354:33: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:494:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:544: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:560:12: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:572:25: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:573:22: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1083: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1246:18: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1257:18: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1302:22: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1320:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1320:49: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1320:71: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1340:43: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1353:32: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1353:67: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1357:49: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1366:21: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1445:30: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1451: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1455:30: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1459:27: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1465:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1476:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1492:22: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1494:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1552:22: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1573:22: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1649:39: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1652:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1653:20: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1653:59: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1661:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1662:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1662:40: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1676:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1677:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1677:44: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1683:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1684:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1684:44: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1690:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1691:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1691:44: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1707:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1708:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1708:40: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1720:24: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1722:31: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1723:24: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1723:46: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1728:32: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1739:31: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1740:24: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1740:48: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1756:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1757:22: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1757:48: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1763:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1764:22: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1764:48: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1770:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1771:22: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1771:48: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1798:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1805:32: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1806:30: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1812:39: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1813:32: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1813:56: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1818:35: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1819:28: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1819:48: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1832:31: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1833:24: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1833:46: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1849:31: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1850:24: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1850:46: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1851:26: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1855:26: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1856:33: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1857:26: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1857:54: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1860:40: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1927:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1928:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1929:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1929:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1934:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1935:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1936:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1936:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1941:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1942:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1943:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1943:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1948:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1949:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1950:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1950:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1955:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1956:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1957:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1957:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1962:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1963:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1964:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1964:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1969:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1970:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1971:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1971:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1976:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1977:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1977:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1994:21: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1995:14: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1995:49: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2002:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2003:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2003:53: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2006:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2007:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2007:53: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2010:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2011:18: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2011:53: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2014:39: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2016:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2017:20: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2017:55: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2019:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2020:20: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2020:55: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2023:39: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2025:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2026:20: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2026:55: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2029:39: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2031:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2032:20: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2032:55: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2035:39: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2037:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2038:20: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2038:55: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2047:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2051:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2052:22: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2052:61: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2061:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2061:68: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2104: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2146: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2291:47: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2368: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2385:38: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2397:32: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2406: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2411:26: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2417:30: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2471:33: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2475:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2482:52: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2490:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2494: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2496: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2497: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2504:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2508:30: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2508:67: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2511: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2514: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2521:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2521:59: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2530:12: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2542:19: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2543:19: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2544:19: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2544:52: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2545:54: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2550: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2551: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2630: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2631:18: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2632:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2670:12: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2670:45: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2670:67: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2762: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2764:24: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2896:30: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3049:40: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3054:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3064:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3068:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3084:40: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3099:31: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3109:33: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3135: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3136:23: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3164:39: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3164:63: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3182:45: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3182:69: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3217:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3227:35: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3318:31: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3322:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3329:31: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3334:27: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3378:32: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3378:59: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3442:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3451: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3466:35: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3467:26: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3483:26: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3497:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3507:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3518:87: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3520:56: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3527:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3546: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3554:35: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3555:26: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3565:26: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3578: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3599:29: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3617: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3620: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3627:49: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3633:14: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3636:14: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3641:29: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3642:30: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3642:50: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3648: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3700:17: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3710: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3716: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3722: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3728: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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3790:25: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3796:25: 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] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3376:27: warning: Either the condition 'pos>=0' is redundant or src.Left() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3375:16: note: Assuming that condition 'pos>=0' is not redundant wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3376:27: note: Invalid argument wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:189:22: style:inconclusive: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:106:12: note: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:189:22: note: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2259:18: style:inconclusive: Technically the member function 'EditorCell::PositionToXY' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:229:8: note: Technically the member function 'EditorCell::PositionToXY' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2259:18: note: Technically the member function 'EditorCell::PositionToXY' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2279:20: style:inconclusive: Technically the member function 'EditorCell::XYToPosition' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:232:10: note: Technically the member function 'EditorCell::XYToPosition' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2279:20: note: Technically the member function 'EditorCell::XYToPosition' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2548:22: style:inconclusive: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:457:12: note: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2548:22: note: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:954:22: style:inconclusive: Technically the member function 'EditorCell::GetCurrentCommand' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:460:12: note: Technically the member function 'EditorCell::GetCurrentCommand' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:954:22: note: Technically the member function 'EditorCell::GetCurrentCommand' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1164:20: style:inconclusive: Technically the member function 'EditorCell::GetIndentDepth' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:604:10: note: Technically the member function 'EditorCell::GetIndentDepth' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1164:20: note: Technically the member function 'EditorCell::GetIndentDepth' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1056:12: style: Condition 'ch=m_text.end()' is always false [knownConditionTrueFalse] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3038:40: note: Assuming that condition 'nextChar>=m_text.end()' is not redundant wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3082:41: note: Condition 'nextChar>=m_text.end()' is always false wxmaxima-Version-24.02.1/src/cells/MatrCell.cpp:420:7: style: Redundant initialization for 's'. The initialized value is overwritten before it is read. [redundantInitialization] wxmaxima-Version-24.02.1/src/cells/MatrCell.cpp:418:14: note: s is initialized wxmaxima-Version-24.02.1/src/cells/MatrCell.cpp:420:7: note: s is overwritten wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1525:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1561:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1164:44: performance: Function parameter 'text' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2780:70: performance: Function parameter 'entry' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2814:45: performance: Function parameter 'text' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:762:20: style: Variable 'br' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2593:10: warning: Either the condition 'it!=m_text.end()' is redundant or there is possible dereference of an invalid iterator: it. [derefInvalidIteratorRedundantCheck] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2595:14: note: Assuming that condition 'it!=m_text.end()' is not redundant wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2593:10: note: Dereference of an invalid iterator wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:344:21: style: Variable 'text' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:344:16: style: Variable 'text' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2324:12: style: Unused variable: s [unusedVariable] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2443:12: style: Unused variable: s [unusedVariable] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2952:12: style: Unused variable: lastTokenWithText [unusedVariable] wxmaxima-Version-24.02.1/src/cells/ParenCell.cpp:96:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ascii [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/ParenCell.cpp:280:38: 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] wxmaxima-Version-24.02.1/src/cells/ParenCell.cpp:281:37: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/cells/SetCell.cpp:125:38: 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] wxmaxima-Version-24.02.1/src/cells/SetCell.cpp:126:37: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/cells/SubCell.cpp:56:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_MIN_SIZE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/SubCell.cpp:77:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_EXP_INDENT [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/SubCell.cpp:113:12: 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] wxmaxima-Version-24.02.1/src/cells/SubCell.cpp:117: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] wxmaxima-Version-24.02.1/src/cells/SubSupCell.cpp:110:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_MIN_SIZE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/SubSupCell.cpp:166:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_EXP_INDENT [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/SumCell.cpp:172:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_MIN_SIZE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/SumCell.cpp:269:10: 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] wxmaxima-Version-24.02.1/src/cells/SumCell.cpp:225:9: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/cells/SumCell.cpp:247:9: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:55:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:62:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:241:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:328:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:355:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_ITALIC [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:372:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:464:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:489:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TEXT_PADDING [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:335:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:336:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:337:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:338:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:339:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:340:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:341:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:342:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:343:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/cells/TextStyle.cpp:297:34: style: Parameter 'config' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:51:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxRE_READONLY [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:104:21: warning: Return value of function issueLink.GetMatch() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:78: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] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:92:38: 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] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:105:33: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:106:44: 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] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:108:33: 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] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:109:30: 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] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:57:17: style: Variable 'bullet' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/dialogs/ChangeLogDialog.cpp:45:12: style: Unused variable: licenseText [unusedVariable] wxmaxima-Version-24.02.1/src/dialogs/FindReplaceDialog.cpp:51:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/FindReplacePane.cpp:104:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_MATCHCASE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/FindReplacePane.cpp:153:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_FIND_NEXT [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/FindReplacePane.cpp:164:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_FIND_REPLACE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/FindReplacePane.cpp:176:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_FIND_REPLACE_ALL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/FindReplacePane.cpp:188:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_DOWN [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/FindReplacePane.cpp:200:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_MATCHCASE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/FindReplacePane.cpp:206:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_MATCHCASE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/LicenseDialog.cpp:98:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/LicenseDialog.cpp:116:17: style: Variable 'pTextCtrl' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/dialogs/MaxSizeChooser.h:40:10: style:inconclusive: Either there is a missing 'override', or the member function 'MaxSizeChooser::GetMaxWidth' can be const. [functionConst] wxmaxima-Version-24.02.1/src/dialogs/MaxSizeChooser.h:45:10: style:inconclusive: Either there is a missing 'override', or the member function 'MaxSizeChooser::GetHeightList' can be const. [functionConst] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:78:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:107:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPROPSHEET_LISTBOOK [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:607:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPanel [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1060:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPanel [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1193:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPanel [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1324:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPanel [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1778:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPanel [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1844:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPanel [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1927:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPanel [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2553:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ResolutionChooser.h:39:10: style:inconclusive: Either there is a missing 'override', or the member function 'ResolutionChooser::GetResolution' can be const. [functionConst] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:333:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:260:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:298:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:312:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:318:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:319:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:390:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:391:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/TipOfTheDay.cpp:397:17: style: Variable 'pTextCtrl' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:227:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1588:18: warning: Return value of function popupMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2024:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2077:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2083:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2235:17: warning: Return value of function startupFile.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2260:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2267:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2398:12: warning: Return value of function dst->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2403:12: warning: Return value of function dst->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2408:12: warning: Return value of function dst->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2413:12: warning: Return value of function dst->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2511:11: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/graphical_io/BitmapOut.cpp:40:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxNullPen [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/graphical_io/BitmapOut.cpp:92:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxNullPen [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/graphical_io/BitmapOut.cpp:105:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TS_TEXT_BACKGROUND [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/graphical_io/BitmapOut.cpp:116:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2269:34: style: This function is deprecated. Please use 'wxFileName::SplitPath()' instead. [prohibitedwxFileNameFromPathCalled] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2277:12: 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] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2292:20: style: This function is deprecated. Please use 'wxFileName::SplitPath()' instead. [prohibitedwxFileNameFromPathCalled] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2300:12: 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] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.h:90:3: style: Class 'ConfigDialogue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:56:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handdrawn [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:99:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_TYPE_GROUP [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:170:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_LINE_SKIP [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:198:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MC_LINE_SKIP [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:152:17: performance:inconclusive: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). [functionStatic] wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.h:112:8: note: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:152:17: note: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). wxmaxima-Version-24.02.1/src/graphical_io/Printout.cpp:84:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BRUSH_WHITE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2386:42: performance: Function parameter 'dir' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1565:60: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnMouseMotion_MaximaEnv' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1536:86: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1565:60: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1575:57: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnMaximaEnvRightClick' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1533:68: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1575:57: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1656:51: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnNewEnvMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1603:63: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:1656:51: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2466:49: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnCheckbox' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:255:49: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2466:49: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2509:51: style: Parameter 'event' can be declared as reference to const [constParameterReference] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2515:47: style: Parameter 'event' can be declared as reference to const. However it seems that 'LoadSave' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:924:69: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2515:47: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:225:17: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2022:17: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2265:17: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/graphical_io/Printout.cpp:189:11: style: The scope of the variable 'pageStart' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/graphical_io/Printout.cpp:189:21: style: Variable 'pageStart' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/dialogs/ConfigDialogue.cpp:2093:17: style: Unused variable: out [unusedVariable] wxmaxima-Version-24.02.1/src/graphical_io/SVGout.cpp:72:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxDefaultSize [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/graphical_io/SVGout.cpp:49:12: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:235:16: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:236:16: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:237:16: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:238:16: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:250:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:256:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:261:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:264:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:320:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:324:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:341:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:346:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:352:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:356:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:540:18: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:541:39: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:552:55: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:553:24: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:554:32: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:555:33: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:557:51: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:598: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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:608:55: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:609:24: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:610:32: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:611:33: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:613:51: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:821:40: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:823:24: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:823:64: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:977:27: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:977:45: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:991: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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:1002: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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:1005:17: 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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:1016: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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:1262: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] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:555:42: warning: Either the condition 'text.Length()>0' is redundant or text.Left() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:552:64: note: Assuming that condition 'text.Length()>0' is not redundant wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:555:42: note: Invalid argument wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:611:42: warning: Either the condition 'text.Length()>0' is redundant or text.Left() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:608:64: note: Assuming that condition 'text.Length()>0' is not redundant wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:611:42: note: Invalid argument wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:498:16: style:inconclusive: Technically the member function 'TextCell::SetFont' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/TextCell.h:60:8: note: Technically the member function 'TextCell::SetFont' can be const. wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:498:16: note: Technically the member function 'TextCell::SetFont' can be const. wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:989:32: style: Condition 'GetTextStyle()==TS_GREEK_CONSTANT' is always false [knownConditionTrueFalse] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:990:32: style: Condition 'GetTextStyle()==TS_SPECIAL_CONSTANT' is always false [knownConditionTrueFalse] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:1012:23: style: Condition 'GetTextStyle()!=TS_GREEK_CONSTANT' is always true [knownConditionTrueFalse] wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:1012:64: style: Condition 'GetTextStyle()!=TS_SPECIAL_CONSTANT' is always true [knownConditionTrueFalse] wxmaxima-Version-24.02.1/src/sidebars/ButtonWrapSizer.cpp:45:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxDefaultSize [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/DrawSidebar.cpp:35:48: style:inconclusive: Function 'DrawSidebar' argument 2 names different: declaration 'id' definition 'ID'. [funcArgNamesDifferent] wxmaxima-Version-24.02.1/src/sidebars/DrawSidebar.h:41:46: note: Function 'DrawSidebar' argument 2 names different: declaration 'id' definition 'ID'. wxmaxima-Version-24.02.1/src/sidebars/DrawSidebar.cpp:35:48: note: Function 'DrawSidebar' argument 2 names different: declaration 'id' definition 'ID'. wxmaxima-Version-24.02.1/src/sidebars/GreekSidebar.cpp:75:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/GreekSidebar.cpp:87:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable menu_showLatinGreekLookalikes [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/GreekSidebar.cpp:226:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable menu_showLatinGreekLookalikes [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/GreekSidebar.cpp:85:43: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/sidebars/GreekSidebar.cpp:218:78: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/sidebars/GreekSidebar.cpp:85:43: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/sidebars/History.cpp:256:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable write [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.cpp:131:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REGEX_EVENT [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.cpp:98:44: 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] wxmaxima-Version-24.02.1/src/sidebars/History.cpp:119:17: warning: Return value of function popupMenu.AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/sidebars/History.cpp:125:15: warning: Return value of function popupMenu.AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.cpp:32:84: performance: Function parameter 'configName' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.cpp:149:40: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.cpp:38:56: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.cpp:149:40: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/sidebars/RegexCtrl.cpp:87:19: style: Unused variable: regex [unusedVariable] wxmaxima-Version-24.02.1/src/sidebars/History.cpp:237:37: performance: Function parameter 'saveplace' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/History.cpp:166:38: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/sidebars/History.cpp:66:54: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/sidebars/History.cpp:166:38: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/sidebars/History.cpp:88:30: style: Variable 'node' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/sidebars/History.cpp:104:12: style: Unused variable: number [unusedVariable] wxmaxima-Version-24.02.1/src/sidebars/StatSidebar.h:40:3: style: Class 'StatSidebar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] wxmaxima-Version-24.02.1/src/sidebars/SymbolsSidebar.cpp:150:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/SymbolsSidebar.cpp:155:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable enable_unicodePane [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:204:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_MENU [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:213:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:230:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GC_TYPE_TITLE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:494:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable popid_tocMoveIn [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:84:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIDEBARKEYEVENT [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:104:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable popid_addToSymbols [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:131:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:540:16: warning: Return value of function popupMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:157:26: 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] wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:78:45: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnTimer' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:73:61: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/sidebars/TableOfContents.cpp:78:45: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:79:44: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnDClick' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:66:54: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:79:44: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:90:48: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnRightClick' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:68:54: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:90:48: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/sidebars/UnicodeSidebar.cpp:147:16: style: Variable 'regex' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:153:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable popid_var_addAll [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:271:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable popid_var_newVar [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/sidebars/XmlInspector.cpp:159:42: performance: Function parameter 'text' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/XmlInspector.cpp:169:44: performance: Function parameter 'text' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:222:14: warning: Return value of function popupMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:373:25: 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] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:408:25: 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] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:422:11: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:291:44: performance: Function parameter 'var' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:291:58: performance: Function parameter 'val' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:303:48: performance: Function parameter 'var' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:331:45: performance: Function parameter 'var' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:346:43: performance: Function parameter 'code' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:361:39: performance: Function parameter 'watch' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:175:47: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnRightClick' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:65:53: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:175:47: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:247:47: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnTextChange' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:60:53: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/sidebars/VariablesPane.cpp:247:47: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wizards/ActualValuesStorageWiz.cpp:80:57: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnValueChange' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wizards/ActualValuesStorageWiz.cpp:57:62: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wizards/ActualValuesStorageWiz.cpp:80:57: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wizards/Gen1Wiz.h:58:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen1Wiz.cpp:93:31: performance: Function parameter 'label' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen1Wiz.cpp:93:47: performance: Function parameter 'title' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen1Wiz.cpp:94:31: performance: Function parameter 'value' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen2Wiz.h:57:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen2Wiz.h:58:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen3Wiz.h:67:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen3Wiz.h:68:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen3Wiz.h:69:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen4Wiz.h:72:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen4Wiz.h:73:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen4Wiz.h:74:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen4Wiz.h:75:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen5Wiz.h:77:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen5Wiz.h:78:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen5Wiz.h:79:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen5Wiz.h:80:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/Gen5Wiz.h:81:34: performance: Function parameter 'toolTip' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:333:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_BUTTON [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wizards/IntegrateWiz.cpp:195: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] wxmaxima-Version-24.02.1/src/wizards/IntegrateWiz.cpp:210: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] wxmaxima-Version-24.02.1/src/wizards/IntegrateWiz.cpp:190:45: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wizards/IntegrateWiz.cpp:51:71: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wizards/IntegrateWiz.cpp:190:45: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:175:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:177:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:179:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:181:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:183:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:185:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:197:18: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:345:30: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:57:79: performance: Function parameter 'label1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:58:35: performance: Function parameter 'defaultval1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:58:57: performance: Function parameter 'tooltip1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:58:76: performance: Function parameter 'label2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:59:35: performance: Function parameter 'defaultval2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:59:57: performance: Function parameter 'tooltip2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:59:76: performance: Function parameter 'label3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:60:35: performance: Function parameter 'defaultval3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:60:57: performance: Function parameter 'tooltip3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:60:76: performance: Function parameter 'label4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:61:35: performance: Function parameter 'defaultval4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:61:57: performance: Function parameter 'tooltip4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:61:76: performance: Function parameter 'label5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:62:35: performance: Function parameter 'defaultval5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:62:57: performance: Function parameter 'tooltip5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:62:76: performance: Function parameter 'label6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:63:35: performance: Function parameter 'defaultval6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:63:57: performance: Function parameter 'tooltip6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:63:76: performance: Function parameter 'label7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:64:35: performance: Function parameter 'defaultval7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:64:57: performance: Function parameter 'tooltip7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:64:76: performance: Function parameter 'label8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:65:35: performance: Function parameter 'defaultval8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:65:57: performance: Function parameter 'tooltip8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:65:76: performance: Function parameter 'label9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:66:35: performance: Function parameter 'defaultval9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/GenWizPanel.cpp:66:57: performance: Function parameter 'tooltip9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/LimitWiz.cpp:135: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] wxmaxima-Version-24.02.1/src/wizards/ListSortWiz.cpp:37:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:412:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable height [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:33:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxDefaultPosition [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:193:13: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:193: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:204:9: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:204:24: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:222:18: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:229: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:233: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:240: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:247: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:254: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:258: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:265: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:272: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:279: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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:290:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:294:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:300:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:304:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:311:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:333:10: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:362:9: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:364:12: 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] wxmaxima-Version-24.02.1/src/wizards/Plot3dWiz.cpp:411:12: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:201:13: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:201: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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:217:9: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:217:24: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:234: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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:245: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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:252: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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:259: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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:263: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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:272:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:279:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:286:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:290:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:296:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:300:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:307:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:310:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:317:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:321:22: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:367:9: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:382:12: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:467:12: 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] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:417:45: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnPopupMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:39:44: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wizards/Plot2dWiz.cpp:417:45: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wizards/SeriesWiz.cpp:107: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] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:58:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable y [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:30:82: performance: Function parameter 'label1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:30:99: performance: Function parameter 'defaultval1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:31:53: performance: Function parameter 'tooltip1' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:31:72: performance: Function parameter 'label2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:31:89: performance: Function parameter 'defaultval2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:31:111: performance: Function parameter 'tooltip2' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:32:53: performance: Function parameter 'label3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:32:70: performance: Function parameter 'defaultval3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:32:92: performance: Function parameter 'tooltip3' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:32:111: performance: Function parameter 'label4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:33:53: performance: Function parameter 'defaultval4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:33:75: performance: Function parameter 'tooltip4' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:33:94: performance: Function parameter 'label5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:34:53: performance: Function parameter 'defaultval5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:34:75: performance: Function parameter 'tooltip5' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:34:94: performance: Function parameter 'label6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:35:53: performance: Function parameter 'defaultval6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:35:75: performance: Function parameter 'tooltip6' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:35:94: performance: Function parameter 'label7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:36:53: performance: Function parameter 'defaultval7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:36:75: performance: Function parameter 'tooltip7' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:36:94: performance: Function parameter 'label8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:37:53: performance: Function parameter 'defaultval8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:37:75: performance: Function parameter 'tooltip8' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:37:94: performance: Function parameter 'label9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:38:53: performance: Function parameter 'defaultval9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wizards/ScrollingGenWizPanel.cpp:38:75: performance: Function parameter 'tooltip9' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxImagePanel.cpp:45:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMathml.cpp:52:5: 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] wxmaxima-Version-24.02.1/src/wxMathml.cpp:100:5: 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] wxmaxima-Version-24.02.1/src/wxMathml.cpp:46:14: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/wxMathml.cpp:59:14: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/wxMathml.h:42:44: performance: Function parameter 'filename' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:792:48: warning: Invalid fmodf() argument nr 2. The value is 0 but the valid values are '!0.0'. [invalidFunctionArg] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:786:17: note: Assignment 'allDashLen=0', assigned value is 0 wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:787:18: note: Assuming condition is false wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:792:48: note: Invalid argument wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:622:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:626:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:958:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1049:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2644:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:3059:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:157:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1692:11: style: Redundant condition: The condition '*str' is redundant since '*str == '#'' is sufficient. [redundantCondition] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1783:6: style: Condition '!attr' is always false [knownConditionTrueFalse] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1870:8: style: Condition 'n>511' is always false [knownConditionTrueFalse] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1866:13: note: Assuming that condition 'str>start' is not redundant wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1867:4: note: str is incremented', new value is symbolic=start+1 wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1869:6: note: Assignment 'n=(int)(str-start)', assigned value is less than 2 wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1870:8: note: Condition 'n>511' is always false wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1877:8: style: Condition 'n>511' is always false [knownConditionTrueFalse] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1874:13: note: Assuming that condition 'val511' is always false wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:620:7: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:624:14: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:703:12: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:852:10: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:956:11: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1047:10: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1051:14: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1092:14: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2642:28: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2729:17: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2753:19: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2815:19: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:3033:9: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:3057:12: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:3061:16: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:155:23: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:200:10: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:256:16: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:271:16: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:282:17: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:300:15: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:849:29: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:850:29: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:868:8: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1385:17: style: C-style pointer casting [cstyleCast] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:263:7: style: The scope of the variable 'quote' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:568:12: style: The scope of the variable 'count' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:569:19: style: The scope of the variable 'a' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:569:22: style: The scope of the variable 'b' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:569:25: style: The scope of the variable 'c' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:723:8: style: The scope of the variable 'px' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:723:11: style: The scope of the variable 'py' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:723:15: style: The scope of the variable 'dx' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:723:18: style: The scope of the variable 'dy' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1095:12: style: The scope of the variable 'intPart' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1095:25: style: The scope of the variable 'fracPart' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1241:8: style: The scope of the variable 'rgbf' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1886:14: style: The scope of the variable 'start' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1887:14: style: The scope of the variable 'end' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2141:26: style: The scope of the variable 'a' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2260:6: style: The scope of the variable 'nargs' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2261:6: style: The scope of the variable 'rargs' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2262:7: style: The scope of the variable 'initPoint' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2265:7: style: The scope of the variable 'closedFlag' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:936:9: style: The scope of the variable 'x1' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1027:21: style: The scope of the variable 'gy' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1029:10: style: The scope of the variable 'cr' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1029:14: style: The scope of the variable 'cg' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1029:18: style: The scope of the variable 'cb' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1029:22: style: The scope of the variable 'ca' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1030:16: style: The scope of the variable 'c' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1072:21: style: The scope of the variable 'gx' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1072:25: style: The scope of the variable 'gy' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1072:29: style: The scope of the variable 'gd' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1074:10: style: The scope of the variable 'cr' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1074:14: style: The scope of the variable 'cg' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1074:18: style: The scope of the variable 'cb' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1074:22: style: The scope of the variable 'ca' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1075:16: style: The scope of the variable 'c' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1228:8: style: The scope of the variable 'r' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1228:15: style: The scope of the variable 'g' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1228:22: style: The scope of the variable 'b' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1228:41: style: The scope of the variable 'n' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1268:9: style: The scope of the variable 'j' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1293:15: style: The scope of the variable 'count' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:287:9: style: Local variable 'name' shadows outer variable [shadowVariable] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:260:8: note: Shadowed declaration wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:287:9: note: Shadow variable wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:267:64: performance: Function parameter 'pt' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/nanoSVGTest.cpp:43:26: style: Parameter 'argv' can be declared as const array [constParameter] wxmaxima-Version-24.02.1/src/nanoSVGTest.cpp:44:21: style: Variable 'image' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:503:50: style: Parameter 's' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:532:53: style: Parameter 's' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:540:77: style: Parameter 't' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:546:75: style: Parameter 't' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:554:36: style: Parameter 'pt' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:554:47: style: Parameter 'bounds' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:570:9: style: Variable 'v0' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:573:9: style: Variable 'v3' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:763:44: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:768:44: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:773:44: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:778:45: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:791:14: style: Variable 'attr' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:825:20: style: Variable 'stops' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:908:43: style: Parameter 't' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1092:8: style: Variable 'cur' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1950:76: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1962:76: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1974:65: style: Parameter 'cpy' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1974:77: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1983:53: style: Parameter 'cpx' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1983:77: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1993:43: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2022:45: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2052:42: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2086:44: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2134:75: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:3050:39: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:384:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:402:76: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:402:91: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:416:92: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:434:94: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:456:93: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:492:94: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:492:109: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:512:94: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:512:109: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:548:94: style: Parameter 'p0' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:548:109: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:589:97: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:742:13: style: Variable 'p0' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:742:18: style: Variable 'p1' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:753:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:858:69: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:990:79: style: Parameter 'cover' can be declared as pointer to const [constParameterPointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1028:10: style: Variable 't' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1073:10: style: Variable 't' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:1269:16: style: Variable 'grad' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1095:20: style: Variable 'intPart' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1095:34: style: Variable 'fracPart' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:2608:7: style: Variable 's' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:521:7: style: Variable 'lx0' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:522:7: style: Variable 'ly0' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:539:7: style: Variable 'rx0' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/nanoSVG/nanosvgrast.h:540:7: style: Variable 'ry0' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/nanoSVGTest.cpp:45:9: style: Variable 'image' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:80:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxACCEL_CTRL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1524:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1805:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/test/unit_tests/TestStubs.cpp:59:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_type [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/test/unit_tests/TestStubs.cpp:74:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable emptyString [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:126:3: warning: Return value of function wxGetOsVersion() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:607:15: warning: Return value of function m_FileMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:625:15: warning: Return value of function m_FileMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:629:15: warning: Return value of function m_FileMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:641:15: warning: Return value of function m_EditMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:676:15: warning: Return value of function m_EditMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:679:15: warning: Return value of function m_EditMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:685:15: warning: Return value of function m_EditMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:689:15: warning: Return value of function m_EditMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:732:23: warning: Return value of function m_Maxima_Panes_Sub->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:734:23: warning: Return value of function m_Maxima_Panes_Sub->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:743:15: warning: Return value of function m_viewMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:758:27: warning: Return value of function m_equationTypeMenuMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:781:24: warning: Return value of function m_autoSubscriptMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:813:15: warning: Return value of function m_viewMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:841:15: warning: Return value of function m_viewMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:892:15: warning: Return value of function m_CellMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:904:15: warning: Return value of function m_CellMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:928:15: warning: Return value of function m_CellMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:933:15: warning: Return value of function m_CellMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:938:15: warning: Return value of function m_CellMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:944:15: warning: Return value of function m_CellMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:977:17: warning: Return value of function m_MaximaMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1003:17: warning: Return value of function m_MaximaMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1015:17: warning: Return value of function m_MaximaMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1034:16: warning: Return value of function programMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1040:16: warning: Return value of function programMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1053:16: warning: Return value of function programMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1059:16: warning: Return value of function programMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1062:16: warning: Return value of function programMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1234:20: warning: Return value of function m_EquationsMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1255:20: warning: Return value of function m_EquationsMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1264:20: warning: Return value of function m_EquationsMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1273:20: warning: Return value of function m_EquationsMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1304:18: warning: Return value of function m_matrix_menu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1388:18: warning: Return value of function m_matrix_menu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1409:18: warning: Return value of function m_matrix_menu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1434:19: warning: Return value of function m_CalculusMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1518:20: warning: Return value of function m_logexpand_Sub->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1538:19: warning: Return value of function m_SimplifyMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1600:19: warning: Return value of function m_SimplifyMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1714:15: warning: Return value of function m_listMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1719:15: warning: Return value of function m_listMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1726:15: warning: Return value of function m_listMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1743:15: warning: Return value of function m_PlotMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1786:18: warning: Return value of function m_NumericMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1795:18: warning: Return value of function m_NumericMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1867:19: warning: Return value of function m_HelpMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1877:15: warning: Return value of function m_HelpMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1904:15: warning: Return value of function m_HelpMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1918:15: warning: Return value of function m_HelpMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1927:15: warning: Return value of function m_HelpMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1932:15: warning: Return value of function m_HelpMenu->AppendSeparator() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:2103:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/test/unit_tests/test_AFontSize.cpp:230:3: error: There is an unknown macro here somewhere. Configuration is required. If WHEN is a macro then please configure it. [unknownMacro] wxmaxima-Version-24.02.1/test/unit_tests/test_CellPtr.cpp:490:1: error: There is an unknown macro here somewhere. Configuration is required. If DEFINE_CELL is a macro then please configure it. [unknownMacro] wxmaxima-Version-24.02.1/test/unit_tests/TestStubs.cpp:80:1: error: There is an unknown macro here somewhere. Configuration is required. If DEFINE_CELL is a macro then please configure it. [unknownMacro] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:265:13: style: Variable 'statPane' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:368:17: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:2102:17: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:1973:0: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/wxMaximaFrame.cpp:389:21: style: Variable 'minSiz' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:320:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_DOWN [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1816:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable x [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1841:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_END_PROCESS [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2462:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EVT_MAXIMA [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2501:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxSOCKET_WAITALL_WRITE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4174:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable read [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4574:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GITVERSION [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4713:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxTheMimeTypesManager [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4917:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_DOWN [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5591:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cerr [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5637:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable m_errorNotificationCell [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6454:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_DOWN [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6474:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_MATCHCASE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6503:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxFR_MATCHCASE [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:8872:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FONT_NORMAL [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9218:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GITVERSION [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9491:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxEVT_END_SESSION [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10929:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable wxPROTO_NOERR [valueFlowBailoutIncompleteVar] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:144:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:310:11: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1878:18: warning: Return value of function wxLog::EnableLogging() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2547:11: warning: Return value of function dir.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2555:3: warning: Return value of function wxGetEnv() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3420:7: warning: Return value of function dir.MakeAbsolute() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4694:13: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5104:19: warning: Return value of function wxFileName::SplitPath() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5475:15: warning: Return value of function config->Read() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5478:19: warning: Return value of function wxFileName::SplitPath() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5520:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5524:15: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5722:18: warning: Return value of function tokens.GetNextToken() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5915:19: warning: Return value of function wxFileName::SplitPath() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9502:13: warning: Return value of function config->Write() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10720:19: warning: Return value of function wxFileName::SplitPath() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10990:15: warning: Return value of function wxFileName::SplitPath() is not used. [ignoredReturnValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1771:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1771:39: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2186: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2260:24: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2261:13: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2262:11: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2262:61: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2315:41: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2315:56: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2327:55: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:2881:22: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3002:20: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3002:38: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3006:14: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3008:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3019:53: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3083:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3084:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3085:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3086:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3087:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3088:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3090:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3099:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3100:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3101:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3102:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3103:25: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3294:31: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3294:50: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3495:24: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3849:25: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3849:50: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3850:40: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3850:66: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3863: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3865: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3866: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3867: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3868: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4125:15: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4125:48: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4126:16: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4130:16: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4133:18: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4265:18: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4266:50: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4294:21: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4300:18: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5052:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5054:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5056:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5058:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5060:19: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5102:39: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5310: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5312:16: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5348: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5473:12: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5474: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5504:12: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5614:12: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5615:44: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5675:30: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5912: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5936: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6252: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6394: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6713: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7364: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7367: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7585:30: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7607:30: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9501:18: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9938: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9960: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9997: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10209: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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10221:29: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedLastCalled] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10521:65: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10523:64: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10705:39: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10935:41: 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] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3977:12: style: Same expression used in consecutive assignments of 'dirname' and 'workingDirectory'. [duplicateAssignExpression] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3985:12: note: Same expression used in consecutive assignments of 'dirname' and 'workingDirectory'. wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3977:12: note: Same expression used in consecutive assignments of 'dirname' and 'workingDirectory'. wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3160:29: style: The scope of the variable 'topics' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3719:12: style: The scope of the variable 'newOperators' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6134:16: style: The scope of the variable 'line' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10202:10: style: The scope of the variable 'lastnonWhitespace' can be reduced. [variableScope] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1778:31: style: Local variable 'i' shadows outer variable [shadowVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1769:19: note: Shadowed declaration wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1778:31: note: Shadow variable wxmaxima-Version-24.02.1/src/wxMaxima.cpp:195:35: performance: Function parameter 'title' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:196:35: performance: Function parameter 'initialWorksheetContents' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4118:56: performance: Function parameter 'firstLine' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7584:71: performance: Function parameter 'sz' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7606:71: performance: Function parameter 'sz' should be passed by const reference. [passedByValue] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1808:47: style: Parameter 'ev' can be declared as reference to const. However it seems that 'OnDemoFileMenu' is a callback function, if 'ev' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1788:68: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1808:47: note: Parameter 'ev' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5091:42: style: Parameter 'event' can be declared as reference to const. However it seems that 'PrintMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1207:67: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5091:42: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5773:43: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnTimerEvent' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:338:54: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5773:43: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5846:41: style: Parameter 'event' can be declared as reference to const. However it seems that 'FileMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1304:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:5846:41: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6034:41: style: Parameter 'event' can be declared as reference to const. However it seems that 'EditMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1634:66: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6034:41: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7441:46: style: Parameter 'event' can be declared as reference to const. However it seems that 'EquationsMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1677:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7441:46: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7659:43: style: Parameter 'event' can be declared as reference to const. However it seems that 'MatrixMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1609:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7659:43: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7981:41: style: Parameter 'event' can be declared as reference to const. However it seems that 'DrawMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1548:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:7981:41: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:8158:41: style: Parameter 'event' can be declared as reference to const. However it seems that 'ListMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1492:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:8158:41: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:8615:45: style: Parameter 'event' can be declared as reference to const. However it seems that 'CalculusMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:947:76: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:8615:45: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9160:51: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnWizardHelpButton' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:351:57: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9160:51: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9169:41: style: Parameter 'event' can be declared as reference to const. However it seems that 'HelpMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:869:80: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9169:41: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9303:42: style: Parameter 'event' can be declared as reference to const. However it seems that 'StatsMenu' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1611:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9303:42: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10012:49: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnRecentDocument' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1558:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10012:49: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10038:48: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnRecentPackage' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1560:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10038:48: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10048:50: style: Parameter 'event' can be declared as reference to const. However it seems that 'OnUnsavedDocument' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1562:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10048:50: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10454:50: style: Parameter 'event' can be declared as reference to const. However it seems that 'ReplaceSuggestion' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1649:43: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10454:50: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10787:41: style: Parameter 'event' can be declared as reference to const. However it seems that 'ShowPane' is a callback function, if 'event' is declared with const you might also need to cast function pointer(s). [constParameterCallback] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1567:45: note: You might need to cast the function pointer here wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10787:41: note: Parameter 'event' can be declared as reference to const wxmaxima-Version-24.02.1/src/wxMaxima.cpp:141:17: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:294:17: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1991:14: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3148:18: style: Variable 'node' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3150:20: style: Variable 'contents' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3172:26: style: Variable 'topic' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3264:18: style: Variable 'node' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3276:26: style: Variable 'namenode' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3281:26: style: Variable 'valnode' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3739:24: style: Variable 'innernode' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3783:26: style: Variable 'valnode' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4693:19: style: Variable 'config' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:10142:16: style: Variable 'group' can be declared as pointer to const [constVariablePointer] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3187:36: warning: Either the condition 'topics.size()==0' is redundant or expression 'topics[1]' causes access out of bounds. [containerOutOfBounds] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3178:33: note: Assuming that condition 'topics.size()==0' is not redundant wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3187:36: note: Access out of bounds wxmaxima-Version-24.02.1/src/wxMaxima.cpp:1902:27: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3780:20: style: Unused variable: name [unusedVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4619:20: style: Variable 'useHtml' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4621:13: style: Variable 'useHtml' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4623:13: style: Variable 'useHtml' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4734:18: style: Unused variable: command [unusedVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6648:12: style: Variable 'b' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:6649:12: style: Variable 'f' is assigned a value that is never used. [unreadVariable] wxmaxima-Version-24.02.1/src/wxMaxima.cpp:9175:30: style: Variable 'wiz' is assigned a value that is never used. [unreadVariable] diff: head wxmaxima-Version-24.02.1/src/Configuration.cpp:1098:21: style: Unused private function: 'Configuration::CharsExistInFont' [unusedPrivateFunction] wxmaxima-Version-24.02.1/src/Configuration.h:1121:8: note: Unused private function: 'Configuration::CharsExistInFont' wxmaxima-Version-24.02.1/src/Configuration.cpp:1098:21: note: Unused private function: 'Configuration::CharsExistInFont' head wxmaxima-Version-24.02.1/src/Configuration.cpp:1518:21: performance:inconclusive: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). [functionStatic] wxmaxima-Version-24.02.1/src/Configuration.h:977:8: note: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). wxmaxima-Version-24.02.1/src/Configuration.cpp:1518:21: note: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). 2.17.0 wxmaxima-Version-24.02.1/src/Configuration.h:1121:8: style: Unused private function: 'Configuration::CharsExistInFont' [unusedPrivateFunction] 2.17.0 wxmaxima-Version-24.02.1/src/Configuration.h:977:8: performance:inconclusive: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). [functionStatic] wxmaxima-Version-24.02.1/src/Configuration.cpp:1518:21: note: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). wxmaxima-Version-24.02.1/src/Configuration.h:977:8: note: Technically the member function 'Configuration::OfferInternalHelpBrowser' can be static (but you may consider moving to unnamed namespace). head wxmaxima-Version-24.02.1/src/MarkDown.cpp:114:48: 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] head wxmaxima-Version-24.02.1/src/MarkDown.cpp:120:49: 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] head wxmaxima-Version-24.02.1/src/MarkDown.cpp:57:44: 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] head wxmaxima-Version-24.02.1/src/MaximaManual.cpp:141:14: style: Variable 'cmdName' is assigned a value that is never used. [unreadVariable] head wxmaxima-Version-24.02.1/src/MaximaTokenizer.cpp:238:62: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] 2.17.0 wxmaxima-Version-24.02.1/src/cells/Cell.h:1110:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] 2.17.0 wxmaxima-Version-24.02.1/src/cells/Cell.h:1112:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] 2.17.0 wxmaxima-Version-24.02.1/src/cells/Cell.h:1116:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] 2.17.0 wxmaxima-Version-24.02.1/src/cells/Cell.h:1118:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1164:20: style:inconclusive: Technically the member function 'EditorCell::GetIndentDepth' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:604:10: note: Technically the member function 'EditorCell::GetIndentDepth' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1164:20: note: Technically the member function 'EditorCell::GetIndentDepth' can be const. head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1320:49: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:189:22: style:inconclusive: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:106:12: note: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:189:22: note: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2259:18: style:inconclusive: Technically the member function 'EditorCell::PositionToXY' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:229:8: note: Technically the member function 'EditorCell::PositionToXY' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2259:18: note: Technically the member function 'EditorCell::PositionToXY' can be const. head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2279:20: style:inconclusive: Technically the member function 'EditorCell::XYToPosition' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:232:10: note: Technically the member function 'EditorCell::XYToPosition' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2279:20: note: Technically the member function 'EditorCell::XYToPosition' can be const. head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2548:22: style:inconclusive: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:457:12: note: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2548:22: note: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2670:45: style: This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead. [prohibitedSubStringCalled] head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3164:63: 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] head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3182:69: 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] head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:3378:59: 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] head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:344:16: style: Variable 'text' is assigned a value that is never used. [unreadVariable] head wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:954:22: style:inconclusive: Technically the member function 'EditorCell::GetCurrentCommand' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.h:460:12: note: Technically the member function 'EditorCell::GetCurrentCommand' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:954:22: note: Technically the member function 'EditorCell::GetCurrentCommand' can be const. 2.17.0 wxmaxima-Version-24.02.1/src/cells/EditorCell.h:106:12: style:inconclusive: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:189:22: note: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.h:106:12: note: Technically the member function 'EditorCell::GetFullCommandUnderCursor' can be const. 2.17.0 wxmaxima-Version-24.02.1/src/cells/EditorCell.h:229:8: style:inconclusive: Technically the member function 'EditorCell::PositionToXY' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2259:18: note: Technically the member function 'EditorCell::PositionToXY' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.h:229:8: note: Technically the member function 'EditorCell::PositionToXY' can be const. 2.17.0 wxmaxima-Version-24.02.1/src/cells/EditorCell.h:232:10: style:inconclusive: Technically the member function 'EditorCell::XYToPosition' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2279:20: note: Technically the member function 'EditorCell::XYToPosition' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.h:232:10: note: Technically the member function 'EditorCell::XYToPosition' can be const. 2.17.0 wxmaxima-Version-24.02.1/src/cells/EditorCell.h:457:12: style:inconclusive: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:2548:22: note: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.h:457:12: note: Technically the member function 'EditorCell::GetWordUnderCaret' can be const. 2.17.0 wxmaxima-Version-24.02.1/src/cells/EditorCell.h:460:12: style:inconclusive: Technically the member function 'EditorCell::GetCurrentCommand' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:954:22: note: Technically the member function 'EditorCell::GetCurrentCommand' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.h:460:12: note: Technically the member function 'EditorCell::GetCurrentCommand' can be const. 2.17.0 wxmaxima-Version-24.02.1/src/cells/EditorCell.h:604:10: style:inconclusive: Technically the member function 'EditorCell::GetIndentDepth' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/EditorCell.cpp:1164:20: note: Technically the member function 'EditorCell::GetIndentDepth' can be const. wxmaxima-Version-24.02.1/src/cells/EditorCell.h:604:10: note: Technically the member function 'EditorCell::GetIndentDepth' can be const. head wxmaxima-Version-24.02.1/src/cells/ListCell.cpp:174:37: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] head wxmaxima-Version-24.02.1/src/cells/ParenCell.cpp:281:37: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] head wxmaxima-Version-24.02.1/src/cells/SetCell.cpp:126:37: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] head wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:498:16: style:inconclusive: Technically the member function 'TextCell::SetFont' can be const. [functionConst] wxmaxima-Version-24.02.1/src/cells/TextCell.h:60:8: note: Technically the member function 'TextCell::SetFont' can be const. wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:498:16: note: Technically the member function 'TextCell::SetFont' can be const. head wxmaxima-Version-24.02.1/src/cells/TextCell.cpp:823:64: 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] head wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:152:17: performance:inconclusive: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). [functionStatic] wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.h:112:8: note: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:152:17: note: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). 2.17.0 wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.h:112:8: performance:inconclusive: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). [functionStatic] wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.cpp:152:17: note: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). wxmaxima-Version-24.02.1/src/graphical_io/OutCommon.h:112:8: note: Technically the member function 'OutCommon::GetMaxPoint' can be static (but you may consider moving to unnamed namespace). head wxmaxima-Version-24.02.1/src/nanoSVG/nanosvg.h:1783:6: style: Condition '!attr' is always false [knownConditionTrueFalse] 2.17.0 wxmaxima-Version-24.02.1/src/stx/optional.hpp:1092:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] 2.17.0 wxmaxima-Version-24.02.1/src/stx/optional.hpp:1098:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X [valueFlowBailoutIncompleteVar] head wxmaxima-Version-24.02.1/src/wxMaxima.cpp:3850:66: 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] head wxmaxima-Version-24.02.1/src/wxMaxima.cpp:4125:48: style: This is a wxWidgets 1.xx compatibility function; you should not use it in new code. [prohibitedContainsCalled] DONE