mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
210 stars 123 forks source link

Cppcheck - Jenkins not emitting warnings about unused funcs #27493

Closed DavidFair closed 3 years ago

DavidFair commented 4 years ago

Cppcheck is currently being run with the -j flag implicitly by CMake on Jenkins, this emits the following warning:

cppcheck: unusedFunction check can't be used with '-j' option. Disabling unusedFunction check.

Several hundren unused functions have now crept silently into the build, this can be seen with make cppcheck

/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Readers/NexusPeaksReader/vtkNexusPeaksReader.cxx:162: style: The function 'CanReadFile' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/ScaleWorkspace/vtkScaleWorkspace.cxx:146: style: The function 'FillInputPortInformation' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Readers/MDEWNexusReader/vtkMDEWNexusReader.cxx:68: style: The function 'GetInputGeometryXML' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/PeaksFilter/vtkPeaksFilter.cxx:176: style: The function 'GetInstrument' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/LoadEMU.cpp:102: style: The function 'GetNeXusValue < double >' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/ScaleWorkspace/vtkScaleWorkspace.cxx:118: style: The function 'GetSpecialCoordinates' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Sources/MDEWSource/vtkMDEWSource.cxx:284: style: The function 'GetWorkspaceName' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Readers/MDEWNexusReader/vtkMDEWNexusReader.cxx:204: style: The function 'GetWorkspaceTypeName' is never used.
/home/ieb35538/mantid/Framework/DataObjects/src/WorkspaceCreation.cpp:85: style: The function 'Mantid :: DataObjects :: detail :: initializeFromParent < std :: false_type >' is never used.
/home/ieb35538/mantid/Framework/DataObjects/src/WorkspaceCreation.cpp:85: style: The function 'Mantid :: DataObjects :: detail :: initializeFromParent < std :: true_type >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/FloatingPointComparison.cpp:27: style: The function 'Mantid :: Kernel :: equals < double >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/FloatingPointComparison.cpp:27: style: The function 'Mantid :: Kernel :: equals < float >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:195: style: The function 'Mantid :: Kernel :: getStatistics < double >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:195: style: The function 'Mantid :: Kernel :: getStatistics < float >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:195: style: The function 'Mantid :: Kernel :: getStatistics < int >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:195: style: The function 'Mantid :: Kernel :: getStatistics < long >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:195: style: The function 'Mantid :: Kernel :: getStatistics < long long >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:195: style: The function 'Mantid :: Kernel :: getStatistics < unsigned int >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:195: style: The function 'Mantid :: Kernel :: getStatistics < unsigned long >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:195: style: The function 'Mantid :: Kernel :: getStatistics < unsignedlong long >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/FloatingPointComparison.cpp:51: style: The function 'Mantid :: Kernel :: gtEquals < double >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/FloatingPointComparison.cpp:51: style: The function 'Mantid :: Kernel :: gtEquals < float >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/FloatingPointComparison.cpp:39: style: The function 'Mantid :: Kernel :: ltEquals < double >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/FloatingPointComparison.cpp:39: style: The function 'Mantid :: Kernel :: ltEquals < float >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Memory.cpp:43: style: The function 'Mantid :: Kernel :: memToString < uint32_t >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Memory.cpp:43: style: The function 'Mantid :: Kernel :: memToString < uint64_t >' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Readers/MDEWNexusReader/vtkMDEWNexusReader.cxx:56: style: The function 'SetInMemory' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Readers/MDEWNexusReader/vtkMDEWNexusReader.cxx:82: style: The function 'SetNormalization' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Sources/PeaksSource/vtkPeaksSource.cxx:50: style: The function 'SetPeakDimension' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/PeaksFilter/vtkPeaksFilter.cxx:112: style: The function 'SetPeaksWorkspace' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Sources/SinglePeakMarkerSource/vtkSinglePeakMarkerSource.cxx:55: style: The function 'SetPosition1' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Sources/SinglePeakMarkerSource/vtkSinglePeakMarkerSource.cxx:61: style: The function 'SetPosition2' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Sources/SinglePeakMarkerSource/vtkSinglePeakMarkerSource.cxx:67: style: The function 'SetPosition3' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Sources/SinglePeakMarkerSource/vtkSinglePeakMarkerSource.cxx:49: style: The function 'SetRadiusMarker' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/PeaksFilter/vtkPeaksFilter.cxx:124: style: The function 'SetRadiusNoShape' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/PeaksFilter/vtkPeaksFilter.cxx:134: style: The function 'SetRadiusType' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/SplatterPlot/vtkSplatterPlot.cxx:59: style: The function 'SetTopPercentile' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Readers/NexusPeaksReader/vtkNexusPeaksReader.cxx:54: style: The function 'SetUnintPeakMarkerSize' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Sources/MDEWSource/vtkMDEWSource.cxx:59: style: The function 'SetWsName' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/ScaleWorkspace/vtkScaleWorkspace.cxx:74: style: The function 'SetXScaling' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/ScaleWorkspace/vtkScaleWorkspace.cxx:87: style: The function 'SetYScaling' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/ScaleWorkspace/vtkScaleWorkspace.cxx:100: style: The function 'SetZScaling' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/LoadNexusProcessed.cpp:1765: style: The function 'UDlesserExecCount' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:799: style: The function 'YColumns' is never used.
/home/ieb35538/mantid/MantidPlot/src/ScriptingWindow.cpp:502: style: The function 'acceptCloseEvent' is never used.
/home/ieb35538/mantid/Framework/API/src/MuParserUtils.cpp:44: style: The function 'addDefaultConstants' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:2456: style: The function 'addMantidErrorBars' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:372: style: The function 'addMenuItems' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:358: style: The function 'addNoise' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:2087: style: The function 'addTimeStamp' is never used.
/home/ieb35538/mantid/MantidPlot/src/Folder.cpp:185: style: The function 'addWindow' is never used.
/home/ieb35538/mantid/Framework/Crystal/src/CalibrationHelpers.cpp:68: style: The function 'adjustBankPositionsAndSizes' is never used.
/home/ieb35538/mantid/MantidPlot/src/Folder.cpp:313: style: The function 'adjustColumns' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Reduction/Group.cpp:104: style: The function 'allRowsAreValid' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:241: style: The function 'anotherGroupWithARowModel' is never used.
/home/ieb35538/mantid/Framework/Algorithms/src/SmoothNeighbours.cpp:519: style: The function 'areAllDefault' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1675: style: The function 'arrowMarkerSelected' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecovery.cpp:310: style: The function 'attemptRecovery' is never used.
/home/ieb35538/mantid/Framework/Algorithms/src/LineProfile.cpp:262: style: The function 'averageMode' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:864: style: The function 'axisTitleAlignment' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:769: style: The function 'axisTitleColor' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:874: style: The function 'axisTitleDistance' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:5425: style: The function 'binWidthNormalization' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Reduction/RangeInLambda.cpp:32: style: The function 'bothSet' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:1467: style: The function 'buildPreprocessedDetectorsWorkspace' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:1563: style: The function 'canAcceptDrop' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/DataProcessorUI/TreeData.cpp:13: style: The function 'canPostprocess' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:478: style: The function 'changeDataColumn' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:91: style: The function 'characters' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDEventsTestHelper.cpp:368: style: The function 'checkAndDeleteFile' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecovery.cpp:324: style: The function 'checkForRecovery' is never used.
/home/ieb35538/mantid/MantidPlot/src/PythonScript.cpp:720: style: The function 'checkResult' is never used.
/home/ieb35538/mantid/MantidPlot/src/PlotDialog.cpp:2949: style: The function 'chooseLabelsFont' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:2206: style: The function 'clearAllMemory' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Runs/QtRunsView.cpp:213: style: The function 'clearProgress' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:1821: style: The function 'clearUB' is never used.
/home/ieb35538/mantid/MantidPlot/src/lib/3rdparty/qtcolorpicker/src/qtcolorpicker.cpp:466: style: The function 'colorDialogEnabled' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/ThreadPool.cpp:145: style: The function 'compareTasks' is never used.
/home/ieb35538/mantid/MantidPlot/src/PythonScript.cpp:142: style: The function 'compilesToCompleteStatement' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/DataProcessorUI/GenerateNotebook.cpp:592: style: The function 'completeOutputProperties' is never used.
/home/ieb35538/mantid/Framework/DataHandling/test/NXcanSASTestHelper.cpp:21: style: The function 'concatenateStringVector' is never used.
/home/ieb35538/mantid/MantidPlot/src/MultiLayer.cpp:329: style: The function 'confirmRemoveLayer' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:249: style: The function 'confirmStr' is never used.
/home/ieb35538/mantid/MantidPlot/src/CurvesDialog.cpp:253: style: The function 'contextMenuEvent' is never used.
/home/ieb35538/mantid/MantidPlot/src/MultiLayer.cpp:830: style: The function 'copyAllLayers' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1432: style: The function 'copyImage' is never used.
/home/ieb35538/mantid/Framework/CurveFitting/src/Algorithms/RefinePowderInstrumentParameters3.cpp:1282: style: The function 'copyParametersValues' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:1776: style: The function 'copyWorkspacestoVector' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:151: style: The function 'create1DWorkspaceFib' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:117: style: The function 'create1DWorkspaceRand' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:1474: style: The function 'create2DAngles' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:408: style: The function 'create2DDetectorScanWorkspaceWithFullInstrument' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:256: style: The function 'create2DWorkspace154' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:331: style: The function 'create2DWorkspaceNonUniformlyBinned' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:183: style: The function 'create2DWorkspaceThetaVsTOF' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:171: style: The function 'create2DWorkspaceWhereYIsWorkspaceIndex' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:607: style: The function 'create2DWorkspaceWithReflectometryInstrument' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:234: style: The function 'create2DWorkspaceWithValuesAndXerror' is never used.
/home/ieb35538/mantid/Framework/LiveData/src/ISIS/FakeISISEventDAE.cpp:144: style: The function 'createConnection' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:406: style: The function 'createCylInstrumentWithVerticalOffsetsSpecified' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:263: style: The function 'createDetectorGroupWith5CylindricalDetectors' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:285: style: The function 'createDetectorGroupWithNCylindricalDetectorsWithGaps' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDEventsTestHelper.cpp:71: style: The function 'createDiffractionEventWorkspace' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:1494: style: The function 'createEPPTableWorkspace' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Indirect/IndirectDataTablePresenter.cpp:35: style: The function 'createEditor' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:1144: style: The function 'createEventWorkspace3' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:470: style: The function 'createEventWorkspaceWithFullInstrument' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:511: style: The function 'createEventWorkspaceWithFullInstrument2' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:542: style: The function 'createEventWorkspaceWithNonUniformInstrument' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:2941: style: The function 'createGraphFromTable' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/IndirectFitDataCreationHelper.cpp:65: style: The function 'createGroupWorkspaceWithTextAxes' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:819: style: The function 'createGroupedEventWorkspace' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:895: style: The function 'createGroupedWorkspace2D' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MuonGroupingXMLHelper.cpp:33: style: The function 'createGroupingXMLSingleGroup' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MuonGroupingXMLHelper.cpp:55: style: The function 'createGroupingXMLSinglePair' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:113: style: The function 'createHollowCylinder' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:249: style: The function 'createHollowShell' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:698: style: The function 'createInstrumentForWorkspaceWithDistances' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:816: style: The function 'createInstrumentWithOptionalComponents' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:1042: style: The function 'createInstrumentWithPSDTubes' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:922: style: The function 'createInstrumentWithSourceRotation' is never used.
/home/ieb35538/mantid/Framework/Geometry/src/Instrument/ComponentHelper.cpp:36: style: The function 'createMinimalInstrument' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:767: style: The function 'createMinimalInstrumentWithMonitor' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MuonWorkspaceCreationHelper.cpp:151: style: The function 'createMultiPeriodAsymmetryData' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MuonWorkspaceCreationHelper.cpp:124: style: The function 'createMultiPeriodWorkspaceGroup' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:1067: style: The function 'createProcessedInelasticWS' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:1026: style: The function 'createProcessedWorkspaceWithCylComplexInstrument' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:857: style: The function 'createRandomEventWorkspace' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:1209: style: The function 'createRebinnedOutputWorkspace' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:346: style: The function 'createRingOfCylindricalDetectors' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:2359: style: The function 'createScriptInputDialog' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:865: style: The function 'createSimpleInstrumentWithRotation' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:228: style: The function 'createTestAssemblyOfFourCylinders' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:665: style: The function 'createTestUnnamedRectangular2' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MuonWorkspaceCreationHelper.cpp:236: style: The function 'createWorkspaceGroupConsecutiveDetectorIDs' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ReflectometryHelper.cpp:188: style: The function 'createWorkspaceSingle' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:725: style: The function 'createWorkspaceSingleValueWithError' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/IndirectFitDataCreationHelper.cpp:41: style: The function 'createWorkspaceWithBinValues' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/IndirectFitDataCreationHelper.cpp:126: style: The function 'createWorkspaceWithInstrument' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MuonWorkspaceCreationHelper.cpp:214: style: The function 'createWorkspaceWithInstrumentandRun' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MuonGroupingXMLHelper.cpp:93: style: The function 'createXMLwithPairsAndGroups' is never used.
/home/ieb35538/mantid/MantidPlot/src/lib/3rdparty/qtcolorpicker/src/qtcolorpicker.cpp:373: style: The function 'currentColor' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISSANS/SANSRunWindow.cpp:1546: style: The function 'currentWorkspaceList' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:831: style: The function 'customEvent' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:694: style: The function 'cutSelection' is never used.
/home/ieb35538/mantid/qt/widgets/mplcpp/src/Cycler.cpp:61: style: The function 'cycler' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Muon/MuonAnalysis.cpp:3191: style: The function 'deadTimeFilename' is never used.
/home/ieb35538/mantid/MantidPlot/src/Spectrogram.cpp:514: style: The function 'defaultColorMap' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/SingletonHolder.cpp:39: style: The function 'deleteOnExit' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:1556: style: The function 'deletePressEvent' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:732: style: The function 'deleteSelectedColumns' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:699: style: The function 'deleteSelectedRows' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:947: style: The function 'displayData' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:965: style: The function 'displayDataE' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:936: style: The function 'displayDataY' is never used.
/home/ieb35538/mantid/Framework/DataObjects/src/WorkspaceCreation.cpp:61: style: The function 'doInitializeFromParent < std :: true_type >' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/BinaryOperationMDTestHelper.cpp:62: style: The function 'doTest' is never used.
/home/ieb35538/mantid/MantidPlot/src/TiledWindow.cpp:1126: style: The function 'dragLeaveEvent' is never used.
/home/ieb35538/mantid/MantidPlot/src/ScaleDraw.cpp:442: style: The function 'drawBackbone' is never used.
/home/ieb35538/mantid/MantidPlot/src/Bar.cpp:56: style: The function 'drawBegin' is never used.
/home/ieb35538/mantid/MantidPlot/src/Spectrogram.cpp:806: style: The function 'drawContourLines' is never used.
/home/ieb35538/mantid/MantidPlot/src/Bar.cpp:63: style: The function 'drawEnd' is never used.
/home/ieb35538/mantid/MantidPlot/src/ScaleDraw.cpp:217: style: The function 'drawLabel' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:826: style: The function 'drawableColumnSelection' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:293: style: The function 'emptyReductionJobs' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:4585: style: The function 'enableRangeSelectors' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/OptionalBool.cpp:66: style: The function 'encodeAsJson' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:90: style: The function 'endDocument' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:93: style: The function 'endPrefixMapping' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:2487: style: The function 'errorBarSettings' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidApplication.cpp:41: style: The function 'errorHandling' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Batch/QtBatchView.cpp:63: style: The function 'eventHandling' is never used.
/home/ieb35538/mantid/Framework/Parallel/src/IO/EventParser.cpp:24: style: The function 'eventIdToGlobalSpectrumIndex' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:731: style: The function 'eventWorkspace_Finalize' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISSANS/SANSDiagnostics.cpp:1187: style: The function 'executeSumRowColumn' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1847: style: The function 'exportPDF' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:839: style: The function 'exportRasterImage' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/StlContainers.cpp:16: style: The function 'exportStlContainers' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1438: style: The function 'exportToFile' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/ADSValidator.cpp:18: style: The function 'export_ADSValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/FileProperty.cpp:25: style: The function 'export_ActionEnum' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AlgorithmFactory.cpp:141: style: The function 'export_AlgorithmFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AlgorithmFactoryObserver.cpp:18: style: The function 'export_AlgorithmFactoryObserver' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AlgorithmHistory.cpp:54: style: The function 'export_AlgorithmHistory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AlgorithmManager.cpp:100: style: The function 'export_AlgorithmManager' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AlgorithmProperty.cpp:49: style: The function 'export_AlgorithmProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AnalysisDataService.cpp:68: style: The function 'export_AnalysisDataService' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AnalysisDataServiceObserver.cpp:18: style: The function 'export_AnalysisDataServiceObserver' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ArrayBoundedValidator.cpp:88: style: The function 'export_ArrayBoundedValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ArrayLengthValidator.cpp:59: style: The function 'export_ArrayLengthValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ArrayOrderedPairsValidator.cpp:29: style: The function 'export_ArrayOrderedPairsValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ArrayProperty.cpp:142: style: The function 'export_ArrayProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/Atom.cpp:69: style: The function 'export_Atom' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Axis.cpp:89: style: The function 'export_Axis' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/PropertyWithValue.cpp:13: style: The function 'export_BasicPropertyWithValueTypes' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Axis.cpp:184: style: The function 'export_BinEdgeAxis' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/BinaryOperations.cpp:21: style: The function 'export_BinaryOperations' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/BoundedValidator.cpp:108: style: The function 'export_BoundedValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/BoundingBox.cpp:15: style: The function 'export_BoundingBox' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/BoxController.cpp:19: style: The function 'export_BoxController' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/CatalogManager.cpp:31: style: The function 'export_CatalogManager' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/CatalogSession.cpp:16: style: The function 'export_CatalogSession' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Citation.cpp:24: style: The function 'export_Citation' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/CompAssembly.cpp:19: style: The function 'export_CompAssembly' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/Component.cpp:54: style: The function 'export_Component' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/ComponentInfo.cpp:48: style: The function 'export_ComponentInfo' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/ComponentInfoItem.cpp:25: style: The function 'export_ComponentInfoItem' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/ComponentInfoPythonIterator.cpp:17: style: The function 'export_ComponentInfoPythonIterator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/CompositeFunction.cpp:37: style: The function 'export_CompositeFunction' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/CompositeValidator.cpp:43: style: The function 'export_CompositeValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ConfigObserver.cpp:38: style: The function 'export_ConfigObserver' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ConfigPropertyObserver.cpp:39: style: The function 'export_ConfigPropertyObserver' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ConfigService.cpp:71: style: The function 'export_ConfigService' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/CrystalStructure.cpp:84: style: The function 'export_CrystalStructure' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/DataItem.cpp:20: style: The function 'export_DataItem' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/DataProcessorAlgorithm.cpp:99: style: The function 'export_DataProcessorAlgorithm' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/DateAndTime.cpp:39: style: The function 'export_DateAndTime' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/DeltaEMode.cpp:18: style: The function 'export_DeltaEMode' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/DeprecatedAlgorithmChecker.cpp:59: style: The function 'export_DeprecatedAlgorithmChecker' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/Detector.cpp:38: style: The function 'export_Detector' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/DetectorGroup.cpp:44: style: The function 'export_DetectorGroup' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/DetectorInfo.cpp:45: style: The function 'export_DetectorInfo' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/DetectorInfoItem.cpp:21: style: The function 'export_DetectorInfoItem' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/DetectorInfoPythonIterator.cpp:17: style: The function 'export_DetectorInfoPythonIterator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Algorithm.cpp:185: style: The function 'export_DistributedAlgorithm' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/DataProcessorAlgorithm.cpp:108: style: The function 'export_DistributedDataProcessorAlgorithm' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/EnabledWhenProperty.cpp:14: style: The function 'export_EnabledWhenProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ErrorReporter.cpp:15: style: The function 'export_ErrorReporter' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/EventList.cpp:25: style: The function 'export_EventList' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/EventWorkspace.cpp:21: style: The function 'export_EventWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/EventWorkspaceProperty.cpp:16: style: The function 'export_EventWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/FacilityInfo.cpp:16: style: The function 'export_FacilityInfo' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/FileFinder.cpp:58: style: The function 'export_FileFinder' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/FileLoaderRegistry.cpp:15: style: The function 'export_FileLoaderRegistry' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/FileProperty.cpp:65: style: The function 'export_FileProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/FilteredTimeSeriesProperty.cpp:41: style: The function 'export_FilteredTimeSeriesProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/FrameworkManager.cpp:92: style: The function 'export_FrameworkManager' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/FunctionFactory.cpp:161: style: The function 'export_FunctionFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/FunctionProperty.cpp:18: style: The function 'export_FunctionProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/Goniometer.cpp:42: style: The function 'export_Goniometer' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/GridDetector.cpp:17: style: The function 'export_GridDetector' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/GridDetector.cpp:59: style: The function 'export_GridDetectorPixel' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/Group.cpp:71: style: The function 'export_Group' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/GroupingWorkspace.cpp:19: style: The function 'export_GroupingWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/ICompAssembly.cpp:18: style: The function 'export_ICompAssembly' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/IComponent.cpp:38: style: The function 'export_IComponent' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/IDetector.cpp:18: style: The function 'export_IDetector' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IEventList.cpp:35: style: The function 'export_IEventList' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IEventWorkspace.cpp:37: style: The function 'export_IEventWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IEventWorkspaceProperty.cpp:16: style: The function 'export_IEventWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IFunction.cpp:85: style: The function 'export_IFunction' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IFunction1D.cpp:16: style: The function 'export_IFunction1D' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/IMDDimension.cpp:58: style: The function 'export_IMDDimension' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IMDEventWorkspace.cpp:19: style: The function 'export_IMDEventWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IMDEventWorkspaceProperty.cpp:16: style: The function 'export_IMDEventWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IMDHistoWorkspace.cpp:199: style: The function 'export_IMDHistoWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IMDHistoWorkspaceProperty.cpp:16: style: The function 'export_IMDHistoWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IMDWorkspace.cpp:21: style: The function 'export_IMDWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IMDWorkspaceProperty.cpp:16: style: The function 'export_IMDWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IMaskWorkspace.cpp:36: style: The function 'export_IMaskWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/IObjComponent.cpp:31: style: The function 'export_IObjComponent' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/IObject.cpp:18: style: The function 'export_IObject' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IPeak.cpp:55: style: The function 'export_IPeak' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IPeakFunction.cpp:16: style: The function 'export_IPeakFunction' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IPeaksWorkspace.cpp:211: style: The function 'export_IPeaksWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IPeaksWorkspaceProperty.cpp:16: style: The function 'export_IPeaksWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/IPropertyManager.cpp:160: style: The function 'export_IPropertyManager' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/IPropertySettings.cpp:18: style: The function 'export_IPropertySettings' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/ISpectrum.cpp:19: style: The function 'export_ISpectrum' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/ISplittersWorkspace.cpp:19: style: The function 'export_ISplittersWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/ITableWorkspace.cpp:591: style: The function 'export_ITableWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/ITableWorkspaceProperty.cpp:16: style: The function 'export_ITableWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/IValidator.cpp:17: style: The function 'export_IValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IWorkspaceProperty.cpp:10: style: The function 'export_IWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/Instrument.cpp:22: style: The function 'export_Instrument' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/InstrumentInfo.cpp:18: style: The function 'export_InstrumentInfo' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/InstrumentValidator.cpp:16: style: The function 'export_InstrumentValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Jacobian.cpp:17: style: The function 'export_Jacobian' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/Units.cpp:32: style: The function 'export_Label' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ListValidator.cpp:48: style: The function 'export_ListValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/LiveListenerInfo.cpp:17: style: The function 'export_LiveListenerInfo' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/LogFilter.cpp:17: style: The function 'export_LogFilter' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/Logger.cpp:35: style: The function 'export_Logger' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/MDEventWorkspace.cpp:59: style: The function 'export_MDEventWorkspaces' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/MDFrame.cpp:17: style: The function 'export_MDFrame' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/MDGeometry.cpp:42: style: The function 'export_MDGeometry' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/MDHistoWorkspace.cpp:20: style: The function 'export_MDHistoWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/MandatoryValidator.cpp:22: style: The function 'export_MandatoryValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/MaskWorkspace.cpp:20: style: The function 'export_MaskWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/MaskWorkspaceProperty.cpp:16: style: The function 'export_MaskWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/Material.cpp:70: style: The function 'export_Material' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/MaterialBuilder.cpp:20: style: The function 'export_MaterialBuilder' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/MatrixWorkspace.cpp:274: style: The function 'export_MatrixWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/MatrixWorkspaceProperty.cpp:16: style: The function 'export_MatrixWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/WorkspaceValidators.cpp:24: style: The function 'export_MatrixWorkspaceValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/Memory.cpp:13: style: The function 'export_MemoryStats' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/MultiDomainFunction.cpp:14: style: The function 'export_MultiDomainFunction' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/MultipleExperimentInfos.cpp:15: style: The function 'export_MultipleExperimentInfos' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/MultipleFileProperty.cpp:78: style: The function 'export_MultipleFileProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/NullValidator.cpp:19: style: The function 'export_NullValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Axis.cpp:163: style: The function 'export_NumericAxis' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/ObjCompAssembly.cpp:20: style: The function 'export_ObjCompAssembly' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/ObjComponent.cpp:15: style: The function 'export_ObjComponent' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/CSGObject.cpp:20: style: The function 'export_Object' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/OffsetsWorkspace.cpp:19: style: The function 'export_OffsetsWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/OptionalBool.cpp:94: style: The function 'export_OptionalBool' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/OptionalBool.cpp:22: style: The function 'export_OptionalBoolValue' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/OrientedLattice.cpp:58: style: The function 'export_OrientedLattice' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/OrientedLatticeValidator.cpp:16: style: The function 'export_OrientedLatticeValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Algorithm.cpp:175: style: The function 'export_ParallelAlgorithm' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/DataProcessorAlgorithm.cpp:105: style: The function 'export_ParallelDataProcessorAlgorithm' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/PeakShape.cpp:17: style: The function 'export_PeakShape' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/PeaksWorkspace.cpp:20: style: The function 'export_PeaksWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/PeaksWorkspaceProperty.cpp:16: style: The function 'export_PeaksWorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/PointGroup.cpp:61: style: The function 'export_PointGroup' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/PointGroupFactory.cpp:29: style: The function 'export_PointGroupFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/_plugins/src/Exports/ProductFunction.cpp:15: style: The function 'export_ProductFunction' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Progress.cpp:18: style: The function 'export_Progress' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/ProgressBase.cpp:13: style: The function 'export_ProgressBase' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Projection.cpp:105: style: The function 'export_Projection' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/PropertyFactory.cpp:38: style: The function 'export_PropertyFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/PropertyHistory.cpp:19: style: The function 'export_PropertyHistory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/PropertyManager.cpp:29: style: The function 'export_PropertyManager' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/PropertyManagerDataService.cpp:53: style: The function 'export_PropertyManagerDataService' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/PropertyManagerProperty.cpp:36: style: The function 'export_PropertyManagerProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/OptionalBool.cpp:103: style: The function 'export_PropertyWithValueOptionalBool' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/Quat.cpp:27: style: The function 'export_Quat' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/RebinParamsValidator.cpp:23: style: The function 'export_RebinParamsValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/RebinnedOutput.cpp:20: style: The function 'export_RebinnedOutput' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/RectangularDetector.cpp:22: style: The function 'export_RectangularDetector' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/ReferenceFrame.cpp:20: style: The function 'export_ReferenceFrame' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/ReflectionGenerator.cpp:66: style: The function 'export_ReflectionGenerator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/ScriptRepository.cpp:86: style: The function 'export_ScriptRepository' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/ScriptRepositoryFactory.cpp:27: style: The function 'export_ScriptRepositoryFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Algorithm.cpp:165: style: The function 'export_SerialAlgorithm' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/DataProcessorAlgorithm.cpp:102: style: The function 'export_SerialDataProcessorAlgorithm' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/SpaceGroup.cpp:68: style: The function 'export_SpaceGroup' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/SpaceGroupFactory.cpp:52: style: The function 'export_SpaceGroupFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/SpecialWorkspace2D.cpp:19: style: The function 'export_SpecialWorkspace2D' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Axis.cpp:143: style: The function 'export_SpectraAxis' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/SpectrumDefinition.cpp:22: style: The function 'export_SpectrumDefinition' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/SpectrumInfo.cpp:31: style: The function 'export_SpectrumInfo' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/SpectrumInfoItem.cpp:20: style: The function 'export_SpectrumInfoItem' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/SpectrumInfoIterator.cpp:18: style: The function 'export_SpectrumInfoIterator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/SpectrumInfoPythonIterator.cpp:18: style: The function 'export_SpectrumInfoPythonIterator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/SplittersWorkspace.cpp:20: style: The function 'export_SplittersWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/Statistics.cpp:257: style: The function 'export_Statistics' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/StringContainsValidator.cpp:38: style: The function 'export_StringContainsValidator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/SymmetryElement.cpp:40: style: The function 'export_SymmetryElement' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/SymmetryElementFactory.cpp:17: style: The function 'export_SymmetryElementFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/SymmetryOperation.cpp:39: style: The function 'export_SymmetryOperation' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/SymmetryOperationFactory.cpp:30: style: The function 'export_SymmetryOperationFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/TableWorkspace.cpp:29: style: The function 'export_TableWorkspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Axis.cpp:206: style: The function 'export_TextAxis' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/TimeSeriesProperty.cpp:153: style: The function 'export_TimeSeriesPropertyStatistics' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/TimeSeriesProperty.cpp:139: style: The function 'export_TimeSeriesProperty_Bool' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/TimeSeriesProperty.cpp:135: style: The function 'export_TimeSeriesProperty_Double' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/TimeSeriesProperty.cpp:141: style: The function 'export_TimeSeriesProperty_Int32' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/TimeSeriesProperty.cpp:145: style: The function 'export_TimeSeriesProperty_Int64' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/TimeSeriesProperty.cpp:149: style: The function 'export_TimeSeriesProperty_String' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/Unit.cpp:56: style: The function 'export_Unit' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/geometry/src/Exports/UnitCell.cpp:71: style: The function 'export_UnitCell' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/UnitConversion.cpp:14: style: The function 'export_UnitConversion' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/UnitFactory.cpp:23: style: The function 'export_UnitFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/UnitLabel.cpp:56: style: The function 'export_UnitLabel' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/UsageService.cpp:42: style: The function 'export_UsageService' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/V3D.cpp:96: style: The function 'export_V3D' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/VMD.cpp:56: style: The function 'export_VMD' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/VisibleWhenProperty.cpp:13: style: The function 'export_VisibleWhenProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Workspace.cpp:51: style: The function 'export_Workspace' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/Workspace2D.cpp:181: style: The function 'export_Workspace2D' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/WorkspaceFactory.cpp:69: style: The function 'export_WorkspaceFactory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/WorkspaceGroup.cpp:69: style: The function 'export_WorkspaceGroup' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/WorkspaceGroupProperty.cpp:16: style: The function 'export_WorkspaceGroupProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/WorkspaceHistory.cpp:41: style: The function 'export_WorkspaceHistory' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/WorkspaceProperty.cpp:17: style: The function 'export_WorkspaceProperty' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/dataobjects/src/Exports/WorkspaceSingleValue.cpp:20: style: The function 'export_WorkspaceSingleValue' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/WorkspaceValidators.cpp:55: style: The function 'export_WorkspaceValidators' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AlgorithmObserver.cpp:39: style: The function 'export_algorithm_observer' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/AlgorithmProxy.cpp:23: style: The function 'export_algorithm_proxy' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/IAlgorithm.cpp:364: style: The function 'export_ialgorithm' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/Algorithm.cpp:92: style: The function 'export_leaf_classes' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/kernel/src/Exports/DateAndTime.cpp:91: style: The function 'export_time_duration' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/FitParameterTie.cpp:102: style: The function 'exprRHS' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:194: style: The function 'extractWord' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/RegexStrings.cpp:278: style: The function 'findPattern' is never used.
/home/ieb35538/mantid/MantidPlot/src/Folder.cpp:130: style: The function 'findWindow' is never used.
/home/ieb35538/mantid/MantidPlot/src/Folder.cpp:84: style: The function 'folderBelow' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:400: style: The function 'fullBlock' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/FitParameterTie.cpp:138: style: The function 'functionDeleted' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/FitParameterTie.cpp:122: style: The function 'functionInserted' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/NexusGeometryTestHelpers.cpp:26: style: The function 'generateCoLinearPixels' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/NexusGeometryTestHelpers.cpp:44: style: The function 'generateNonCoLinearPixels' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:467: style: The function 'getAlgorithmNames' is never used.
/home/ieb35538/mantid/Framework/Geometry/src/Crystal/ReflectionCondition.cpp:61: style: The function 'getAllReflectionConditionNames' is never used.
/home/ieb35538/mantid/Framework/Geometry/src/Crystal/PointGroup.cpp:253: style: The function 'getCrystalSystemFromString' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Diffraction.cpp:158: style: The function 'getDToTofConversionFunc' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/InputHistory.cpp:131: style: The function 'getDirectoryFromFilePath' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/NexusGeometryTestHelpers.cpp:55: style: The function 'getFakeDetIDs' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:773: style: The function 'getFullJSONInstrumentSimpleCylindrical' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:737: style: The function 'getFullJSONInstrumentSimpleOFF' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:809: style: The function 'getFullJSONInstrumentSimpleWithChopper' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:912: style: The function 'getFullJSONInstrumentSimpleWithMonitor' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:857: style: The function 'getFullJSONInstrumentSimpleWithMonitorNoShape' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:972: style: The function 'getFullJSONInstrumentSimpleWithZPixelOffset' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/NonOrthogonal.cpp:476: style: The function 'getGridLineAnglesInRadian' is never used.
/home/ieb35538/mantid/Framework/DataHandling/test/NXcanSASTestHelper.cpp:31: style: The function 'getIDFfromWorkspace' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Muon/MuonAnalysis.cpp:3432: style: The function 'getIfTFAsymmStore' is never used.
/home/ieb35538/mantid/Framework/WorkflowAlgorithms/src/WorkflowAlgorithmHelpers.cpp:78: style: The function 'getIntPropOrParam' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/MagneticIon.cpp:1305: style: The function 'getJL' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:529: style: The function 'getJSONGeometryEmptyCylindricalGeometry' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:484: style: The function 'getJSONGeometryEmptyOffGeometry' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:549: style: The function 'getJSONGeometryInvalidCylindricalGeometry' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:504: style: The function 'getJSONGeometryInvalidOffGeometry' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:603: style: The function 'getJSONGeometryMissingBeamDirectionOffset' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:702: style: The function 'getJSONGeometryMissingChopperInformation' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:667: style: The function 'getJSONGeometryMissingMonitorInformation' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:634: style: The function 'getJSONGeometryMissingOrientation' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:575: style: The function 'getJSONGeometryMissingTransformations' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:419: style: The function 'getJSONGeometryNoDetectorIDs' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:409: style: The function 'getJSONGeometryNoDetectors' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:400: style: The function 'getJSONGeometryNoInstrument' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:465: style: The function 'getJSONGeometryNoPixelShape' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:393: style: The function 'getJSONGeometryNoSample' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:431: style: The function 'getJSONGeometryNoXPixelOffset' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/JSONGeometryParserTestHelper.cpp:447: style: The function 'getJSONGeometryNoYPixelOffset' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:2346: style: The function 'getMantidMatrix' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/NonOrthogonal.cpp:354: style: The function 'getMissingHKLDimensionIndex' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/InputHistory.cpp:141: style: The function 'getNameOnlyFromFilePath' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:272: style: The function 'getPartLine' is never used.
/home/ieb35538/mantid/Framework/Geometry/src/Crystal/PointGroup.cpp:217: style: The function 'getPointGroupsByCrystalSystem' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecovery.cpp:712: style: The function 'getRecoveryFolderCheckPR' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecovery.cpp:704: style: The function 'getRecoveryFolderOutputPR' is never used.
/home/ieb35538/mantid/Framework/Geometry/src/Crystal/ReflectionCondition.cpp:106: style: The function 'getReflectionConditionByName' is never used.
/home/ieb35538/mantid/Framework/WorkflowAlgorithms/src/EQSANSLoad.cpp:123: style: The function 'getRunPropertyDbl' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:250: style: The function 'getStatistics < bool >' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Statistics.cpp:241: style: The function 'getStatistics < string >' is never used.
/home/ieb35538/mantid/Framework/DataHandling/test/NXcanSASTestHelper.cpp:124: style: The function 'getTransmissionWorkspace' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/H5Util.cpp:40: style: The function 'getType < double >' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/H5Util.cpp:36: style: The function 'getType < float >' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/H5Util.cpp:44: style: The function 'getType < int32_t >' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/H5Util.cpp:52: style: The function 'getType < int64_t >' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/H5Util.cpp:48: style: The function 'getType < uint32_t >' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/H5Util.cpp:56: style: The function 'getType < uint64_t >' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectSaveView.cpp:94: style: The function 'getUncheckedPythonInterfaces' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:507: style: The function 'getVAXnum' is never used.
/home/ieb35538/mantid/MantidPlot/src/ImportASCIIDialog.cpp:152: style: The function 'getselectedColumnSeparator' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/mantid/api/src/Exports/ITableWorkspace.cpp:510: style: The function 'getstate' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidMatrix.cpp:511: style: The function 'goTo' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidMatrix.cpp:538: style: The function 'goToColumn' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidMatrix.cpp:523: style: The function 'goToRow' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidMatrix.cpp:1156: style: The function 'goToTab' is never used.
/home/ieb35538/mantid/MantidPlot/src/ConfigDialog.cpp:3106: style: The function 'gotoMantidDirectories' is never used.
/home/ieb35538/mantid/MantidPlot/src/LogisticFit.cpp:88: style: The function 'guessInitialValues' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Common/InstrumentParameters.cpp:29: style: The function 'hasMissingValues' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Common/InstrumentParameters.cpp:20: style: The function 'hasTypeErrors' is never used.
/home/ieb35538/mantid/MantidPlot/src/Folder.cpp:209: style: The function 'hasWindow' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:2995: style: The function 'hideSelectedColumns' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:94: style: The function 'ignorableWhitespace' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1677: style: The function 'imageMarkerSelected' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:1273: style: The function 'importImage' is never used.
/home/ieb35538/mantid/Framework/PythonInterface/core/src/NDArray.cpp:23: style: The function 'importNumpy' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/QtRunsTableView.cpp:314: style: The function 'indexOfElseFirst' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:375: style: The function 'initFonts' is never used.
/home/ieb35538/mantid/MantidPlot/src/AssociationsDialog.cpp:194: style: The function 'initTablesList' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1741: style: The function 'initTitle' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:2201: style: The function 'insertMenu' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:469: style: The function 'insertNewData' is never used.
/home/ieb35538/mantid/MantidPlot/src/FunctionDialog.cpp:528: style: The function 'insertParamFunctionsList' is never used.
/home/ieb35538/mantid/MantidPlot/src/FunctionDialog.cpp:534: style: The function 'insertPolarFunctionsList' is never used.
/home/ieb35538/mantid/MantidPlot/src/PlotWizard.cpp:293: style: The function 'insertTablesList' is never used.
/home/ieb35538/mantid/Framework/HistogramData/src/Interpolate.cpp:279: style: The function 'interpolateCSpline' is never used.
/home/ieb35538/mantid/Framework/HistogramData/src/Interpolate.cpp:227: style: The function 'interpolateLinear' is never used.
/home/ieb35538/mantid/Framework/LiveData/test/TestDataListener.cpp:74: style: The function 'isConnected' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:1586: style: The function 'isEmptyColumn' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/FileComparisonHelper.cpp:194: style: The function 'isEqualToReferenceFile' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Direct/BaseInstrumentModel.cpp:81: style: The function 'isErrorCode' is never used.
/home/ieb35538/mantid/MantidPlot/src/PlotCurve.cpp:407: style: The function 'isFullRange' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/NonOrthogonal.cpp:394: style: The function 'isHKLDimensions' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Reduction/Slicing.cpp:32: style: The function 'isNoSlicing' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/pqHelpWindow.cxx:78: style: The function 'isSequential' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidTable.cpp:383: style: The function 'isSortable' is never used.
/home/ieb35538/mantid/Framework/Muon/src/MuonAlgorithmHelper.cpp:526: style: The function 'is_alphanumerical_or_underscore' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1223: style: The function 'linColor' is never used.
/home/ieb35538/mantid/MantidPlot/src/PythonScript.cpp:169: style: The function 'lineNumberChanged' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1212: style: The function 'linearAxes' is never used.
/home/ieb35538/mantid/Framework/LiveData/src/ISIS/example.cpp:21: style: The function 'liveData' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1218: style: The function 'logColor' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1194: style: The function 'logLogAxes' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1200: style: The function 'logXLinY' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1206: style: The function 'logYlinX' is never used.
/home/ieb35538/mantid/Framework/Algorithms/src/ApodizationFunctions.cpp:27: style: The function 'lorentz' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:69: style: The function 'makeCompletedRow' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:378: style: The function 'makeEmptyExperiment' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:92: style: The function 'makeEmptyGroup' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:410: style: The function 'makeEmptyInstrument' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:352: style: The function 'makeEmptyPolarizationCorrections' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:27: style: The function 'makeEmptyRow' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:344: style: The function 'makeEmptyStitchOptions' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:366: style: The function 'makeEmptyTransmissionStitchOptions' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:370: style: The function 'makeExperiment' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDEventsTestHelper.cpp:140: style: The function 'makeFakeMDEventWorkspace' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDEventsTestHelper.cpp:248: style: The function 'makeFakeMDHistoWorkspaceGeneral' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDAlgorithmsTestHelper.cpp:42: style: The function 'makeFileBackedMDEW' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDAlgorithmsTestHelper.cpp:83: style: The function 'makeFileBackedMDEWwithMDFrame' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:94: style: The function 'makeGroupWithOneRow' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:116: style: The function 'makeGroupWithTwoRowsWithMixedQResolutions' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:108: style: The function 'makeGroupWithTwoRowsWithNonstandardNames' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:131: style: The function 'makeGroupWithTwoRowsWithOutputQResolutions' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:405: style: The function 'makeInstrument' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDEventsTestHelper.cpp:160: style: The function 'makeMDBox1' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDEventsTestHelper.cpp:180: style: The function 'makeMDBox3' is never used.
/home/ieb35538/mantid/qt/paraview_ext/VatesAPI/src/Normalization.cpp:23: style: The function 'makeMDEventNormalizationFunction' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MDEventsTestHelper.cpp:200: style: The function 'makeMDEvents1' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MultiDomainFunctionHelper.cpp:90: style: The function 'makeMultiDomainDomain3' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MultiDomainFunctionHelper.cpp:68: style: The function 'makeMultiDomainFunction3' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MultiDomainFunctionHelper.cpp:107: style: The function 'makeMultiDomainWorkspace1' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MultiDomainFunctionHelper.cpp:123: style: The function 'makeMultiDomainWorkspace2' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/MultiDomainFunctionHelper.cpp:139: style: The function 'makeMultiDomainWorkspace3' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:312: style: The function 'makePerThetaDefaults' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Muon/MuonAnalysisFitDataTab.cpp:49: style: The function 'makeRawWorkspace' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/DataProcessorTestHelper.cpp:69: style: The function 'makeRowData' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:77: style: The function 'makeRowWithMainCellsFilled' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:84: style: The function 'makeRowWithOptionsCellFilled' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ONCatHelper.cpp:76: style: The function 'make_mock_oncat_api' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ONCatHelper.cpp:95: style: The function 'make_mock_token_store' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ONCatHelper.cpp:99: style: The function 'make_mock_token_store_already_logged_in' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ONCatHelper.cpp:81: style: The function 'make_oncat_with_mock_api' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1635: style: The function 'markerSelected' is never used.
/home/ieb35538/mantid/MantidPlot/src/PythonScripting.cpp:431: style: The function 'mathFunctionDoc' is never used.
/home/ieb35538/mantid/MantidPlot/src/PythonScripting.cpp:420: style: The function 'mathFunctions' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:565: style: The function 'menuAboutToShow' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:2329: style: The function 'mergePlots' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:2918: style: The function 'moveColumn' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:2953: style: The function 'moveColumnBy' is never used.
/home/ieb35538/mantid/MantidPlot/src/DockedWindow.cpp:69: style: The function 'moveEvent' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/RunsTable/QtRunsTableView.cpp:66: style: The function 'mustSelectGroup' is never used.
/home/ieb35538/mantid/Framework/DataHandling/src/SaveToSNSHistogramNexus.cpp:703: style: The function 'nexus_print_error' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:5411: style: The function 'noNormalization' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:5439: style: The function 'noNormalizationMD' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:2126: style: The function 'noXColumn' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:2135: style: The function 'noYColumn' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:1331: style: The function 'normalizeSelection' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:5467: style: The function 'numEventsNormalizationMD' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:779: style: The function 'numSelectedColumns' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:765: style: The function 'numSelectedRows' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:3869: style: The function 'obsoleteSymbolStyle' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecoveryGUIs/ProjectRecoveryView.cpp:33: style: The function 'onClickLastCheckpoint' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecoveryGUIs/ProjectRecoveryView.cpp:40: style: The function 'onClickOpenLastInScriptWindow' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecoveryGUIs/RecoveryFailureView.cpp:62: style: The function 'onClickOpenSelectedInScriptWindow' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecoveryGUIs/RecoveryFailureView.cpp:47: style: The function 'onClickSelectedCheckpoint' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecoveryGUIs/ProjectRecoveryView.cpp:47: style: The function 'onClickStartMantidNormally' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/QtMainWindowView.cpp:134: style: The function 'onShowOptionsRequested' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Runs/QtRunsView.cpp:259: style: The function 'on_actionAutoreducePause_triggered' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Runs/QtRunsView.cpp:249: style: The function 'on_actionAutoreduce_triggered' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Runs/QtRunsView.cpp:239: style: The function 'on_actionSearch_triggered' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Runs/QtRunsView.cpp:268: style: The function 'on_actionTransfer_triggered' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidMDCurveDialog.cpp:49: style: The function 'on_btnCancel_clicked' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidMDCurveDialog.cpp:44: style: The function 'on_btnOK_clicked' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Runs/QtRunsView.cpp:369: style: The function 'on_buttonMonitor_clicked' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Runs/QtRunsView.cpp:375: style: The function 'on_buttonStopMonitor_clicked' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:148: style: The function 'oneEmptyGroupModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:169: style: The function 'oneGroupWithARowModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:177: style: The function 'oneGroupWithARowWithInputQRangeModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:189: style: The function 'oneGroupWithARowWithOutputQRangeModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:161: style: The function 'oneGroupWithAnInvalidRowModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:199: style: The function 'oneGroupWithAnotherRowModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:207: style: The function 'oneGroupWithAnotherRunWithSameAngleModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:223: style: The function 'oneGroupWithTwoRowsModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:302: style: The function 'oneGroupWithTwoRowsWithOutputNamesModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:215: style: The function 'oneGroupWithTwoRunsInARowModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:232: style: The function 'oneGroupWithTwoSimpleRowsModel' is never used.
/home/ieb35538/mantid/Framework/Geometry/src/Crystal/HKLFilter.cpp:102: style: The function 'operator&' is never used.
/home/ieb35538/mantid/Framework/API/src/AlgorithmHistory.cpp:284: style: The function 'operator<<' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/Batch/Row.cpp:39: style: The function 'operator<=' is never used.
/home/ieb35538/mantid/Framework/Geometry/src/Crystal/HKLFilter.cpp:117: style: The function 'operator|' is never used.
/home/ieb35538/mantid/Framework/Geometry/src/Crystal/HKLFilter.cpp:88: style: The function 'operator~' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Common/GetInstrumentParameter.cpp:70: style: The function 'originalMessage' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Indirect/JumpFitAddWorkspaceDialog.cpp:34: style: The function 'parameterType' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Common/Parse.cpp:67: style: The function 'parseNonNegativeInt' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Common/Parse.cpp:43: style: The function 'parseNonNegativeNonZeroDouble' is never used.
/home/ieb35538/mantid/MantidPlot/src/Matrix.cpp:608: style: The function 'pasteSelection' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/Batch/RowLocation.cpp:133: style: The function 'pathsSameUntilDepth' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:584: style: The function 'plot3DMatrix' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:2305: style: The function 'plotInstrumentSpectrum' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:2313: style: The function 'plotInstrumentSpectrumList' is never used.
/home/ieb35538/mantid/MantidPlot/src/TiledWindow.cpp:951: style: The function 'populateMenu' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/PeakPickerTool.cpp:667: style: The function 'prepareContextMenu' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ReflectometryHelper.cpp:87: style: The function 'prepareInputGroup' is never used.
/home/ieb35538/mantid/MantidPlot/src/MultiLayer.cpp:848: style: The function 'printActiveLayer' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/InputHistory.cpp:87: style: The function 'printAll' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:145: style: The function 'printHex' is never used.
/home/ieb35538/mantid/MantidPlot/src/ScriptFileInterpreter.cpp:336: style: The function 'printOutput' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:96: style: The function 'processingInstruction' is never used.
/home/ieb35538/mantid/Framework/DataHandling/test/NXcanSASTestHelper.cpp:134: style: The function 'provide2DWorkspace' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/NonOrthogonal.cpp:367: style: The function 'provideSkewMatrix' is never used.
/home/ieb35538/mantid/MantidPlot/src/Fit.cpp:353: style: The function 'rSquare' is never used.
/home/ieb35538/mantid/Framework/Parallel/src/IO/NXEventDataLoader.cpp:14: style: The function 'readAttribute' is never used.
/home/ieb35538/mantid/MantidPlot/src/PythonScript.cpp:455: style: The function 'recursiveAsyncSetup' is never used.
/home/ieb35538/mantid/MantidPlot/src/PythonScript.cpp:469: style: The function 'recursiveAsyncTeardown' is never used.
/home/ieb35538/mantid/Framework/DataHandling/test/NXcanSASTestHelper.cpp:217: style: The function 'removeFile' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:2473: style: The function 'removeMantidErrorBars' is never used.
/home/ieb35538/mantid/MantidPlot/src/FloatingWindow.cpp:197: style: The function 'removeMdiSubWindow' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:3086: style: The function 'removePie' is never used.
/home/ieb35538/mantid/MantidPlot/src/FloatingWindow.cpp:176: style: The function 'removeStaysOnTopFlag' is never used.
/home/ieb35538/mantid/MantidPlot/src/LabelTool.cpp:414: style: The function 'removeTextBox' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/WorkspaceCreationHelper.cpp:83: style: The function 'removeWS' is never used.
/home/ieb35538/mantid/MantidPlot/src/TiledWindow.cpp:581: style: The function 'removeWidgetToDocked' is never used.
/home/ieb35538/mantid/MantidPlot/src/TiledWindow.cpp:590: style: The function 'removeWidgetToFloating' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectRecovery.cpp:781: style: The function 'repairCheckpointDirectory' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/pqHelpWindow.cxx:209: style: The function 'requestStarted' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/NonOrthogonal.cpp:382: style: The function 'requiresSkewMatrix' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:3330: style: The function 'resizeData' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ReflectometryHelper.cpp:127: style: The function 'retrieveOutWS' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:479: style: The function 'runningAlgCount' is never used.
/home/ieb35538/mantid/Framework/TestHelpers/src/ComponentCreationHelper.cpp:984: style: The function 'sansInstrument' is never used.
/home/ieb35538/mantid/MantidPlot/src/ScriptFileInterpreter.cpp:326: style: The function 'saveOutput' is never used.
/home/ieb35538/mantid/MantidPlot/src/TiledWindow.cpp:902: style: The function 'selectRange' is never used.
/home/ieb35538/mantid/MantidPlot/src/TiledWindow.cpp:859: style: The function 'selectWidget' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:876: style: The function 'selectedColsNumber' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:817: style: The function 'selectedXColumns' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:808: style: The function 'selectedYColumns' is never used.
/home/ieb35538/mantid/MantidPlot/src/ProjectSerialiser.cpp:147: style: The function 'serialisablePythonInterfaces' is never used.
/home/ieb35538/mantid/Framework/DataHandling/test/NXcanSASTestHelper.cpp:208: style: The function 'set2DValues' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:2082: style: The function 'setAscValues' is never used.
/home/ieb35538/mantid/qt/paraview_ext/VatesAPI/src/Common.cpp:71: style: The function 'setAxisLabel' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:881: style: The function 'setAxisTitleDistance' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1789: style: The function 'setBackGrid' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidMatrix.cpp:819: style: The function 'setBinGraph' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1584: style: The function 'setBoxed' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1786: style: The function 'setCeilGrid' is never used.
/home/ieb35538/mantid/MantidPlot/src/lib/3rdparty/qtcolorpicker/src/qtcolorpicker.cpp:463: style: The function 'setColorDialogEnabled' is never used.
/home/ieb35538/mantid/MantidPlot/src/PlotWizard.cpp:303: style: The function 'setColumnsList' is never used.
/home/ieb35538/mantid/MantidPlot/src/Spectrogram.cpp:715: style: The function 'setContourLinePen' is never used.
/home/ieb35538/mantid/MantidPlot/src/DataSetDialog.cpp:94: style: The function 'setCurentDataSet' is never used.
/home/ieb35538/mantid/MantidPlot/src/AxesDialog.cpp:1613: style: The function 'setCurrentScale' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:4937: style: The function 'setCurveFullRange' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:4946: style: The function 'setCurveLineColor' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:4968: style: The function 'setCurveLineStyle' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:4979: style: The function 'setCurveLineWidth' is never used.
/home/ieb35538/mantid/MantidPlot/src/DataSetDialog.cpp:90: style: The function 'setCurveNames' is never used.
/home/ieb35538/mantid/MantidPlot/src/RangeSelectorTool.cpp:428: style: The function 'setCurveRange' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:4515: style: The function 'setCurveSkipSymbolsCount' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1750: style: The function 'setCurveTitle' is never used.
/home/ieb35538/mantid/MantidPlot/src/CurveRangeDialog.cpp:82: style: The function 'setCurveToModify' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:98: style: The function 'setDocumentLocator' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Indirect/IndirectDataTablePresenter.cpp:45: style: The function 'setEditorData' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1739: style: The function 'setEmptyFloor' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/General/MantidEV.cpp:1670: style: The function 'setEnabledFindUBUsingIndexedPeaksParams_slot' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidUI.cpp:1876: style: The function 'setFitFunctionBrowser' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1719: style: The function 'setFloorData' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1787: style: The function 'setFloorGrid' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1729: style: The function 'setFloorIsolines' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1576: style: The function 'setFramed' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1788: style: The function 'setFrontGrid' is never used.
/home/ieb35538/mantid/MantidPlot/src/MultiLayer.cpp:401: style: The function 'setGraphGeometry' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:170: style: The function 'setHeaderColor' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:176: style: The function 'setHeaderFont' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:5063: style: The function 'setIndexedColors' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1784: style: The function 'setLeftGrid' is never used.
/home/ieb35538/mantid/MantidPlot/src/MdiSubWindow.cpp:390: style: The function 'setMaximized' is never used.
/home/ieb35538/mantid/MantidPlot/src/DockedWindow.cpp:38: style: The function 'setMdiSubWindow' is never used.
/home/ieb35538/mantid/MantidPlot/src/MdiSubWindow.cpp:379: style: The function 'setMinimized' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1592: style: The function 'setNoAxes' is never used.
/home/ieb35538/mantid/MantidPlot/src/SurfaceDialog.cpp:525: style: The function 'setParametricSurface' is never used.
/home/ieb35538/mantid/MantidPlot/src/Plot3DDialog.cpp:464: style: The function 'setPlot' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:1927: style: The function 'setRandomValues' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Batch/BatchJobRunner.cpp:115: style: The function 'setReprocessFailedItems' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:852: style: The function 'setRightAxisTitle' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:1785: style: The function 'setRightGrid' is never used.
/home/ieb35538/mantid/MantidPlot/src/ErrDialog.cpp:169: style: The function 'setSrcTables' is never used.
/home/ieb35538/mantid/MantidPlot/src/lib/3rdparty/qtcolorpicker/src/qtcolorpicker.cpp:388: style: The function 'setStandardColors' is never used.
/home/ieb35538/mantid/MantidPlot/src/FloatingWindow.cpp:164: style: The function 'setStaysOnTopFlag' is never used.
/home/ieb35538/mantid/MantidPlot/src/PythonScripting.cpp:81: style: The function 'setSysArgs' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:166: style: The function 'setTextFont' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:858: style: The function 'setTopAxisTitle' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/Reduction/ItemState.cpp:41: style: The function 'setWarning' is never used.
/home/ieb35538/mantid/Framework/DataHandling/test/NXcanSASTestHelper.cpp:38: style: The function 'setXValuesOn1DWorkspaceWithPointData' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/ChecksumHelper.cpp:81: style: The function 'sha1FromFile' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:3002: style: The function 'showAllColumns' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Muon/MuonAnalysis.cpp:2124: style: The function 'showAllPlotWindows' is never used.
/home/ieb35538/mantid/MantidPlot/src/AxesDialog.cpp:1575: style: The function 'showAxesPage' is never used.
/home/ieb35538/mantid/MantidPlot/src/Plot3DDialog.cpp:892: style: The function 'showAxisTab' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:5174: style: The function 'showCurve' is never used.
/home/ieb35538/mantid/MantidPlot/src/AxesDialog.cpp:1593: style: The function 'showGeneralPage' is never used.
/home/ieb35538/mantid/MantidPlot/src/Plot3DDialog.cpp:886: style: The function 'showGeneralTab' is never used.
/home/ieb35538/mantid/MantidPlot/src/AxesDialog.cpp:1584: style: The function 'showGridPage' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/GUI/Experiment/QtExperimentView.cpp:506: style: The function 'showOptionLoadErrors' is never used.
/home/ieb35538/mantid/MantidPlot/src/Plot3DDialog.cpp:890: style: The function 'showTitleTab' is never used.
/home/ieb35538/mantid/MantidPlot/src/Folder.cpp:211: style: The function 'sizeToString' is never used.
/home/ieb35538/mantid/Framework/ICat/test/ICatTestHelper.cpp:16: style: The function 'skipTests' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:99: style: The function 'skippedEntity' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:1569: style: The function 'sortColAsc' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:1571: style: The function 'sortColDesc' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:1402: style: The function 'sortColumnsDialog' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/MantidTable.cpp:463: style: The function 'sortTableDialog' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:484: style: The function 'splitToKeyValues' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:996: style: The function 'split_path' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:89: style: The function 'startDocument' is never used.
/home/ieb35538/mantid/Framework/API/src/ExperimentInfo.cpp:100: style: The function 'startPrefixMapping' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:381: style: The function 'stripComment' is never used.
/home/ieb35538/mantid/Framework/DataObjects/src/WorkspaceCreation.cpp:16: style: The function 'stripData' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Strings.cpp:161: style: The function 'stripMultSpc' is never used.
/home/ieb35538/mantid/Framework/Algorithms/src/LineProfile.cpp:275: style: The function 'sumMode' is never used.
/home/ieb35538/mantid/Framework/Kernel/src/Unit.cpp:1264: style: The function 'timeConversionValue' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/DataProcessorUI/ToStdStringMap.cpp:12: style: The function 'toStdStringMap' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/NonOrthogonal.cpp:403: style: The function 'transformFromDoubleToCoordT' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/NonOrthogonal.cpp:426: style: The function 'transformLookpointToWorkspaceCoord' is never used.
/home/ieb35538/mantid/qt/widgets/common/src/ParseKeyValueString.cpp:80: style: The function 'trimWhitespaceQuotesAndEmptyValues' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:154: style: The function 'twoEmptyGroupsModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:249: style: The function 'twoGroupsWithARowModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:277: style: The function 'twoGroupsWithMixedRowsModel' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/ISISReflectometry/TestHelpers/ModelCreationHelper.cpp:262: style: The function 'twoGroupsWithTwoRowsModel' is never used.
/home/ieb35538/mantid/Framework/Crystal/src/DisjointElement.cpp:156: style: The function 'unionElements' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/InputHistory.cpp:71: style: The function 'updateAlgorithm' is never used.
/home/ieb35538/mantid/qt/paraview_ext/PVPlugins/Filters/PeaksFilter/vtkPeaksFilter.cxx:144: style: The function 'updateAlgorithmProgress' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/InputHistory.cpp:154: style: The function 'updateAlgorithmProperty' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:4918: style: The function 'updateCurveNames' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1810: style: The function 'updateCurvesData' is never used.
/home/ieb35538/mantid/qt/scientific_interfaces/Indirect/IndirectDataTablePresenter.cpp:56: style: The function 'updateEditorGeometry' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:1766: style: The function 'updateImageMarker' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph3D.cpp:648: style: The function 'updateMatrixData' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:4822: style: The function 'validCurvesDataSize' is never used.
/home/ieb35538/mantid/MantidPlot/src/Table.cpp:3252: style: The function 'verticalHeaderWidth' is never used.
/home/ieb35538/mantid/MantidPlot/src/Graph.cpp:5453: style: The function 'volumeNormalizationMD' is never used.
/home/ieb35538/mantid/MantidPlot/src/Mantid/PeakPickerTool.cpp:319: style: The function 'windowStateChanged' is never used.
/home/ieb35538/mantid/MantidPlot/src/ScriptOutputDisplay.cpp:123: style: The function 'zoomLevel' is never used.
Framework/PythonInterface/mantid/*/src/Exports/*.cpp:0: information: Unmatched suppression: unusedFunction
:: information: Cppcheck cannot find all the include files (use --check-config for details)
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you feel this is incorrect please comment to keep it alive, with a reason why.

To prevent closure, e.g. for long-term planning issues, add the "Never Stale" label.

stale[bot] commented 3 years ago

This issue has been closed automatically. If this still affects you please re-open this issue with a comment so we can look into resolving it.