Skip to content

report_gcc

Vít Kučera edited this page Apr 20, 2026 · 13 revisions

Report from GCC

To access the full raw file, add .md in the URL.

Summary

Per category

category issues
-Waddress 1
-Warray-bounds= 1
-Wcatch-value= 22
-Wchar-subscripts 1
-Wcomment 10
-Wdelete-non-virtual-dtor 3
-Wdeprecated-copy 6
-Wdeprecated-declarations 7
-Wformat-overflow= 1
-Wignored-qualifiers 87
-Wimplicit-fallthrough= 11
-Wint-in-bool-context 4
-Wmaybe-uninitialized 88
-Wmissing-field-initializers 674
-Wnonnull 1
-Woverloaded-virtual= 1
-Wparentheses 15
-Wpessimizing-move 135
-Wredundant-move 3
-Wreorder 823
-Wsequence-point 5
-Wsign-compare 1555
-Wsizeof-pointer-div 1
-Wstrict-aliasing 9
-Wstringop-truncation 8
-Wtype-limits 31
-Wuninitialized 2
-Wunused-but-set-variable 132
-Wunused-variable 1523
total 5160

Per directory, per line

directory issues issues per 1000 lines
Algorithm 1 0.448
CCDB 22 3.78
Common 61 2.71
DataFormats 217 4.22
Detectors 3857 6.61
EventVisualisation 27 3.6
Framework 744 7.07
GPU 60 0.718
Generators 35 4.54
Steer 67 8.65
Utilities 50 2.3
run 19 5.07
total 5160 5.69

Issues

Algorithm

Algorithm/test/test_RangeTokenizer.cxx

Algorithm/test/test_RangeTokenizer.cxx:58:21: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

CCDB

CCDB/src/CCDBDownloader.cxx

CCDB/src/CCDBDownloader.cxx:388:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
CCDB/src/CCDBDownloader.cxx:400:8: warning: unused variable 'requestData' [-Wunused-variable]
CCDB/src/CCDBDownloader.cxx:522:77: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
CCDB/src/CCDBDownloader.cxx:539:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
CCDB/src/CCDBDownloader.cxx:547:36: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
CCDB/src/CCDBDownloader.cxx:701:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<void*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
CCDB/src/CCDBDownloader.cxx:727:44: warning: variable 'headerMap' set but not used [-Wunused-but-set-variable]
CCDB/src/CCDBDownloader.cxx:728:29: warning: variable 'hostsPool' set but not used [-Wunused-but-set-variable]

CCDB/src/CcdbApi.cxx

CCDB/src/CcdbApi.cxx:850:27: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
CCDB/src/CcdbApi.cxx:1711:20: warning: unused variable 'hannot' [-Wunused-variable]
CCDB/src/CcdbApi.cxx:1725:29: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
CCDB/src/CcdbApi.cxx:1770:27: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
CCDB/src/CcdbApi.cxx:1967:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::ccdb::CcdbApi::RequestContext>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
CCDB/src/CcdbApi.cxx:1979:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::ccdb::CcdbApi::RequestContext>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
CCDB/src/CcdbApi.cxx:2153:27: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
CCDB/src/CcdbApi.cxx:2136:12: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized]

CCDB/src/InspectCCDBFile.cxx

CCDB/src/InspectCCDBFile.cxx:101:33: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]

CCDB/test/testCcdbApi.cxx

CCDB/test/testCcdbApi.cxx:274:9: warning: unused variable 'object' [-Wunused-variable]

CCDB/test/testCcdbApiDownloader.cxx

CCDB/test/testCcdbApiDownloader.cxx:112:27: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
CCDB/test/testCcdbApiDownloader.cxx:123:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]

CCDB/test/testCcdbApiHeaders.cxx

CCDB/test/testCcdbApiHeaders.cxx:345:9: warning: unused variable 'badObj' [-Wunused-variable]
CCDB/test/testCcdbApiHeaders.cxx:346:9: warning: unused variable 'goodObj' [-Wunused-variable]

Common

Common/DCAFitter/include/DCAFitter/DCAFitterN.h

Common/DCAFitter/include/DCAFitter/DCAFitterN.h:770:8: warning: variable 'oldPCA' set but not used [-Wunused-but-set-variable]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1179:15: warning: unused variable 'trP' [-Wunused-variable]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1180:15: warning: unused variable 'trN' [-Wunused-variable]

Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h

Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:64:73: warning: unused variable 'cspI' [-Wunused-variable]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:787:10: warning: unused variable 'z' [-Wunused-variable]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:796:10: warning: unused variable 'X' [-Wunused-variable]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:797:10: warning: unused variable 'Y' [-Wunused-variable]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:841:20: warning: 'finalZ' may be used uninitialized [-Wmaybe-uninitialized]

Common/Field/src/MagFieldFast.cxx

Common/Field/src/MagFieldFast.cxx:73:7: warning: unused variable 'valI' [-Wunused-variable]

Common/Field/src/MagneticField.cxx

Common/Field/src/MagneticField.cxx:178:87: warning: 'fldCoeffL3' may be used uninitialized [-Wmaybe-uninitialized]
Common/Field/src/MagneticField.cxx:178:87: warning: 'fldCoeffDip' may be used uninitialized [-Wmaybe-uninitialized]
Common/Field/src/MagneticField.cxx:178:87: warning: 'fldType' may be used uninitialized [-Wmaybe-uninitialized]

Common/Field/test/testMagneticField.cxx

Common/Field/test/testMagneticField.cxx:37:49: warning: unused variable 'dummyAcc' [-Wunused-variable]

Common/MathUtils/include/MathUtils/fit.h

Common/MathUtils/include/MathUtils/fit.h:811:14: warning: unused variable 'prevTimestamp' [-Wunused-variable]
Common/MathUtils/include/MathUtils/fit.h:812:14: warning: unused variable 'nextTimestamp' [-Wunused-variable]
Common/MathUtils/include/MathUtils/fit.h:79:29: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare]
Common/MathUtils/include/MathUtils/fit.h:726:7: warning: unused variable 'i' [-Wunused-variable]
Common/MathUtils/include/MathUtils/fit.h:726:13: warning: unused variable 'mid' [-Wunused-variable]

Common/SimConfig/src/SimConfig.cxx

Common/SimConfig/src/SimConfig.cxx:92:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Common/SimConfig/src/SimConfig.cxx:108:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Common/SimConfig/src/SimConfig.cxx:486:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::unordered_map<int, int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Common/Utils/include/CommonUtils/BoostHistogramUtils.h

Common/Utils/include/CommonUtils/BoostHistogramUtils.h:338:10: warning: variable 'chi2' set but not used [-Wunused-but-set-variable]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:601:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]

Common/Utils/include/CommonUtils/CompStream.h

Common/Utils/include/CommonUtils/CompStream.h:81:17: warning: 'o2::io::icomp_stream::mInputFile' will be initialized after [-Wreorder]
Common/Utils/include/CommonUtils/CompStream.h:121:18: warning: 'o2::io::ocomp_stream::mStreamBuffer' will be initialized after [-Wreorder]

Common/Utils/include/CommonUtils/FileFetcher.h

Common/Utils/include/CommonUtils/FileFetcher.h:96:15: warning: 'o2::utils::FileFetcher::mCopyCmd' will be initialized after [-Wreorder]
Common/Utils/include/CommonUtils/FileFetcher.h:94:15: warning:   'std::string o2::utils::FileFetcher::mCopyDirName' [-Wreorder]

Common/Utils/src/CompStream.cxx

Common/Utils/src/CompStream.cxx:102:114: warning:   base 'std::basic_istream<char>' [-Wreorder]
Common/Utils/src/CompStream.cxx:101:1: warning:   when initialized here [-Wreorder]
Common/Utils/src/CompStream.cxx:109:63: warning:   base 'std::basic_istream<char>' [-Wreorder]
Common/Utils/src/CompStream.cxx:108:1: warning:   when initialized here [-Wreorder]
Common/Utils/src/CompStream.cxx:116:114: warning:   base 'std::basic_istream<char>' [-Wreorder]
Common/Utils/src/CompStream.cxx:115:1: warning:   when initialized here [-Wreorder]
Common/Utils/src/CompStream.cxx:123:63: warning:   base 'std::basic_istream<char>' [-Wreorder]
Common/Utils/src/CompStream.cxx:122:1: warning:   when initialized here [-Wreorder]
Common/Utils/src/CompStream.cxx:130:49: warning:   base 'std::basic_ostream<char>' [-Wreorder]
Common/Utils/src/CompStream.cxx:129:1: warning:   when initialized here [-Wreorder]
Common/Utils/src/CompStream.cxx:137:49: warning:   base 'std::basic_ostream<char>' [-Wreorder]
Common/Utils/src/CompStream.cxx:136:1: warning:   when initialized here [-Wreorder]
Common/Utils/src/CompStream.cxx:144:49: warning:   base 'std::basic_ostream<char>' [-Wreorder]
Common/Utils/src/CompStream.cxx:143:1: warning:   when initialized here [-Wreorder]
Common/Utils/src/CompStream.cxx:151:49: warning:   base 'std::basic_ostream<char>' [-Wreorder]
Common/Utils/src/CompStream.cxx:150:1: warning:   when initialized here [-Wreorder]

Common/Utils/src/ConfigurableParam.cxx

Common/Utils/src/ConfigurableParam.cxx:635:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Common/Utils/src/ConfigurableParam.cxx:660:21: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Common/Utils/src/ConfigurableParam.cxx:660:33: warning: division 'sizeof (char*) / sizeof (char)' does not compute the number of array elements [-Wsizeof-pointer-div]

Common/Utils/src/ConfigurableParamHelper.cxx

Common/Utils/src/ConfigurableParamHelper.cxx:374:21: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Common/Utils/src/ConfigurableParamHelper.cxx:389:10: warning: unused variable 'dt' [-Wunused-variable]
Common/Utils/src/ConfigurableParamHelper.cxx:436:10: warning: unused variable 'dt' [-Wunused-variable]

Common/Utils/src/FileFetcher.cxx

Common/Utils/src/FileFetcher.cxx:34:1: warning:   when initialized here [-Wreorder]
Common/Utils/src/FileFetcher.cxx:180:15: warning: unused variable 'ptr' [-Wunused-variable]
Common/Utils/src/FileFetcher.cxx:329:8: warning: unused variable 'aliencpMode' [-Wunused-variable]

Common/Utils/src/IRFrameSelector.cxx

Common/Utils/src/IRFrameSelector.cxx:40:36: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Common/Utils/src/IRFrameSelector.cxx:43:74: warning: comparison of integer expressions of different signedness: 'long int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Common/Utils/src/IRFrameSelector.cxx:114:8: warning: variable 'done' set but not used [-Wunused-but-set-variable]

Common/Utils/src/ShmManager.cxx

Common/Utils/src/ShmManager.cxx:49:12: warning: unused variable 'id' [-Wunused-variable]

Common/Utils/src/TreeMergerTool.cxx

Common/Utils/src/TreeMergerTool.cxx:169:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Common/Utils/src/TreeMergerTool.cxx:211:18: warning: unused variable 'size' [-Wunused-variable]

Common/Utils/test/testConfigurableParam.cxx

Common/Utils/test/testConfigurableParam.cxx:62:9: warning: unused variable 'param' [-Wunused-variable]

Common/Utils/test/testRootSerializableKeyValueStore.cxx

Common/Utils/test/testRootSerializableKeyValueStore.cxx:69:10: warning: unused variable 'r1' [-Wunused-variable]
Common/Utils/test/testRootSerializableKeyValueStore.cxx:82:10: warning: unused variable 'r4' [-Wunused-variable]

DataFormats

DataFormats/Detectors/CTP/src/Scalers.cxx

DataFormats/Detectors/CTP/src/Scalers.cxx:696:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::ctp::CTPScalerRecordO2>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/CTP/src/Scalers.cxx:792:24: warning: comparison of integer expressions of different signedness: 'long int' and 'std::vector<o2::ctp::CTPScalerRecordO2>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/CTP/src/Scalers.cxx:870:24: warning: comparison of integer expressions of different signedness: 'long int' and 'std::vector<o2::ctp::CTPScalerRecordO2>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/CTP/src/Scalers.cxx:898:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::ctp::CTPScalerRecordRaw>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:674:15: warning: unused variable 'meta' [-Wunused-variable]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:296:12: warning: unused variable 'sz' [-Wunused-variable]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:237:12: warning: unused variable 'sz' [-Wunused-variable]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:273:12: warning: unused variable 'sz' [-Wunused-variable]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:1477:14: warning: unused variable 'alphabetRangeBits' [-Wunused-variable]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:255:12: warning: unused variable 'sz' [-Wunused-variable]

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Cell.h

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Cell.h:251:9: warning: 'o2::emcal::Cell::mTowerID' will be initialized after [-Wreorder]
DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Cell.h:249:9: warning:   'float o2::emcal::Cell::mEnergy' [-Wreorder]

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/ClusterLabel.h

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/ClusterLabel.h:60:9: warning: 'o2::emcal::ClusterLabel::labelWithE::label' will be initialized after [-Wreorder]
DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/ClusterLabel.h:59:11: warning:   'float o2::emcal::ClusterLabel::labelWithE::energyFraction' [-Wreorder]
DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/ClusterLabel.h:41:5: warning:   when initialized here [-Wreorder]
DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/ClusterLabel.h:46:5: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Digit.h

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Digit.h:101:11: warning: 'o2::emcal::Digit::mTower' will be initialized after [-Wreorder]
DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Digit.h:100:10: warning:   'double o2::emcal::Digit::mAmplitudeGeV' [-Wreorder]
DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Digit.h:104:12: warning: 'o2::emcal::Digit::mNoiseHG' will be initialized after [-Wreorder]
DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/Digit.h:101:11: warning:   'Short_t o2::emcal::Digit::mTower' [-Wreorder]

DataFormats/Detectors/EMCAL/src/Cell.cxx

DataFormats/Detectors/EMCAL/src/Cell.cxx:75:1: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/EMCAL/src/Digit.cxx

DataFormats/Detectors/EMCAL/src/Digit.cxx:17:1: warning:   when initialized here [-Wreorder]
DataFormats/Detectors/EMCAL/src/Digit.cxx:22:1: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/EMCAL/src/EventHandler.cxx

DataFormats/Detectors/EMCAL/src/EventHandler.cxx:60:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/EMCAL/src/EventHandler.cxx:66:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/EMCAL/src/EventHandler.cxx:90:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/EMCAL/src/EventHandler.cxx:96:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/EMCAL/src/EventHandler.cxx:119:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/EMCAL/src/EventHandler.cxx:132:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/EMCAL/src/EventHandler.cxx:145:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/EMCAL/src/EventHandler.cxx:162:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h

DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h:58:25: warning: 'o2::fdd::Digit::mIntRecord' will be initialized after [-Wreorder]
DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h:57:12: warning:   'o2::fdd::Triggers o2::fdd::Digit::mTriggers' [-Wreorder]
DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h:60:3: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h

DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h:95:73: warning: '<<' in boolean context, did you mean '<'? [-Wint-in-bool-context]

DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/RecoCalibInfoObject.h

DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/RecoCalibInfoObject.h:38:9: warning: 'o2::ft0::RecoCalibInfoObject::mT0AC' will be initialized after [-Wreorder]
DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/RecoCalibInfoObject.h:36:9: warning:   'short int o2::ft0::RecoCalibInfoObject::mT0A' [-Wreorder]
DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/RecoCalibInfoObject.h:24:3: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/DeadChannelMap.h

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/DeadChannelMap.h:37:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/LookUpTable.h

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/LookUpTable.h:190:16: warning: missing initializer for member 'o2::fit::EntryCRU::mCRUID' [-Wmissing-field-initializers]
DataFormats/Detectors/FIT/common/include/DataFormatsFIT/LookUpTable.h:190:16: warning: missing initializer for member 'o2::fit::EntryCRU::mFEEID' [-Wmissing-field-initializers]

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/Triggers.h

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/Triggers.h:121:76: warning: 'is_Central' may be used uninitialized [-Wmaybe-uninitialized]

DataFormats/Detectors/FOCAL/src/Event.cxx

DataFormats/Detectors/FOCAL/src/Event.cxx:81:30: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::focal::PixelHit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/FOCAL/src/Event.cxx:85:59: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::focal::PixelHit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/FOCAL/src/Event.cxx:93:19: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::focal::PixelHit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/FOCAL/src/Event.cxx:278:21: warning: missing initializer for member 'o2::focal::PixelChip::mHits' [-Wmissing-field-initializers]

DataFormats/Detectors/GlobalTracking/include/DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h

DataFormats/Detectors/GlobalTracking/include/DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h:430:44: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/GlobalTracking/include/DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h:446:11: warning: unused variable 'nacc' [-Wunused-variable]
DataFormats/Detectors/GlobalTracking/include/DataFormatsGlobalTracking/RecoContainerCreateTracksVariadic.h:446:21: warning: unused variable 'noffer' [-Wunused-variable]

DataFormats/Detectors/GlobalTracking/src/RecoContainer.cxx

DataFormats/Detectors/GlobalTracking/src/RecoContainer.cxx:1575:47: warning: comparison of integer expressions of different signedness: 'int' and 'o2::dataformats::AbstractRef<25, 5, 2>::Idx_t' {aka 'unsigned int'} [-Wsign-compare]
DataFormats/Detectors/GlobalTracking/src/RecoContainer.cxx:1593:47: warning: comparison of integer expressions of different signedness: 'int' and 'o2::dataformats::AbstractRef<25, 5, 2>::Idx_t' {aka 'unsigned int'} [-Wsign-compare]
DataFormats/Detectors/GlobalTracking/src/RecoContainer.cxx:1626:24: warning: comparison of integer expressions of different signedness: 'o2::dataformats::AbstractRef<25, 5, 2>::Idx_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]

DataFormats/Detectors/HMPID/src/Cluster.cxx

DataFormats/Detectors/HMPID/src/Cluster.cxx:50:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const o2::hmpid::Digit*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/HMPID/src/Cluster.cxx:49:21: warning: unused variable 'pDig' [-Wunused-variable]
DataFormats/Detectors/HMPID/src/Cluster.cxx:249:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const o2::hmpid::Digit*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/HMPID/src/Cluster.cxx:273:7: warning: unused variable 'iCluCnt' [-Wunused-variable]
DataFormats/Detectors/HMPID/src/Cluster.cxx:249:17: warning: 'i' may be used uninitialized [-Wmaybe-uninitialized]

DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h

DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:44:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:45:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:49:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:50:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:51:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:53:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:55:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:57:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx

DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:79:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:81:9: warning: this statement may fall through [-Wimplicit-fallthrough=]

DataFormats/Detectors/ITSMFT/common/src/TimeDeadMap.cxx

DataFormats/Detectors/ITSMFT/common/src/TimeDeadMap.cxx:27:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/ITSMFT/common/src/TimeDeadMap.cxx:66:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/Detectors/ITSMFT/common/test/test_Cluster.cxx

DataFormats/Detectors/ITSMFT/common/test/test_Cluster.cxx:28:8: warning: variable 'makeElement' set but not used [-Wunused-but-set-variable]

DataFormats/Detectors/PHOS/src/EventHandler.cxx

DataFormats/Detectors/PHOS/src/EventHandler.cxx:115:17: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::phos::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/Detectors/TOF/include/DataFormatsTOF/CalibInfoTOF.h

DataFormats/Detectors/TOF/include/DataFormatsTOF/CalibInfoTOF.h:74:7: warning: 'o2::dataformats::CalibInfoTOF::mMask' will be initialized after [-Wreorder]
DataFormats/Detectors/TOF/include/DataFormatsTOF/CalibInfoTOF.h:73:17: warning:   'unsigned char o2::dataformats::CalibInfoTOF::mFlags' [-Wreorder]
DataFormats/Detectors/TOF/include/DataFormatsTOF/CalibInfoTOF.h:27:3: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/TOF/include/DataFormatsTOF/CalibInfoTOFshort.h

DataFormats/Detectors/TOF/include/DataFormatsTOF/CalibInfoTOFshort.h:49:7: warning: 'o2::dataformats::CalibInfoTOFshort::mMask' will be initialized after [-Wreorder]
DataFormats/Detectors/TOF/include/DataFormatsTOF/CalibInfoTOFshort.h:48:17: warning:   'unsigned char o2::dataformats::CalibInfoTOFshort::mFlags' [-Wreorder]
DataFormats/Detectors/TOF/include/DataFormatsTOF/CalibInfoTOFshort.h:27:3: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/TOF/include/DataFormatsTOF/CompressedDataFormat.h

DataFormats/Detectors/TOF/include/DataFormatsTOF/CompressedDataFormat.h:187:20: warning: 'o2::tof::diagnostic::TRMDiagnosticName' defined but not used [-Wunused-variable]
DataFormats/Detectors/TOF/include/DataFormatsTOF/CompressedDataFormat.h:146:20: warning: 'o2::tof::diagnostic::LTMDiagnosticName' defined but not used [-Wunused-variable]
DataFormats/Detectors/TOF/include/DataFormatsTOF/CompressedDataFormat.h:119:20: warning: 'o2::tof::diagnostic::DRMDiagnosticName' defined but not used [-Wunused-variable]

DataFormats/Detectors/TOF/include/DataFormatsTOF/ParameterContainers.h

DataFormats/Detectors/TOF/include/DataFormatsTOF/ParameterContainers.h:116:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
DataFormats/Detectors/TOF/include/DataFormatsTOF/ParameterContainers.h:139:15: warning: 'o2::tof::Parameters<5>::mName' will be initialized after [-Wreorder]
DataFormats/Detectors/TOF/include/DataFormatsTOF/ParameterContainers.h:137:32: warning:   'std::array<float, 5> o2::tof::Parameters<5>::mPar' [-Wreorder]
DataFormats/Detectors/TOF/include/DataFormatsTOF/ParameterContainers.h:37:3: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/TOF/src/CalibLHCphaseTOF.cxx

DataFormats/Detectors/TOF/src/CalibLHCphaseTOF.cxx:26:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/Detectors/TOF/src/CalibTimeSlewingParamTOF.cxx

DataFormats/Detectors/TOF/src/CalibTimeSlewingParamTOF.cxx:275:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/TOF/src/CalibTimeSlewingParamTOF.cxx:288:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/TOF/src/CalibTimeSlewingParamTOF.cxx:228:7: warning: unused variable 'ntotFin' [-Wunused-variable]

DataFormats/Detectors/TPC/include/DataFormatsTPC/AltroSyncSignal.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/AltroSyncSignal.h:25:69: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]

DataFormats/Detectors/TPC/include/DataFormatsTPC/DCS.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/DCS.h:211:18: warning: unused variable 'min' [-Wunused-variable]

DataFormats/Detectors/TPC/include/DataFormatsTPC/IDC.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/IDC.h:88:16: warning: unused variable 'valPtr' [-Wunused-variable]

DataFormats/Detectors/TPC/include/DataFormatsTPC/LaserTrack.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/LaserTrack.h:61:18: warning: 'o2::tpc::LaserTrack::mID' will be initialized after [-Wreorder]
DataFormats/Detectors/TPC/include/DataFormatsTPC/LaserTrack.h:39:139: warning:   base 'o2::track::TrackParametrization<float>' [-Wreorder]
DataFormats/Detectors/TPC/include/DataFormatsTPC/LaserTrack.h:39:3: warning:   when initialized here [-Wreorder]

DataFormats/Detectors/TPC/src/ClusterNativeHelper.cxx

DataFormats/Detectors/TPC/src/ClusterNativeHelper.cxx:66:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::tpc::ClusterNativeContainer>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/TPC/src/ClusterNativeHelper.cxx:80:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::tpc::ClusterNativeContainer>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/TPC/src/ClusterNativeHelper.cxx:90:20: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

DataFormats/Detectors/TPC/src/DCS.cxx

DataFormats/Detectors/TPC/src/DCS.cxx:253:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/Detectors/TPC/src/DCS.cxx:324:44: warning: comparison of integer expressions of different signedness: 'std::vector<float>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
DataFormats/Detectors/TPC/src/DCS.cxx:325:29: warning: comparison of integer expressions of different signedness: 'std::vector<float>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
DataFormats/Detectors/TPC/src/DCS.cxx:473:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
DataFormats/Detectors/TPC/src/DCS.cxx:484:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses]

DataFormats/Detectors/TPC/test/../include/DataFormatsTPC/ClusterNative.h

DataFormats/Detectors/TPC/test/../include/DataFormatsTPC/ClusterNative.h:101:70: warning: 'somecluster.o2::tpc::ClusterNative::timeFlagsPacked' may be used uninitialized [-Wmaybe-uninitialized]

DataFormats/Detectors/TPC/test/testCompressedClusters.cxx

DataFormats/Detectors/TPC/test/testCompressedClusters.cxx:164:11: warning: unused variable 'branch' [-Wunused-variable]

DataFormats/Detectors/TRD/include/DataFormatsTRD/CompressedDigit.h

DataFormats/Detectors/TRD/include/DataFormatsTRD/CompressedDigit.h:61:5: warning: '*this.o2::trd::CompressedDigit::mHeader' is used uninitialized [-Wuninitialized]

DataFormats/Detectors/TRD/test/testRawData.cxx

DataFormats/Detectors/TRD/test/testRawData.cxx:94:21: warning: variable 'header' set but not used [-Wunused-but-set-variable]
DataFormats/Detectors/TRD/test/testRawData.cxx:111:26: warning: unused variable 'charges' [-Wunused-variable]

DataFormats/MemoryResources/test/testMemoryResources.cxx

DataFormats/MemoryResources/test/testMemoryResources.cxx:74:8: warning: unused variable 'allocSHM' [-Wunused-variable]

DataFormats/Parameters/src/GRPTool.cxx

DataFormats/Parameters/src/GRPTool.cxx:208:27: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]

DataFormats/QualityControl/include/DataFormatsQualityControl/QualityControlFlagCollection.h

DataFormats/QualityControl/include/DataFormatsQualityControl/QualityControlFlagCollection.h:87:15: warning: 'o2::quality_control::QualityControlFlagCollection::mName' will be initialized after [-Wreorder]
DataFormats/QualityControl/include/DataFormatsQualityControl/QualityControlFlagCollection.h:86:15: warning:   'std::string o2::quality_control::QualityControlFlagCollection::mDetID' [-Wreorder]

DataFormats/QualityControl/src/QualityControlFlagCollection.cxx

DataFormats/QualityControl/src/QualityControlFlagCollection.cxx:28:1: warning:   when initialized here [-Wreorder]

DataFormats/Reconstruction/include/ReconstructionDataFormats/BaseCluster.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/BaseCluster.h:97:56: warning: 'mask' may be used uninitialized [-Wmaybe-uninitialized]

DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoHMP.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoHMP.h:134:9: warning: 'o2::dataformats::MatchInfoHMP::mCkovAngle' will be initialized after [-Wreorder]
DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoHMP.h:128:9: warning:   'float o2::dataformats::MatchInfoHMP::mMipX' [-Wreorder]
DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoHMP.h:31:3: warning:   when initialized here [-Wreorder]

DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoTOF.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoTOF.h:108:10: warning: 'o2::dataformats::MatchInfoTOF::mSignal' will be initialized after [-Wreorder]
DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoTOF.h:99:9: warning:   'float o2::dataformats::MatchInfoTOF::mChi2' [-Wreorder]
DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoTOF.h:31:3: warning:   when initialized here [-Wreorder]
DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoTOF.h:107:9: warning: 'o2::dataformats::MatchInfoTOF::mDeltaT' will be initialized after [-Wreorder]
DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoTOF.h:103:9: warning:   'float o2::dataformats::MatchInfoTOF::mZatTOF' [-Wreorder]

DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackCosmics.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackCosmics.h:74:26: warning: 'o2::dataformats::TrackCosmics::mParamOut' will be initialized after [-Wreorder]
DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackCosmics.h:68:17: warning:   'o2::dataformats::GlobalTrackID o2::dataformats::TrackCosmics::mRefBottom' [-Wreorder]
DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackCosmics.h:36:3: warning:   when initialized here [-Wreorder]

DataFormats/Reconstruction/src/GlobalTrackID.cxx

DataFormats/Reconstruction/src/GlobalTrackID.cxx:83:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

DataFormats/Reconstruction/src/TrackFwd.cxx

DataFormats/Reconstruction/src/TrackFwd.cxx:208:8: warning: unused variable 'L' [-Wunused-variable]
DataFormats/Reconstruction/src/TrackFwd.cxx:313:16: warning: variable 'I' set but not used [-Wunused-but-set-variable]
DataFormats/Reconstruction/src/TrackFwd.cxx:341:8: warning: unused variable 'B' [-Wunused-variable]
DataFormats/Reconstruction/src/TrackFwd.cxx:404:8: warning: structured binding declaration set but not used [-Wunused-but-set-variable]
DataFormats/Reconstruction/src/TrackFwd.cxx:475:8: warning: unused variable 'cp' [-Wunused-variable]
DataFormats/Reconstruction/src/TrackFwd.cxx:476:8: warning: unused variable 'sp' [-Wunused-variable]
DataFormats/Reconstruction/src/TrackFwd.cxx:477:8: warning: unused variable 'tgl' [-Wunused-variable]
DataFormats/Reconstruction/src/TrackFwd.cxx:624:11: warning: unused variable 'cphi' [-Wunused-variable]

DataFormats/Reconstruction/src/TrackParametrization.cxx

DataFormats/Reconstruction/src/TrackParametrization.cxx:637:60: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
DataFormats/Reconstruction/src/TrackParametrization.cxx:638:60: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
DataFormats/Reconstruction/src/TrackParametrization.cxx:639:60: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
DataFormats/Reconstruction/src/TrackParametrization.cxx:640:60: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
DataFormats/Reconstruction/src/TrackParametrization.cxx:641:60: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
DataFormats/Reconstruction/src/TrackParametrization.cxx:642:60: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
DataFormats/Reconstruction/src/TrackParametrization.cxx:643:60: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
DataFormats/Reconstruction/src/TrackParametrization.cxx:644:60: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]

DataFormats/TimeFrame/include/TimeFrame/TimeFrame.h

DataFormats/TimeFrame/include/TimeFrame/TimeFrame.h:46:23: warning: comparison of integer expressions of different signedness: 'int' and 'fair::mq::Parts::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/TimeFrame/test/TimeFrameTest.cxx

DataFormats/TimeFrame/test/TimeFrameTest.cxx:39:24: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/TimeFrame/test/TimeFrameTest.cxx:56:25: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/TimeFrame/test/TimeFrameTest.cxx:94:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/TimeFrame/test/TimeFrameTest.cxx:95:38: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/common/include/CommonDataFormat/TFIDInfo.h

DataFormats/common/include/CommonDataFormat/TFIDInfo.h:42:77: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

DataFormats/common/src/BunchFilling.cxx

DataFormats/common/src/BunchFilling.cxx:247:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/simulation/include/SimulationDataFormat/BaseHits.h

DataFormats/simulation/include/SimulationDataFormat/BaseHits.h:51:5: warning: 'o2::BasicXYZVHit<float, float, float>::mHitValue' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/BaseHits.h:59:84: warning:   base 'o2::BaseHit' [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/BaseHits.h:58:3: warning:   when initialized here [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/BaseHits.h:51:5: warning: 'o2::BasicXYZVHit<double, double, double>::mHitValue' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/BaseHits.h:51:5: warning: 'o2::BasicXYZVHit<float, float, int>::mHitValue' will be initialized after [-Wreorder]

DataFormats/simulation/include/SimulationDataFormat/DigitizationContext.h

DataFormats/simulation/include/SimulationDataFormat/DigitizationContext.h:218:21: warning: comparison of integer expressions of different signedness: 'std::vector<TChain*>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

DataFormats/simulation/include/SimulationDataFormat/InteractionSampler.h

DataFormats/simulation/include/SimulationDataFormat/InteractionSampler.h:130:7: warning: 'o2::steer::FixedSkipBC_InteractionSampler::mMultiplicity' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/InteractionSampler.h:123:117: warning:   base 'o2::steer::InteractionSampler' [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/InteractionSampler.h:123:3: warning:   when initialized here [-Wreorder]

DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h

DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:142:44: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<o2::dataformats::LabelContainer<long int, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<long int, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:133:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<long int, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<long int, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:138:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<long int, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<long int, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:142:44: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous, std::allocator<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:133:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous, std::allocator<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:138:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous, std::allocator<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:167:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<long int, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<long int, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:147:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous, std::allocator<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:150:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous, std::allocator<o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:42:20: warning: 'o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous::size' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:41:18: warning:   'unsigned int o2::dataformats::LabelContainer<long int, true>::HeaderElementContinuous::index' [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:40:5: warning:   when initialized here [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:133:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:138:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:167:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:178:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h:142:44: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked, std::allocator<o2::dataformats::LabelContainer<std::pair<o2::MCCompLabel, int>, false>::HeaderElementLinked> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/simulation/include/SimulationDataFormat/MCGenProperties.h

DataFormats/simulation/include/SimulationDataFormat/MCGenProperties.h:35:18: warning: 'o2::mcgenstatus::MCGenStatusEncoding::<unnamed struct>::isEncoded' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCGenProperties.h:32:9: warning:   'short int:9 o2::mcgenstatus::MCGenStatusEncoding::<unnamed struct>::hepmc' [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCGenProperties.h:29:3: warning:   when initialized here [-Wreorder]

DataFormats/simulation/include/SimulationDataFormat/MCTrack.h

DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:274:9: warning: 'o2::MCTrackT<float>::mLastDaughterTrackId' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:258:6: warning:   'float o2::MCTrackT<float>::mStartVertexMomentumX' [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:332:8: warning:   when initialized here [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:278:9: warning: 'o2::MCTrackT<float>::mProp' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:264:6: warning:   'float o2::MCTrackT<float>::mWeight' [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:372:8: warning:   when initialized here [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:274:9: warning: 'o2::MCTrackT<double>::mLastDaughterTrackId' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:258:6: warning:   'double o2::MCTrackT<double>::mStartVertexMomentumX' [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:278:9: warning: 'o2::MCTrackT<double>::mProp' will be initialized after [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:264:6: warning:   'double o2::MCTrackT<double>::mWeight' [-Wreorder]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:351:8: warning:   when initialized here [-Wreorder]

DataFormats/simulation/include/SimulationDataFormat/MCTruthContainer.h

DataFormats/simulation/include/SimulationDataFormat/MCTruthContainer.h:278:46: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

DataFormats/simulation/src/ConstMCTruthContainer.cxx

DataFormats/simulation/src/ConstMCTruthContainer.cxx:33:8: warning: unused variable 'oldlabelformat' [-Wunused-variable]

DataFormats/simulation/src/DigitizationContext.cxx

DataFormats/simulation/src/DigitizationContext.cxx:31:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:39:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::InteractionTimeRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:73:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::InteractionTimeRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:82:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<float>, ROOT::Math::DefaultCoordinateSystemTag> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:103:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:114:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:149:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:210:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>, ROOT::Math::DefaultCoordinateSystemTag> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:357:14: warning: unused variable 'tmp' [-Wunused-variable]
DataFormats/simulation/src/DigitizationContext.cxx:383:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:410:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::InteractionTimeRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:417:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::InteractionTimeRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:441:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:512:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::tuple<int, int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:603:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<o2::steer::EventPart> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:715:37: warning: comparison of integer expressions of different signedness: 'std::vector<ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<float>, ROOT::Math::DefaultCoordinateSystemTag> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
DataFormats/simulation/src/DigitizationContext.cxx:744:17: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]

DataFormats/simulation/src/InteractionSampler.cxx

DataFormats/simulation/src/InteractionSampler.cxx:77:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/simulation/src/MCUtils.cxx

DataFormats/simulation/src/MCUtils.cxx:25:22: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<o2::MCTrackT<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/MCUtils.cxx:34:22: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<o2::MCTrackT<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/MCUtils.cxx:43:22: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<o2::MCTrackT<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
DataFormats/simulation/src/MCUtils.cxx:52:22: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<o2::MCTrackT<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

DataFormats/simulation/test/testMCCompLabel.cxx

DataFormats/simulation/test/testMCCompLabel.cxx:43:79: warning: suggest parentheses around '&&' within '||' [-Wparentheses]

DataFormats/simulation/test/testMCTruthContainer.cxx

DataFormats/simulation/test/testMCTruthContainer.cxx:234:16: warning: unused variable 'e' [-Wunused-variable]
DataFormats/simulation/test/testMCTruthContainer.cxx:282:34: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
DataFormats/simulation/test/testMCTruthContainer.cxx:345:21: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare]
DataFormats/simulation/test/testMCTruthContainer.cxx:357:10: warning: unused variable 'br' [-Wunused-variable]

Detectors

Detectors/AOD/src/AODMcProducerHelpers.cxx

Detectors/AOD/src/AODMcProducerHelpers.cxx:417:10: warning: unused variable 'hepmc' [-Wunused-variable]

Detectors/AOD/src/AODMcProducerWorkflowSpec.cxx

Detectors/AOD/src/AODMcProducerWorkflowSpec.cxx:183:17: warning: unused variable 'records' [-Wunused-variable]

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Detectors/AOD/src/AODProducerWorkflowSpec.cxx:1483:10: warning: variable 'ITSIndex' set but not used [-Wunused-but-set-variable]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2387:14: warning: unused variable 'vertex' [-Wunused-variable]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2861:25: warning: array subscript has type 'char' [-Wchar-subscripts]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:3005:19: warning: unused variable 'ETAPHOSMARGIN' [-Wunused-variable]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:3218:15: warning: unused variable 'tofClus' [-Wunused-variable]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:624:78: warning: comparison of integer expressions of different signedness: 'std::size_t' {aka 'long unsigned int'} and 'int64_t' {aka 'long int'} [-Wsign-compare]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:1293:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:1420:37: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::TrackMCH, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/AOD/src/aod-mc-producer-workflow.cxx

Detectors/AOD/src/aod-mc-producer-workflow.cxx:42:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/AOD/src/aod-producer-workflow.cxx

Detectors/AOD/src/aod-producer-workflow.cxx:102:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx

Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx:117:45: warning: 'o2::align::BarrelAlignmentSpec::mGRPGeomRequest' will be initialized after [-Wreorder]
Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx:113:20: warning:   'o2::dataformats::GlobalTrackID::mask_t o2::align::BarrelAlignmentSpec::mMPsrc' [-Wreorder]
Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx:89:3: warning:   when initialized here [-Wreorder]
Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx:114:17: warning: 'o2::align::BarrelAlignmentSpec::mDetMask' will be initialized after [-Wreorder]
Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx:109:8: warning:   'bool o2::align::BarrelAlignmentSpec::mCosmic' [-Wreorder]
Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx:112:7: warning: 'o2::align::BarrelAlignmentSpec::mPostProcessing' will be initialized after [-Wreorder]
Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx:107:8: warning:   'bool o2::align::BarrelAlignmentSpec::mUseMC' [-Wreorder]
Detectors/Align/Workflow/src/BarrelAlignmentSpec.cxx:160:31: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]

Detectors/Align/Workflow/src/barrel-alignment-workflow.cxx

Detectors/Align/Workflow/src/barrel-alignment-workflow.cxx:172:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/Align/Workflow/src/barrel-alignment-workflow.cxx:93:8: warning: unused variable 'disableRootOut' [-Wunused-variable]

Detectors/Align/include/Align/Controller.h

Detectors/Align/include/Align/Controller.h:306:8: warning: 'o2::align::Controller::mUseMC' will be initialized after [-Wreorder]
Detectors/Align/include/Align/Controller.h:302:7: warning:   'int o2::align::Controller::mInstanceID' [-Wreorder]

Detectors/Align/src/AlignableDetectorITS.cxx

Detectors/Align/src/AlignableDetectorITS.cxx:65:57: warning: unused variable 'volHB' [-Wunused-variable]
Detectors/Align/src/AlignableDetectorITS.cxx:340:9: warning: unused variable 'prevSensID' [-Wunused-variable]
Detectors/Align/src/AlignableDetectorITS.cxx:274:11: warning: unused variable 'curSensID' [-Wunused-variable]

Detectors/Align/src/AlignableDetectorTOF.cxx

Detectors/Align/src/AlignableDetectorTOF.cxx:45:7: warning: unused variable 'labDet' [-Wunused-variable]

Detectors/Align/src/AlignableDetectorTPC.cxx

Detectors/Align/src/AlignableDetectorTPC.cxx:55:9: warning: unused variable 'isecSide' [-Wunused-variable]
Detectors/Align/src/AlignableDetectorTPC.cxx:48:7: warning: unused variable 'labDet' [-Wunused-variable]
Detectors/Align/src/AlignableDetectorTPC.cxx:92:8: warning: unused variable 'fail' [-Wunused-variable]
Detectors/Align/src/AlignableDetectorTPC.cxx:202:9: warning: 'z' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/Align/src/AlignableDetectorTPC.cxx:201:9: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/Align/src/AlignableDetectorTPC.cxx:200:9: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/Align/src/AlignableDetectorTRD.cxx

Detectors/Align/src/AlignableDetectorTRD.cxx:172:15: warning: unused variable 'algConf' [-Wunused-variable]
Detectors/Align/src/AlignableDetectorTRD.cxx:188:7: warning: unused variable 'nPntIni' [-Wunused-variable]

Detectors/Align/src/AlignableVolume.cxx

Detectors/Align/src/AlignableVolume.cxx:835:32: warning: unused variable 'par' [-Wunused-variable]

Detectors/Align/src/AlignmentPoint.cxx

Detectors/Align/src/AlignmentPoint.cxx:223:21: warning: '?:' using integer constants in boolean context, the expression will always evaluate to 'true' [-Wint-in-bool-context]
Detectors/Align/src/AlignmentPoint.cxx:229:21: warning: '?:' using integer constants in boolean context, the expression will always evaluate to 'true' [-Wint-in-bool-context]

Detectors/Align/src/AlignmentTrack.cxx

Detectors/Align/src/AlignmentTrack.cxx:962:11: warning: unused variable 'indIJ' [-Wunused-variable]
Detectors/Align/src/AlignmentTrack.cxx:1005:13: warning: unused variable 'kMinNStep' [-Wunused-variable]
Detectors/Align/src/AlignmentTrack.cxx:1101:13: warning: unused variable 'kMinNStep' [-Wunused-variable]
Detectors/Align/src/AlignmentTrack.cxx:1298:13: warning: unused variable 'kMinNStep' [-Wunused-variable]

Detectors/Align/src/Controller.cxx

Detectors/Align/src/Controller.cxx:91:1: warning:   when initialized here [-Wreorder]
Detectors/Align/src/Controller.cxx:353:22: warning: unused variable 'tmp' [-Wunused-variable]
Detectors/Align/src/Controller.cxx:435:10: warning: variable 'hasTRD' set but not used [-Wunused-but-set-variable]
Detectors/Align/src/Controller.cxx:435:26: warning: variable 'hasITS' set but not used [-Wunused-but-set-variable]
Detectors/Align/src/Controller.cxx:435:42: warning: variable 'hasTPC' set but not used [-Wunused-but-set-variable]
Detectors/Align/src/Controller.cxx:435:58: warning: variable 'hasTOF' set but not used [-Wunused-but-set-variable]
Detectors/Align/src/Controller.cxx:452:10: warning: variable 'tpcIn' set but not used [-Wunused-but-set-variable]
Detectors/Align/src/Controller.cxx:735:23: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
Detectors/Align/src/Controller.cxx:916:20: warning: comparison of integer expressions of different signedness: 'const uint32_t' {aka 'const unsigned int'} and 'int' [-Wsign-compare]

Detectors/Align/src/ResidualsController.cxx

Detectors/Align/src/ResidualsController.cxx:209:9: warning: unused variable 'inv' [-Wunused-variable]

Detectors/Base/include/DetectorsBase/CTFCoderBase.h

Detectors/Base/include/DetectorsBase/CTFCoderBase.h:197:9: warning: 'o2::ctf::CTFCoderBase::mMemMarginFactor' will be initialized after [-Wreorder]
Detectors/Base/include/DetectorsBase/CTFCoderBase.h:192:15: warning:   'std::string o2::ctf::CTFCoderBase::mDictOpt' [-Wreorder]
Detectors/Base/include/DetectorsBase/CTFCoderBase.h:61:3: warning:   when initialized here [-Wreorder]
Detectors/Base/include/DetectorsBase/CTFCoderBase.h:200:10: warning: 'o2::ctf::CTFCoderBase::mOpType' will be initialized after [-Wreorder]
Detectors/Base/include/DetectorsBase/CTFCoderBase.h:190:25: warning:   'std::vector<std::any> o2::ctf::CTFCoderBase::mCoders' [-Wreorder]
Detectors/Base/include/DetectorsBase/CTFCoderBase.h:62:3: warning:   when initialized here [-Wreorder]

Detectors/Base/include/DetectorsBase/Detector.h

Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::fdd::Hit>, std::default_delete<std::vector<o2::fdd::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::fdd::Hit>, std::default_delete<std::vector<o2::fdd::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::fdd::Hit>, std::default_delete<std::vector<o2::fdd::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::fdd::Hit>, std::default_delete<std::vector<o2::fdd::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:441:34: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::focal::Hit>, std::default_delete<std::vector<o2::focal::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::focal::Hit>, std::default_delete<std::vector<o2::focal::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::focal::Hit>, std::default_delete<std::vector<o2::focal::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::focal::Hit>, std::default_delete<std::vector<o2::focal::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::cpv::Hit>, std::default_delete<std::vector<o2::cpv::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::cpv::Hit>, std::default_delete<std::vector<o2::cpv::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::cpv::Hit>, std::default_delete<std::vector<o2::cpv::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::cpv::Hit>, std::default_delete<std::vector<o2::cpv::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::phos::Hit>, std::default_delete<std::vector<o2::phos::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::phos::Hit>, std::default_delete<std::vector<o2::phos::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::phos::Hit>, std::default_delete<std::vector<o2::phos::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::phos::Hit>, std::default_delete<std::vector<o2::phos::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::hmpid::HitType>, std::default_delete<std::vector<o2::hmpid::HitType> > >, std::allocator<std::unique_ptr<std::vector<o2::hmpid::HitType>, std::default_delete<std::vector<o2::hmpid::HitType> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::hmpid::HitType>, std::default_delete<std::vector<o2::hmpid::HitType> > >, std::allocator<std::unique_ptr<std::vector<o2::hmpid::HitType>, std::default_delete<std::vector<o2::hmpid::HitType> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::mch::Hit>, std::default_delete<std::vector<o2::mch::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::mch::Hit>, std::default_delete<std::vector<o2::mch::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::mch::Hit>, std::default_delete<std::vector<o2::mch::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::mch::Hit>, std::default_delete<std::vector<o2::mch::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::trd::Hit>, std::default_delete<std::vector<o2::trd::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::trd::Hit>, std::default_delete<std::vector<o2::trd::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::trd::Hit>, std::default_delete<std::vector<o2::trd::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::trd::Hit>, std::default_delete<std::vector<o2::trd::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::ecal::Hit>, std::default_delete<std::vector<o2::ecal::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::ecal::Hit>, std::default_delete<std::vector<o2::ecal::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::ecal::Hit>, std::default_delete<std::vector<o2::ecal::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::ecal::Hit>, std::default_delete<std::vector<o2::ecal::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::fv0::Hit>, std::default_delete<std::vector<o2::fv0::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::fv0::Hit>, std::default_delete<std::vector<o2::fv0::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::fv0::Hit>, std::default_delete<std::vector<o2::fv0::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::fv0::Hit>, std::default_delete<std::vector<o2::fv0::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::emcal::Hit>, std::default_delete<std::vector<o2::emcal::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::emcal::Hit>, std::default_delete<std::vector<o2::emcal::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::emcal::Hit>, std::default_delete<std::vector<o2::emcal::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::emcal::Hit>, std::default_delete<std::vector<o2::emcal::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::fd3::Hit>, std::default_delete<std::vector<o2::fd3::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::fd3::Hit>, std::default_delete<std::vector<o2::fd3::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::fd3::Hit>, std::default_delete<std::vector<o2::fd3::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::fd3::Hit>, std::default_delete<std::vector<o2::fd3::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::ft0::HitType>, std::default_delete<std::vector<o2::ft0::HitType> > >, std::allocator<std::unique_ptr<std::vector<o2::ft0::HitType>, std::default_delete<std::vector<o2::ft0::HitType> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::ft0::HitType>, std::default_delete<std::vector<o2::ft0::HitType> > >, std::allocator<std::unique_ptr<std::vector<o2::ft0::HitType>, std::default_delete<std::vector<o2::ft0::HitType> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::zdc::Hit>, std::default_delete<std::vector<o2::zdc::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::zdc::Hit>, std::default_delete<std::vector<o2::zdc::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::zdc::Hit>, std::default_delete<std::vector<o2::zdc::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::zdc::Hit>, std::default_delete<std::vector<o2::zdc::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::mid::Hit>, std::default_delete<std::vector<o2::mid::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::mid::Hit>, std::default_delete<std::vector<o2::mid::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::mid::Hit>, std::default_delete<std::vector<o2::mid::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::mid::Hit>, std::default_delete<std::vector<o2::mid::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::itsmft::Hit>, std::default_delete<std::vector<o2::itsmft::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::itsmft::Hit>, std::default_delete<std::vector<o2::itsmft::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::itsmft::Hit>, std::default_delete<std::vector<o2::itsmft::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::itsmft::Hit>, std::default_delete<std::vector<o2::itsmft::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::trk::Hit>, std::default_delete<std::vector<o2::trk::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::trk::Hit>, std::default_delete<std::vector<o2::trk::Hit> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::trk::Hit>, std::default_delete<std::vector<o2::trk::Hit> > >, std::allocator<std::unique_ptr<std::vector<o2::trk::Hit>, std::default_delete<std::vector<o2::trk::Hit> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::tof::HitType>, std::default_delete<std::vector<o2::tof::HitType> > >, std::allocator<std::unique_ptr<std::vector<o2::tof::HitType>, std::default_delete<std::vector<o2::tof::HitType> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::tof::HitType>, std::default_delete<std::vector<o2::tof::HitType> > >, std::allocator<std::unique_ptr<std::vector<o2::tof::HitType>, std::default_delete<std::vector<o2::tof::HitType> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/include/DetectorsBase/Detector.h:554:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::unique_ptr<std::vector<o2::tpc::HitGroup>, std::default_delete<std::vector<o2::tpc::HitGroup> > >, std::allocator<std::unique_ptr<std::vector<o2::tpc::HitGroup>, std::default_delete<std::vector<o2::tpc::HitGroup> > > > >, std::allocator<std::vector<std::unique_ptr<std::vector<o2::tpc::HitGroup>, std::default_delete<std::vector<o2::tpc::HitGroup> > >, std::allocator<std::unique_ptr<std::vector<o2::tpc::HitGroup>, std::default_delete<std::vector<o2::tpc::HitGroup> > > > > > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/Base/include/DetectorsBase/SimFieldUtils.h

Detectors/Base/include/DetectorsBase/SimFieldUtils.h:36:10: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/Base/include/DetectorsBase/Stack.h

Detectors/Base/include/DetectorsBase/Stack.h:178:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/Base/include/DetectorsBase/Stack.h:262:29: warning: 'o2::data::Stack::mTracks' will be initialized after [-Wreorder]
Detectors/Base/include/DetectorsBase/Stack.h:252:20: warning:   'std::vector<int> o2::data::Stack::mTrackIDtoParticlesEntry' [-Wreorder]
Detectors/Base/include/DetectorsBase/Stack.h:302:36: warning: 'o2::data::Stack::mTrackRefs' will be initialized after [-Wreorder]
Detectors/Base/include/DetectorsBase/Stack.h:294:8: warning:   'bool o2::data::Stack::mIsG4Like' [-Wreorder]

Detectors/Base/src/MaterialManager.cxx

Detectors/Base/src/MaterialManager.cxx:182:10: warning: unused variable 'mat' [-Wunused-variable]
Detectors/Base/src/MaterialManager.cxx:230:10: warning: unused variable 'mix' [-Wunused-variable]
Detectors/Base/src/MaterialManager.cxx:256:10: warning: unused variable 'med' [-Wunused-variable]

Detectors/Base/src/SimFieldUtils.cxx

Detectors/Base/src/SimFieldUtils.cxx:21:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/Base/src/Stack.cxx

Detectors/Base/src/Stack.cxx:59:1: warning:   when initialized here [-Wreorder]
Detectors/Base/src/Stack.cxx:118:1: warning:   when initialized here [-Wreorder]
Detectors/Base/src/Stack.cxx:299:14: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<TParticle>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Base/src/Stack.cxx:313:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
Detectors/Base/src/Stack.cxx:334:9: warning: unused variable 'nprod' [-Wunused-variable]
Detectors/Base/src/Stack.cxx:489:11: warning: unused variable 'imo0' [-Wunused-variable]
Detectors/Base/src/Stack.cxx:425:8: warning: unused variable 'selected' [-Wunused-variable]
Detectors/Base/src/Stack.cxx:436:9: warning: unused variable 'ic' [-Wunused-variable]
Detectors/Base/src/Stack.cxx:686:11: warning: unused variable 'mother' [-Wunused-variable]
Detectors/Base/src/Stack.cxx:50:13: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

Detectors/Base/src/TGeoGeometryUtils.cxx

Detectors/Base/src/TGeoGeometryUtils.cxx:80:25: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'UInt_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/Base/src/TGeoGeometryUtils.cxx:121:7: warning: unused variable 'i' [-Wunused-variable]

Detectors/Base/test/buildMatBudLUT.C

Detectors/Base/test/buildMatBudLUT.C:188:64: warning: unused variable 'phiBin' [-Wunused-variable]

Detectors/CPV/calib/include/CPVCalibration/PedestalCalibrator.h

Detectors/CPV/calib/include/CPVCalibration/PedestalCalibrator.h:93:42: warning: comparison of integer expressions of different signedness: 'const int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]

Detectors/CPV/calib/src/GainCalibrator.cxx

Detectors/CPV/calib/src/GainCalibrator.cxx:214:92: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/CPV/calib/src/GainCalibrator.cxx:187:18: warning: unused variable 'calibData' [-Wunused-variable]
Detectors/CPV/calib/src/GainCalibrator.cxx:194:32: warning: unused variable 'nChannelsTooSmallCoeff' [-Wunused-variable]
Detectors/CPV/calib/src/GainCalibrator.cxx:194:60: warning: unused variable 'nChannelsTooLargeCoeff' [-Wunused-variable]
Detectors/CPV/calib/src/GainCalibrator.cxx:205:7: warning: unused variable 'nCalibratedChannels' [-Wunused-variable]
Detectors/CPV/calib/src/GainCalibrator.cxx:310:28: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]

Detectors/CPV/calib/src/NoiseCalibrator.cxx

Detectors/CPV/calib/src/NoiseCalibrator.cxx:102:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/CPV/calib/src/NoiseCalibrator.cxx:125:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/CPV/calib/src/NoiseCalibrator.cxx:133:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/CPV/simulation/src/RawWriter.cxx

Detectors/CPV/simulation/src/RawWriter.cxx:187:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/CPV/simulation/src/RawWriter.cxx:260:39: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/CPV/simulation/src/RawWriter.cxx:320:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/CPV/simulation/src/RawWriter.cxx:371:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/CPV/workflow/src/ReaderSpec.cxx

Detectors/CPV/workflow/src/ReaderSpec.cxx:152:22: warning: unused variable 'persistency' [-Wunused-variable]

Detectors/CTF/test/test_ctf_io_hmpid.cxx

Detectors/CTF/test/test_ctf_io_hmpid.cxx:50:9: warning: unused variable 'n' [-Wunused-variable]

Detectors/CTF/test/test_ctf_io_tpc.cxx

Detectors/CTF/test/test_ctf_io_tpc.cxx:71:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/CTF/test/test_ctf_io_tpc.cxx:80:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/CTF/test/test_ctf_io_tpc.cxx:87:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/CTF/test/test_ctf_io_tpc.cxx:93:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/CTF/test/test_ctf_io_tpc.cxx:101:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/CTF/test/test_ctf_io_tpc.cxx:133:37: warning: comparison of integer expressions of different signedness: '__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]

Detectors/CTF/workflow/src/CTFReaderSpec.cxx

Detectors/CTF/workflow/src/CTFReaderSpec.cxx:246:23: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/CTF/workflow/src/CTFReaderSpec.cxx:494:53: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]

Detectors/CTF/workflow/src/CTFWriterSpec.cxx

Detectors/CTF/workflow/src/CTFWriterSpec.cxx:497:112: warning: missing initializer for member 'o2::ctf::CTFHeader::detectors' [-Wmissing-field-initializers]
Detectors/CTF/workflow/src/CTFWriterSpec.cxx:542:68: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/CTF/workflow/src/CTFWriterSpec.cxx:544:125: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/CTF/workflow/src/CTFWriterSpec.cxx:688:58: warning: missing initializer for member 'o2::ctf::CTFHeader::detectors' [-Wmissing-field-initializers]

Detectors/CTF/workflow/src/ctf-reader-workflow.cxx

Detectors/CTF/workflow/src/ctf-reader-workflow.cxx:274:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/CTF/workflow/src/ctf-writer-workflow.cxx

Detectors/CTF/workflow/src/ctf-writer-workflow.cxx:78:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/CTP/reconstruction/src/RawDataDecoder.cxx

Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:411:17: warning: variable 'bcmask' set but not used [-Wunused-but-set-variable]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:473:21: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:343:12: warning: variable 'orbit0' set but not used [-Wunused-but-set-variable]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:481:8: warning: unused variable 'nhb' [-Wunused-variable]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:608:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/CTP/simulation/src/Digitizer.cxx

Detectors/CTP/simulation/src/Digitizer.cxx:46:10: warning: variable 'currentIR' set but not used [-Wunused-but-set-variable]
Detectors/CTP/simulation/src/Digitizer.cxx:140:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/CTP/simulation/src/Digits2Raw.cxx

Detectors/CTP/simulation/src/Digits2Raw.cxx:232:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/CTP/simulation/src/Digits2Raw.cxx:267:21: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/CTP/simulation/src/Digits2Raw.cxx:286:37: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/CTP/simulation/src/Digits2Raw.cxx:320:20: warning: unused variable 'cc' [-Wunused-variable]

Detectors/CTP/workflow/src/RawDecoderSpec.cxx

Detectors/CTP/workflow/src/RawDecoderSpec.cxx:63:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/CTP/workflow/src/RawDecoderSpec.cxx:83:23: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/CTP/workflow/src/RawDecoderSpec.cxx:138:18: warning: unused variable 'dh' [-Wunused-variable]
Detectors/CTP/workflow/src/RawDecoderSpec.cxx:175:23: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]

Detectors/CTP/workflowIO/src/digits-reader-workflow.cxx

Detectors/CTP/workflowIO/src/digits-reader-workflow.cxx:47:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/CTP/workflowIO/src/digits-writer-workflow.cxx

Detectors/CTP/workflowIO/src/digits-writer-workflow.cxx:43:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/CTP/workflowScalers/src/RunManager.cxx

Detectors/CTP/workflowScalers/src/RunManager.cxx:400:21: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]

Detectors/CTP/workflowScalers/src/ctp-bk-write.cxx

Detectors/CTP/workflowScalers/src/ctp-bk-write.cxx:149:26: warning: unused variable 'ind' [-Wunused-variable]

Detectors/CTP/workflowScalers/src/ctp-qc-proxy.cxx

Detectors/CTP/workflowScalers/src/ctp-qc-proxy.cxx:78:28: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/Calibration/include/DetectorsCalibration/IntegratedClusterCalibrator.h

Detectors/Calibration/include/DetectorsCalibration/IntegratedClusterCalibrator.h:723:55: warning: comparison of integer expressions of different signedness: 'const o2::calibration::TFType' {aka 'const unsigned int'} and 'int' [-Wsign-compare]

Detectors/Calibration/src/MeanVertexCalibrator.cxx

Detectors/Calibration/src/MeanVertexCalibrator.cxx:83:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:107:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::array<float, 3> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:137:33: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:143:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::array<float, 3> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:145:20: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:161:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:187:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:230:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::array<float, 3> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:317:9: warning: unused variable 'binWidth' [-Wunused-variable]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:364:30: warning: comparison of integer expressions of different signedness: 'std::deque<o2::math_utils::detail::Bracket<long int> >::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:388:17: warning: comparison of integer expressions of different signedness: 'std::deque<float>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:408:17: warning: comparison of integer expressions of different signedness: 'std::deque<o2::dataformats::MeanVertexObject>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:461:39: warning: comparison of integer expressions of different signedness: 'const int' and 'unsigned int' [-Wsign-compare]

Detectors/Calibration/workflow/CCDBPopulatorSpec.h

Detectors/Calibration/workflow/CCDBPopulatorSpec.h:93:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/Calibration/workflow/include/DetectorsCalibrationWorkflow/MeanVertexCalibratorSpec.h

Detectors/Calibration/workflow/include/DetectorsCalibrationWorkflow/MeanVertexCalibratorSpec.h:44:45: warning: 'o2::calibration::MeanVertexCalibDevice::mCCDBRequest' will be initialized after [-Wreorder]
Detectors/Calibration/workflow/include/DetectorsCalibrationWorkflow/MeanVertexCalibratorSpec.h:42:12: warning:   'uint32_t o2::calibration::MeanVertexCalibDevice::mDCSSubSpec' [-Wreorder]
Detectors/Calibration/workflow/include/DetectorsCalibrationWorkflow/MeanVertexCalibratorSpec.h:32:3: warning:   when initialized here [-Wreorder]

Detectors/Calibration/workflow/src/MeanVertexCalibratorSpec.cxx

Detectors/Calibration/workflow/src/MeanVertexCalibratorSpec.cxx:50:35: warning: comparison of integer expressions of different signedness: 'const uint32_t' {aka 'const unsigned int'} and 'int' [-Wsign-compare]

Detectors/DCS/include/DetectorsDCS/DataPointIdentifier.h

Detectors/DCS/include/DetectorsDCS/DataPointIdentifier.h:160:10: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/DCS/include/DetectorsDCS/DataPointValue.h

Detectors/DCS/include/DetectorsDCS/DataPointValue.h:414:21: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 8 bytes from a string of length 55 [-Wstringop-truncation]
Detectors/DCS/include/DetectorsDCS/DataPointValue.h:415:21: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 8 bytes from a string of length 47 [-Wstringop-truncation]
Detectors/DCS/include/DetectorsDCS/DataPointValue.h:416:21: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 8 bytes from a string of length 39 [-Wstringop-truncation]
Detectors/DCS/include/DetectorsDCS/DataPointValue.h:417:21: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 8 bytes from a string of length 31 [-Wstringop-truncation]
Detectors/DCS/include/DetectorsDCS/DataPointValue.h:418:21: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 8 bytes from a string of length 23 [-Wstringop-truncation]
Detectors/DCS/include/DetectorsDCS/DataPointValue.h:419:21: warning: 'char* strncpy(char*, const char*, size_t)' output may be truncated copying 8 bytes from a string of length 15 [-Wstringop-truncation]

Detectors/DCS/src/DataPointCreator.cxx

Detectors/DCS/src/DataPointCreator.cxx:86:10: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 56 equals destination size [-Wstringop-truncation]

Detectors/DCS/src/RunStatusChecker.cxx

Detectors/DCS/src/RunStatusChecker.cxx:43:15: warning: comparison of integer expressions of different signedness: 'long int' and 'o2::parameters::GRPECSObject::timePoint' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/DCS/src/RunStatusChecker.cxx:51:18: warning: comparison of integer expressions of different signedness: 'long int' and 'o2::parameters::GRPECSObject::timePoint' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/DCS/testWorkflow/src/DCSDataReplaySpec.cxx

Detectors/DCS/testWorkflow/src/DCSDataReplaySpec.cxx:97:18: warning: comparison of integer expressions of different signedness: 'Long64_t' {aka 'long long int'} and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/DCS/testWorkflow/src/DCSRandomDataGeneratorSpec.cxx

Detectors/DCS/testWorkflow/src/DCSRandomDataGeneratorSpec.cxx:50:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx

Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx:13:1: warning: multi-line comment [-Wcomment]

Detectors/EMCAL/base/include/EMCALBase/TriggerMappingErrors.h

Detectors/EMCAL/base/include/EMCALBase/TriggerMappingErrors.h:53:16: warning: 'o2::emcal::TRUIndexException::mTRUIndex' will be initialized after [-Wreorder]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingErrors.h:52:15: warning:   'std::string o2::emcal::TRUIndexException::mErrorMessage' [-Wreorder]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingErrors.h:32:3: warning:   when initialized here [-Wreorder]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingErrors.h:85:16: warning: 'o2::emcal::FastORIndexException::mFastORIndex' will be initialized after [-Wreorder]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingErrors.h:84:15: warning:   'std::string o2::emcal::FastORIndexException::mErrorMessage' [-Wreorder]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingErrors.h:64:3: warning:   when initialized here [-Wreorder]

Detectors/EMCAL/base/src/ClusterFactory.cxx

Detectors/EMCAL/base/src/ClusterFactory.cxx:52:20: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::Cluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/base/src/ClusterFactory.cxx:645:16: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::Cell, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/base/src/ClusterFactory.cxx:645:16: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::Digit, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/base/src/Geometry.cxx

Detectors/EMCAL/base/src/Geometry.cxx:1228:9: warning: variable 'iphim' set but not used [-Wunused-but-set-variable]
Detectors/EMCAL/base/src/Geometry.cxx:1387:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/base/src/Geometry.cxx:1401:23: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/base/src/Geometry.cxx:1410:58: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<o2::emcal::ShishKebabTrd1Module>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/base/src/Geometry.cxx:965:12: warning: this statement may fall through [-Wimplicit-fallthrough=]

Detectors/EMCAL/base/src/Mapper.cxx

Detectors/EMCAL/base/src/Mapper.cxx:121:20: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]

Detectors/EMCAL/base/src/NonlinearityHandler.cxx

Detectors/EMCAL/base/src/NonlinearityHandler.cxx:148:40: warning: this statement may fall through [-Wimplicit-fallthrough=]

Detectors/EMCAL/base/src/RCUTrailer.cxx

Detectors/EMCAL/base/src/RCUTrailer.cxx:131:29: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]

Detectors/EMCAL/base/src/TriggerMappingV2.cxx

Detectors/EMCAL/base/src/TriggerMappingV2.cxx:68:10: warning: unused variable 'nTRU_inSM_phi' [-Wunused-variable]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:489:17: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'const std::array<unsigned int, 5>::value_type' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:518:17: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'const std::array<unsigned int, 5>::value_type' {aka 'const unsigned int'} [-Wsign-compare]

Detectors/EMCAL/base/test/testMapper.cxx

Detectors/EMCAL/base/test/testMapper.cxx:97:7: warning: unused variable 'nline' [-Wunused-variable]

Detectors/EMCAL/calib/include/EMCALCalib/TriggerSTUDCS.h

Detectors/EMCAL/calib/include/EMCALCalib/TriggerSTUDCS.h:114:7: warning: 'o2::emcal::TriggerSTUDCS::mMedian' will be initialized after [-Wreorder]
Detectors/EMCAL/calib/include/EMCALCalib/TriggerSTUDCS.h:112:22: warning:   'std::array<int, 4> o2::emcal::TriggerSTUDCS::mPHOSScale' [-Wreorder]

Detectors/EMCAL/calib/include/EMCALCalib/TriggerTRUDCS.h

Detectors/EMCAL/calib/include/EMCALCalib/TriggerTRUDCS.h:102:12: warning: 'o2::emcal::TriggerTRUDCS::mFw' will be initialized after [-Wreorder]
Detectors/EMCAL/calib/include/EMCALCalib/TriggerTRUDCS.h:100:27: warning:   'std::array<unsigned int, 6> o2::emcal::TriggerTRUDCS::mMaskReg' [-Wreorder]

Detectors/EMCAL/calib/src/EMCALChannelScaleFactors.cxx

Detectors/EMCAL/calib/src/EMCALChannelScaleFactors.cxx:22:34: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
Detectors/EMCAL/calib/src/EMCALChannelScaleFactors.cxx:31:34: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]

Detectors/EMCAL/calib/src/TriggerDCS.cxx

Detectors/EMCAL/calib/src/TriggerDCS.cxx:43:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<o2::emcal::TriggerTRUDCS, 46>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/calib/src/TriggerDCS.cxx:61:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<o2::emcal::TriggerTRUDCS, 46>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/calib/src/TriggerDCS.cxx:63:13: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<o2::emcal::TriggerTRUDCS, 46>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/calib/src/TriggerSTUDCS.cxx

Detectors/EMCAL/calib/src/TriggerSTUDCS.cxx:23:1: warning:   when initialized here [-Wreorder]

Detectors/EMCAL/calib/src/TriggerTRUDCS.cxx

Detectors/EMCAL/calib/src/TriggerTRUDCS.cxx:23:1: warning:   when initialized here [-Wreorder]

Detectors/EMCAL/calib/test/testGainCalibration.cxx

Detectors/EMCAL/calib/test/testGainCalibration.cxx:38:9: warning: unused variable 'sms' [-Wunused-variable]

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h:171:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h:177:25: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h:183:25: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelData.h

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelData.h:159:7: warning: 'o2::emcal::EMCALChannelData::mNBins' will be initialized after [-Wreorder]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelData.h:158:9: warning:   'float o2::emcal::EMCALChannelData::mRange' [-Wreorder]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelData.h:64:3: warning:   when initialized here [-Wreorder]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelData.h:165:9: warning: 'o2::emcal::EMCALChannelData::mRangeTimeHigh' will be initialized after [-Wreorder]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelData.h:160:10: warning:   'size_t o2::emcal::EMCALChannelData::mNThreads' [-Wreorder]

Detectors/EMCAL/calibration/run/runCalibOffline.cxx

Detectors/EMCAL/calibration/run/runCalibOffline.cxx:217:3: warning: 'doBadChannelCalib' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:209:29: warning: 'nthreads' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:253:34: warning: 'rangestart' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:253:34: warning: 'rangeend' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/EMCAL/calibration/src/EMCALChannelData.cxx

Detectors/EMCAL/calibration/src/EMCALChannelData.cxx:95:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/calibration/src/EMCALChannelData.cxx:110:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/calibration/src/EMCALChannelData.cxx:144:23: warning: unused variable 'nEntries' [-Wunused-variable]
Detectors/EMCAL/calibration/src/EMCALChannelData.cxx:150:69: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]

Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx

Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:161:11: warning: variable 'dtcselUpper' set but not used [-Wunused-but-set-variable]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:162:11: warning: variable 'dtcselLower' set but not used [-Wunused-but-set-variable]

Detectors/EMCAL/calibration/src/EMCALTempCalibExtractor.cxx

Detectors/EMCAL/calibration/src/EMCALTempCalibExtractor.cxx:56:11: warning: comparison is always false due to limited range of data type [-Wtype-limits]

Detectors/EMCAL/calibration/src/EMCALTimeCalibData.cxx

Detectors/EMCAL/calibration/src/EMCALTimeCalibData.cxx:70:69: warning: comparison of integer expressions of different signedness: 'const int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/calibration/src/EMCALTimeCalibData.cxx:110:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/EMCAL/calibration/src/EMCALTimeCalibData.cxx:125:33: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]

Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx

Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:137:9: warning: unused variable 'dpval' [-Wunused-variable]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:188:33: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:195:29: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:169:8: warning: unused variable 'ts' [-Wunused-variable]

Detectors/EMCAL/calibration/src/PedestalCalibDevice.cxx

Detectors/EMCAL/calibration/src/PedestalCalibDevice.cxx:50:18: warning: variable 'originEMC' set but not used [-Wunused-but-set-variable]
Detectors/EMCAL/calibration/src/PedestalCalibDevice.cxx:60:18: warning: variable 'originEMC' set but not used [-Wunused-but-set-variable]

Detectors/EMCAL/calibration/src/PedestalProcessorData.cxx

Detectors/EMCAL/calibration/src/PedestalProcessorData.cxx:57:9: warning: unused variable 'mean' [-Wunused-variable]
Detectors/EMCAL/calibration/src/PedestalProcessorData.cxx:57:15: warning: unused variable 'rms' [-Wunused-variable]
Detectors/EMCAL/calibration/src/PedestalProcessorData.cxx:79:9: warning: unused variable 'mean' [-Wunused-variable]
Detectors/EMCAL/calibration/src/PedestalProcessorData.cxx:79:15: warning: unused variable 'rms' [-Wunused-variable]

Detectors/EMCAL/calibration/src/PedestalProcessorDevice.cxx

Detectors/EMCAL/calibration/src/PedestalProcessorDevice.cxx:113:13: warning: unused variable 'nBunchesNotOK' [-Wunused-variable]
Detectors/EMCAL/calibration/src/PedestalProcessorDevice.cxx:88:12: warning: unused variable 'triggerbits' [-Wunused-variable]

Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx

Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:83:13: warning: unused variable 'NUMBERALTROSAMPLES' [-Wunused-variable]

Detectors/EMCAL/calibration/testWorkflow/EMCALChannelCalibratorSpec.h

Detectors/EMCAL/calibration/testWorkflow/EMCALChannelCalibratorSpec.h:378:8: warning: 'o2::calibration::EMCALChannelCalibDevice::mLoadCalibParamsFromCCDB' will be initialized after [-Wreorder]
Detectors/EMCAL/calibration/testWorkflow/EMCALChannelCalibratorSpec.h:374:15: warning:   'std::string o2::calibration::EMCALChannelCalibDevice::mCalibType' [-Wreorder]
Detectors/EMCAL/calibration/testWorkflow/EMCALChannelCalibratorSpec.h:82:3: warning:   when initialized here [-Wreorder]

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/AltroDecoder.h

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/AltroDecoder.h:79:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/ClusterizerParameters.h

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/ClusterizerParameters.h:48:8: warning: 'o2::emcal::ClusterizerParameters::mDoEnergyGradientCut' will be initialized after [-Wreorder]
Detectors/EMCAL/reconstruction/include/EMCALReconstruction/ClusterizerParameters.h:47:10: warning:   'double o2::emcal::ClusterizerParameters::mGradientCut' [-Wreorder]

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/RawReaderMemory.h

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/RawReaderMemory.h:143:50: warning: comparison of integer expressions of different signedness: 'const int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/include/EMCALReconstruction/RawReaderMemory.h:143:50: warning: comparison of integer expressions of different signedness: 'const int' and 'gsl::span<const char, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/TRUDataHandler.h

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/TRUDataHandler.h:139:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<unsigned char, 77>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx

Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:80:14: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx

Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:66:21: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:100:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:128:81: warning: comparison of integer expressions of different signedness: 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:280:10: warning: 'errorType' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:437:10: warning: 'errorType' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/EMCAL/reconstruction/src/CaloRawFitter.cxx

Detectors/EMCAL/reconstruction/src/CaloRawFitter.cxx:180:19: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/CaloRawFitter.cxx:196:27: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/CaloRawFitter.cxx:226:19: warning: comparison of integer expressions of different signedness: 'gsl::span<const short unsigned int>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/CaloRawFitter.cxx:365:11: warning: variable 'testindexReverse' set but not used [-Wunused-but-set-variable]

Detectors/EMCAL/reconstruction/src/Clusterizer.cxx

Detectors/EMCAL/reconstruction/src/Clusterizer.cxx:132:28: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/Clusterizer.cxx:141:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::Cell, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/Clusterizer.cxx:62:59: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/Clusterizer.cxx:65:65: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/Clusterizer.cxx:141:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::Digit, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/src/ClusterizerParameters.cxx

Detectors/EMCAL/reconstruction/src/ClusterizerParameters.cxx:22:1: warning:   when initialized here [-Wreorder]

Detectors/EMCAL/reconstruction/src/FastORTimeSeries.cxx

Detectors/EMCAL/reconstruction/src/FastORTimeSeries.cxx:24:21: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/src/RawBuffer.cxx

Detectors/EMCAL/reconstruction/src/RawBuffer.cxx:32:16: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/RawBuffer.cxx:50:30: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx

Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:130:64: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:133:68: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:135:33: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:149:71: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:152:68: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:192:74: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/src/RecoContainer.cxx

Detectors/EMCAL/reconstruction/src/RecoContainer.cxx:23:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<o2::emcal::TRUDataHandler, 52>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/src/STUDecoderError.cxx

Detectors/EMCAL/reconstruction/src/STUDecoderError.cxx:60:34: warning: comparison of integer expressions of different signedness: 'int' and 'const std::size_t' {aka 'const long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/src/StuDecoder.cxx

Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:55:21: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:62:21: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:71:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/src/TRUDataHandler.cxx

Detectors/EMCAL/reconstruction/src/TRUDataHandler.cxx:33:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<unsigned char, 77>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx

Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:128:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/reconstruction/test/testRawDecodingError.cxx

Detectors/EMCAL/reconstruction/test/testRawDecodingError.cxx:77:71: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]

Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx

Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx:31:31: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx:36:31: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx:40:31: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx:48:31: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx:62:30: warning: comparison of integer expressions of different signedness: 'std::map<unsigned char, unsigned char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx:80:34: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]

Detectors/EMCAL/simulation/include/EMCALSimulation/LZEROElectronics.h

Detectors/EMCAL/simulation/include/EMCALSimulation/LZEROElectronics.h:119:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/EMCAL/simulation/src/Digitizer.cxx

Detectors/EMCAL/simulation/src/Digitizer.cxx:135:13: warning: unused variable 'id' [-Wunused-variable]
Detectors/EMCAL/simulation/src/Digitizer.cxx:189:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<double, 15>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/simulation/src/DigitizerTRU.cxx

Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:137:9: warning: unused variable 'tower' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:157:10: warning: unused variable 'whichTRU' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:158:10: warning: unused variable 'whichFastOrTRU' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:176:10: warning: unused variable 'whichTRU' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:177:10: warning: unused variable 'whichFastOrTRU' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:188:10: warning: unused variable 'whichTRU' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:189:10: warning: unused variable 'whichFastOrTRU' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:214:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<double, 15>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:291:33: warning: comparison of integer expressions of different signedness: 'std::vector<o2::emcal::EMCALTriggerInputs>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/EMCAL/simulation/src/DigitsVectorStream.cxx

Detectors/EMCAL/simulation/src/DigitsVectorStream.cxx:42:10: warning: unused variable 'amplitude' [-Wunused-variable]

Detectors/EMCAL/simulation/src/DigitsWriteoutBuffer.cxx

Detectors/EMCAL/simulation/src/DigitsWriteoutBuffer.cxx:28:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/EMCAL/simulation/src/DigitsWriteoutBuffer.cxx:58:31: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/EMCAL/simulation/src/DigitsWriteoutBuffer.cxx:68:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::emcal::LabeledDigit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/simulation/src/DigitsWriteoutBufferTRU.cxx

Detectors/EMCAL/simulation/src/DigitsWriteoutBufferTRU.cxx:30:7: warning: unused variable 'eventTimeBin' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitsWriteoutBufferTRU.cxx:31:8: warning: unused variable 'needsEmptyTimeBins' [-Wunused-variable]
Detectors/EMCAL/simulation/src/DigitsWriteoutBufferTRU.cxx:106:29: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
Detectors/EMCAL/simulation/src/DigitsWriteoutBufferTRU.cxx:148:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::emcal::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/simulation/src/LZEROElectronics.cxx

Detectors/EMCAL/simulation/src/LZEROElectronics.cxx:93:10: warning: unused variable 'amplitude' [-Wunused-variable]
Detectors/EMCAL/simulation/src/LZEROElectronics.cxx:107:7: warning: variable 'sizemDigitMap' set but not used [-Wunused-but-set-variable]

Detectors/EMCAL/simulation/src/LabeledDigit.cxx

Detectors/EMCAL/simulation/src/LabeledDigit.cxx:43:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::emcal::MCLabel>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/simulation/src/RawWriter.cxx

Detectors/EMCAL/simulation/src/RawWriter.cxx:239:29: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/EMCAL/simulation/src/RawWriter.cxx:243:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/simulation/src/RawWriter.cxx:261:39: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/EMCAL/simulation/src/RawWriter.cxx:277:39: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/EMCAL/simulation/src/RawWriter.cxx:294:35: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/EMCAL/simulation/src/TRUElectronics.cxx

Detectors/EMCAL/simulation/src/TRUElectronics.cxx:72:9: warning: unused variable 'columnSeed' [-Wunused-variable]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:78:9: warning: unused variable 'columnSeed' [-Wunused-variable]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:89:9: warning: unused variable 'columnSeed' [-Wunused-variable]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:95:9: warning: unused variable 'columnSeed' [-Wunused-variable]

Detectors/EMCAL/workflow/include/EMCALWorkflow/OfflineCalibSpec.h

Detectors/EMCAL/workflow/include/EMCALWorkflow/OfflineCalibSpec.h:91:8: warning: 'o2::emcal::OfflineCalibSpec::mRejectL0Triggers' will be initialized after [-Wreorder]
Detectors/EMCAL/workflow/include/EMCALWorkflow/OfflineCalibSpec.h:86:32: warning:   'std::shared_ptr<o2::emcal::CalibLoader> o2::emcal::OfflineCalibSpec::mCalibrationHandler' [-Wreorder]
Detectors/EMCAL/workflow/include/EMCALWorkflow/OfflineCalibSpec.h:50:3: warning:   when initialized here [-Wreorder]

Detectors/EMCAL/workflow/src/CellConverterSpec.cxx

Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:418:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::emcal::MCLabel>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:441:7: warning: variable 'indexMaxInBunch' set but not used [-Wunused-but-set-variable]

Detectors/EMCAL/workflow/src/CellRecalibratorSpec.cxx

Detectors/EMCAL/workflow/src/CellRecalibratorSpec.cxx:80:12: warning: unused variable 'currentfirst' [-Wunused-variable]
Detectors/EMCAL/workflow/src/CellRecalibratorSpec.cxx:81:12: warning: unused variable 'currentledfirst' [-Wunused-variable]

Detectors/EMCAL/workflow/src/EMCALDigitizerSpec.cxx

Detectors/EMCAL/workflow/src/EMCALDigitizerSpec.cxx:138:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::InteractionTimeRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/workflow/src/EMCALDigitizerSpec.cxx:277:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::InteractionTimeRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/workflow/src/PublisherSpec.cxx

Detectors/EMCAL/workflow/src/PublisherSpec.cxx:53:52: warning: unused variable 'subSpec' [-Wunused-variable]
Detectors/EMCAL/workflow/src/PublisherSpec.cxx:97:21: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx

Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:282:13: warning: unused variable 'nBunchesNotOK' [-Wunused-variable]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:160:7: warning: unused variable 'firstEntry' [-Wunused-variable]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:519:50: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:539:50: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:507:14: warning: unused variable 'l0time' [-Wunused-variable]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:600:34: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:610:16: warning: structured binding declaration set but not used [-Wunused-but-set-variable]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:604:14: warning: unused variable 'fastorStart' [-Wunused-variable]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:649:38: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::emcal::FastORTimeSeries*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/EMCAL/workflow/src/RecoWorkflow.cxx

Detectors/EMCAL/workflow/src/RecoWorkflow.cxx:199:82: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
Detectors/EMCAL/workflow/src/RecoWorkflow.cxx:203:85: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
Detectors/EMCAL/workflow/src/RecoWorkflow.cxx:236:91: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
Detectors/EMCAL/workflow/src/RecoWorkflow.cxx:229:91: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
Detectors/EMCAL/workflow/src/RecoWorkflow.cxx:214:92: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
Detectors/EMCAL/workflow/src/RecoWorkflow.cxx:221:93: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
Detectors/EMCAL/workflow/src/RecoWorkflow.cxx:336:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/EMCAL/workflow/src/StandaloneAODProducerSpec.cxx

Detectors/EMCAL/workflow/src/StandaloneAODProducerSpec.cxx:47:8: warning: unused variable 'cput' [-Wunused-variable]

Detectors/EMCAL/workflow/src/emc-reco-workflow.cxx

Detectors/EMCAL/workflow/src/emc-reco-workflow.cxx:96:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FDD/reconstruction/include/FDDReconstruction/CTFCoder.h

Detectors/FIT/FDD/reconstruction/include/FDDReconstruction/CTFCoder.h:166:28: warning: unused variable 'clCount' [-Wunused-variable]
Detectors/FIT/FDD/reconstruction/include/FDDReconstruction/CTFCoder.h:166:41: warning: unused variable 'chipCount' [-Wunused-variable]

Detectors/FIT/FDD/reconstruction/src/test-raw-conversion.cxx

Detectors/FIT/FDD/reconstruction/src/test-raw-conversion.cxx:62:11: warning: unused variable 'bc' [-Wunused-variable]
Detectors/FIT/FDD/reconstruction/src/test-raw-conversion.cxx:74:11: warning: unused variable 'bc2' [-Wunused-variable]

Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx

Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:102:33: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:103:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFDD_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:103:52: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFDD_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:110:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFDD_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:116:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFDD_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/FIT/FDD/simulation/src/Detector.cxx

Detectors/FIT/FDD/simulation/src/Detector.cxx:115:16: warning: unused variable 'idFDA' [-Wunused-variable]
Detectors/FIT/FDD/simulation/src/Detector.cxx:148:18: warning: unused variable 'tlength_ad' [-Wunused-variable]

Detectors/FIT/FDD/workflow/src/digits-writer-workflow.cxx

Detectors/FIT/FDD/workflow/src/digits-writer-workflow.cxx:43:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FDD/workflow/src/fdd-flp-workflow.cxx

Detectors/FIT/FDD/workflow/src/fdd-flp-workflow.cxx:108:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FDD/workflow/src/fdd-reco-workflow.cxx

Detectors/FIT/FDD/workflow/src/fdd-reco-workflow.cxx:68:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FT0/base/src/Geometry.cxx

Detectors/FIT/FT0/base/src/Geometry.cxx:61:12: warning: variable 'gridpoints' set but not used [-Wunused-but-set-variable]

Detectors/FIT/FT0/calibration/workflow/FT0TimeSpectraProcessor-Workflow.cxx

Detectors/FIT/FT0/calibration/workflow/FT0TimeSpectraProcessor-Workflow.cxx:81:22: warning: unused variable 'result' [-Wunused-variable]
Detectors/FIT/FT0/calibration/workflow/FT0TimeSpectraProcessor-Workflow.cxx:93:20: warning: unused variable 'result' [-Wunused-variable]
Detectors/FIT/FT0/calibration/workflow/FT0TimeSpectraProcessor-Workflow.cxx:99:22: warning: unused variable 'resultSum' [-Wunused-variable]
Detectors/FIT/FT0/calibration/workflow/FT0TimeSpectraProcessor-Workflow.cxx:100:22: warning: unused variable 'resultDiff' [-Wunused-variable]
Detectors/FIT/FT0/calibration/workflow/FT0TimeSpectraProcessor-Workflow.cxx:97:20: warning: unused variable 'result' [-Wunused-variable]

Detectors/FIT/FT0/reconstruction/include/FT0Reconstruction/CTFCoder.h

Detectors/FIT/FT0/reconstruction/include/FT0Reconstruction/CTFCoder.h:166:28: warning: unused variable 'clCount' [-Wunused-variable]
Detectors/FIT/FT0/reconstruction/include/FT0Reconstruction/CTFCoder.h:166:41: warning: unused variable 'chipCount' [-Wunused-variable]

Detectors/FIT/FT0/reconstruction/src/test-raw-conversion.cxx

Detectors/FIT/FT0/reconstruction/src/test-raw-conversion.cxx:62:11: warning: unused variable 'bc' [-Wunused-variable]
Detectors/FIT/FT0/reconstruction/src/test-raw-conversion.cxx:74:11: warning: unused variable 'bc2' [-Wunused-variable]

Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx

Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:102:33: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:103:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFT0_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:103:52: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFT0_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:110:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFT0_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:116:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFT0_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/FIT/FT0/simulation/src/Detector.cxx

Detectors/FIT/FT0/simulation/src/Detector.cxx:167:18: warning: unused variable 'phCable' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:211:11: warning: unused variable 'pmcpinner' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:231:20: warning: unused variable 'nrfvs' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:231:31: warning: unused variable 'nrfhs' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:329:7: warning: unused variable 'na' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:348:10: warning: unused variable 'xcell' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:348:25: warning: unused variable 'ycell' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:348:40: warning: unused variable 'zcell' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:432:13: warning: unused variable 'block' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:442:13: warning: unused variable 'box1' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:452:13: warning: unused variable 'box2' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:466:13: warning: unused variable 'box3' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:476:13: warning: unused variable 'box4' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:486:13: warning: unused variable 'box5' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:500:13: warning: unused variable 'box6' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:515:13: warning: unused variable 'cbox1' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:527:13: warning: unused variable 'cbox2' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:542:13: warning: unused variable 'gapBox' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:597:13: warning: unused variable 'coverPlate' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:598:13: warning: unused variable 'fiberPlate' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:599:13: warning: unused variable 'opticalFiberHead' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:630:23: warning: unused variable 'outerPlateGroup' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:641:23: warning: unused variable 'innerPlateGroup' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:650:15: warning: unused variable 'socket' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:707:15: warning: unused variable 'Vacuum' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:713:29: warning: unused variable 'sensShift' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:715:29: warning: unused variable 'sQuartzHeightC' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:749:12: warning: unused variable 'exag' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:762:15: warning: unused variable 'sphere1' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:763:15: warning: unused variable 'sphere2' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:764:15: warning: unused variable 'sphere3' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:765:15: warning: unused variable 'sphere4' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:767:13: warning: unused variable 'insSeat' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:769:13: warning: unused variable 'quartzRadiatorSeat' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:774:13: warning: unused variable 'pmtBoxSeat' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:778:13: warning: unused variable 'pmtCornerRect' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:783:13: warning: unused variable 'framecornerBox' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:889:12: warning: unused variable 'rotC' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:890:12: warning: unused variable 'comC' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1012:12: warning: unused variable 'totalHeight' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1034:13: warning: unused variable 'box' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1037:13: warning: unused variable 'slice' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1038:13: warning: unused variable 'cableHole' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1039:13: warning: unused variable 'cableHole2' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1041:15: warning: unused variable 'baseShape' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1217:15: warning: unused variable 'nCeramicNice' [-Wunused-variable]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1314:23: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1409:13: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/FIT/FT0/simulation/src/Digitizer.cxx

Detectors/FIT/FT0/simulation/src/Digitizer.cxx:193:46: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:210:29: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:216:47: warning: comparison of integer expressions of different signedness: 'const int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:351:18: warning: comparison of integer expressions of different signedness: 'int' and 'const std::size_t' {aka 'const long unsigned int'} [-Wsign-compare]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:326:13: warning: variable 'tcmHash' set but not used [-Wunused-but-set-variable]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:424:16: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'const std::size_t' {aka 'const long unsigned int'} [-Wsign-compare]

Detectors/FIT/FT0/workflow/include/FT0Workflow/RecoQCworkflow.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/RecoQCworkflow.h:57:15: warning: 'o2::ft0::RecoQCworkflow::mInputSources' will be initialized after [-Wreorder]
Detectors/FIT/FT0/workflow/include/FT0Workflow/RecoQCworkflow.h:55:32: warning:   'std::shared_ptr<o2::globaltracking::DataRequest> o2::ft0::RecoQCworkflow::mDataRequest' [-Wreorder]
Detectors/FIT/FT0/workflow/include/FT0Workflow/RecoQCworkflow.h:49:3: warning:   when initialized here [-Wreorder]

Detectors/FIT/FT0/workflow/include/FT0Workflow/ReconstructionSpec.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/ReconstructionSpec.h:51:21: warning: 'o2::ft0::ReconstructionDPL::mCCDBpath' will be initialized after [-Wreorder]
Detectors/FIT/FT0/workflow/include/FT0Workflow/ReconstructionSpec.h:47:8: warning:   'bool o2::ft0::ReconstructionDPL::mUseTimeOffsetCalib' [-Wreorder]
Detectors/FIT/FT0/workflow/include/FT0Workflow/ReconstructionSpec.h:37:3: warning:   when initialized here [-Wreorder]

Detectors/FIT/FT0/workflow/src/digits-writer-workflow.cxx

Detectors/FIT/FT0/workflow/src/digits-writer-workflow.cxx:43:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FT0/workflow/src/ft0-flp-workflow.cxx

Detectors/FIT/FT0/workflow/src/ft0-flp-workflow.cxx:130:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FT0/workflow/src/ft0-reco-workflow.cxx

Detectors/FIT/FT0/workflow/src/ft0-reco-workflow.cxx:76:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FT0/workflow/src/reco-qc.cxx

Detectors/FIT/FT0/workflow/src/reco-qc.cxx:51:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FV0/base/src/Geometry.cxx

Detectors/FIT/FV0/base/src/Geometry.cxx:181:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:220:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:308:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:384:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:401:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:747:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:1111:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:1161:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:1179:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/base/src/Geometry.cxx:1208:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<TGeoMatrix*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/FIT/FV0/calibration/src/FV0CalibCollector.cxx

Detectors/FIT/FV0/calibration/src/FV0CalibCollector.cxx:50:10: warning: variable 'it' set but not used [-Wunused-but-set-variable]
Detectors/FIT/FV0/calibration/src/FV0CalibCollector.cxx:100:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<int, 48>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/calibration/src/FV0CalibCollector.cxx:137:65: warning: comparison of integer expressions of different signedness: 'std::vector<o2::fv0::FV0CalibrationInfoObject>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/FIT/FV0/calibration/src/FV0ChannelTimeOffsetSlotContainer.cxx

Detectors/FIT/FV0/calibration/src/FV0ChannelTimeOffsetSlotContainer.cxx:82:27: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]
Detectors/FIT/FV0/calibration/src/FV0ChannelTimeOffsetSlotContainer.cxx:87:7: warning: unused variable 'maxElement' [-Wunused-variable]

Detectors/FIT/FV0/reconstruction/include/FV0Reconstruction/CTFCoder.h

Detectors/FIT/FV0/reconstruction/include/FV0Reconstruction/CTFCoder.h:169:28: warning: unused variable 'clCount' [-Wunused-variable]
Detectors/FIT/FV0/reconstruction/include/FV0Reconstruction/CTFCoder.h:169:41: warning: unused variable 'chipCount' [-Wunused-variable]

Detectors/FIT/FV0/reconstruction/src/test-raw-conversion.cxx

Detectors/FIT/FV0/reconstruction/src/test-raw-conversion.cxx:62:11: warning: unused variable 'bc' [-Wunused-variable]
Detectors/FIT/FV0/reconstruction/src/test-raw-conversion.cxx:74:11: warning: unused variable 'bc2' [-Wunused-variable]

Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx

Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:102:33: warning: comparison of integer expressions of different signedness: 'int' and 'const long unsigned int' [-Wsign-compare]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:103:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFV0_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:103:52: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFV0_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:110:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFV0_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:116:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<main()::EventFV0_t>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/FIT/FV0/simulation/src/Detector.cxx

Detectors/FIT/FV0/simulation/src/Detector.cxx:67:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/simulation/src/Detector.cxx:214:27: warning: unused variable 'sens' [-Wunused-variable]

Detectors/FIT/FV0/simulation/src/Digitizer.cxx

Detectors/FIT/FV0/simulation/src/Digitizer.cxx:174:35: warning: comparison of integer expressions of different signedness: 'const Int_t' {aka 'const int'} and 'const UInt_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:198:29: warning: comparison of integer expressions of different signedness: 'int' and 'UInt_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:353:40: warning: comparison of integer expressions of different signedness: 'const int' and 'const UInt_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:353:74: warning: comparison of integer expressions of different signedness: 'const int' and 'const UInt_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:376:37: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'const UInt_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:382:24: warning: comparison of integer expressions of different signedness: 'int' and 'const UInt_t' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:387:24: warning: comparison of integer expressions of different signedness: 'int' and 'const UInt_t' {aka 'const unsigned int'} [-Wsign-compare]

Detectors/FIT/FV0/workflow/src/digits-writer-workflow.cxx

Detectors/FIT/FV0/workflow/src/digits-writer-workflow.cxx:43:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FV0/workflow/src/fv0-flp-workflow.cxx

Detectors/FIT/FV0/workflow/src/fv0-flp-workflow.cxx:108:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/FV0/workflow/src/fv0-reco-workflow.cxx

Detectors/FIT/FV0/workflow/src/fv0-reco-workflow.cxx:71:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h

Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:119:45: warning: 'o2::fit::FITCalibrationDevice<o2::fv0::FV0CalibrationInfoObject, o2::fv0::FV0ChannelTimeOffsetSlotContainer, o2::fv0::FV0ChannelTimeCalibrationObject>::mCCDBRequest' will be initialized after [-Wreorder]
Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:117:37: warning:   'const o2::header::DataDescription o2::fit::FITCalibrationDevice<o2::fv0::FV0CalibrationInfoObject, o2::fv0::FV0ChannelTimeOffsetSlotContainer, o2::fv0::FV0ChannelTimeCalibrationObject>::mOutputDataDescription' [-Wreorder]
Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:41:12: warning:   when initialized here [-Wreorder]
Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:117:37: warning: 'o2::fit::FITCalibrationDevice<o2::fv0::FV0CalibrationInfoObject, o2::fv0::FV0ChannelTimeOffsetSlotContainer, o2::fv0::FV0ChannelTimeCalibrationObject>::mOutputDataDescription' will be initialized after [-Wreorder]
Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:115:21: warning:   'const std::string o2::fit::FITCalibrationDevice<o2::fv0::FV0CalibrationInfoObject, o2::fv0::FV0ChannelTimeOffsetSlotContainer, o2::fv0::FV0ChannelTimeCalibrationObject>::mOutputDataLabelCDBPayload' [-Wreorder]
Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:119:45: warning: 'o2::fit::FITCalibrationDevice<float, o2::ft0::FT0TimeOffsetSlotContainer, o2::ft0::TimeSpectraInfoObject>::mCCDBRequest' will be initialized after [-Wreorder]
Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:117:37: warning:   'const o2::header::DataDescription o2::fit::FITCalibrationDevice<float, o2::ft0::FT0TimeOffsetSlotContainer, o2::ft0::TimeSpectraInfoObject>::mOutputDataDescription' [-Wreorder]
Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:117:37: warning: 'o2::fit::FITCalibrationDevice<float, o2::ft0::FT0TimeOffsetSlotContainer, o2::ft0::TimeSpectraInfoObject>::mOutputDataDescription' will be initialized after [-Wreorder]
Detectors/FIT/common/calibration/include/FITCalibration/FITCalibrationDevice.h:115:21: warning:   'const std::string o2::fit::FITCalibrationDevice<float, o2::ft0::FT0TimeOffsetSlotContainer, o2::ft0::TimeSpectraInfoObject>::mOutputDataLabelCDBPayload' [-Wreorder]

Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigProcessorSpec.h

Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigProcessorSpec.h:69:18: warning: comparison of integer expressions of different signedness: 'long int' and 'long unsigned int' [-Wsign-compare]

Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigReader.h

Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigReader.h:44:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigReader.h:45:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigReader.h:47:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigReader.h:55:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigReader.h:58:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigReader.h:61:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/FIT/common/dcsmonitoring/src/FITDCSConfigReader.cxx

Detectors/FIT/common/dcsmonitoring/src/FITDCSConfigReader.cxx:57:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/src/FITDCSConfigReader.cxx:58:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/src/FITDCSConfigReader.cxx:60:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/src/FITDCSConfigReader.cxx:68:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/src/FITDCSConfigReader.cxx:71:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/common/dcsmonitoring/src/FITDCSConfigReader.cxx:74:1: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/FIT/common/dcsmonitoring/src/FITDCSDataProcessor.cxx

Detectors/FIT/common/dcsmonitoring/src/FITDCSDataProcessor.cxx:91:16: warning: comparison of integer expressions of different signedness: 'long int' and 'long unsigned int' [-Wsign-compare]

Detectors/FIT/raw/include/FITRaw/DataBlockBase.h

Detectors/FIT/raw/include/FITRaw/DataBlockBase.h:321:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FIT/raw/include/FITRaw/DataBlockBase.h:255:14: warning: unused variable 'indexElem' [-Wunused-variable]
Detectors/FIT/raw/include/FITRaw/DataBlockBase.h:256:14: warning: unused variable 'indexLastElem' [-Wunused-variable]
Detectors/FIT/raw/include/FITRaw/DataBlockBase.h:373:23: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]

Detectors/FIT/raw/include/FITRaw/DataBlockFIT.h

Detectors/FIT/raw/include/FITRaw/DataBlockFIT.h:51:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/raw/include/FITRaw/DataBlockFIT.h:102:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/FIT/raw/include/FITRaw/DataBlockFIT.h:156:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/FIT/raw/include/FITRaw/RawReaderBase.h

Detectors/FIT/raw/include/FITRaw/RawReaderBase.h:94:10: warning: unused variable 'srcPos' [-Wunused-variable]
Detectors/FIT/raw/include/FITRaw/RawReaderBase.h:105:52: warning: missing initializer for member 'o2::fit::EntryCRU::mCRUID' [-Wmissing-field-initializers]
Detectors/FIT/raw/include/FITRaw/RawReaderBase.h:105:52: warning: missing initializer for member 'o2::fit::EntryCRU::mFEEID' [-Wmissing-field-initializers]
Detectors/FIT/raw/include/FITRaw/RawReaderBase.h:76:19: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterReaderSpec.h

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterReaderSpec.h:106:33: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'Long64_t' {aka 'long long int'} [-Wsign-compare]

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:115:21: warning: comparison of integer expressions of different signedness: 'const unsigned int' and 'int' [-Wsign-compare]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:152:45: warning: 'o2::fit::FITIntegrateClusters<o2::fdd::RecPoint>::mCCDBRequest' will be initialized after [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:150:14: warning:   'const bool o2::fit::FITIntegrateClusters<o2::fdd::RecPoint>::mDisableWriter' [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:87:3: warning:   when initialized here [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:150:14: warning: 'o2::fit::FITIntegrateClusters<o2::fdd::RecPoint>::mDisableWriter' will be initialized after [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:148:13: warning:   'const int o2::fit::FITIntegrateClusters<o2::fdd::RecPoint>::mMinNChan' [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:152:45: warning: 'o2::fit::FITIntegrateClusters<o2::fv0::RecPoints>::mCCDBRequest' will be initialized after [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:150:14: warning:   'const bool o2::fit::FITIntegrateClusters<o2::fv0::RecPoints>::mDisableWriter' [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:150:14: warning: 'o2::fit::FITIntegrateClusters<o2::fv0::RecPoints>::mDisableWriter' will be initialized after [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:148:13: warning:   'const int o2::fit::FITIntegrateClusters<o2::fv0::RecPoints>::mMinNChan' [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:152:45: warning: 'o2::fit::FITIntegrateClusters<o2::ft0::RecPoints>::mCCDBRequest' will be initialized after [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:150:14: warning:   'const bool o2::fit::FITIntegrateClusters<o2::ft0::RecPoints>::mDisableWriter' [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:150:14: warning: 'o2::fit::FITIntegrateClusters<o2::ft0::RecPoints>::mDisableWriter' will be initialized after [-Wreorder]
Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:148:13: warning:   'const int o2::fit::FITIntegrateClusters<o2::ft0::RecPoints>::mMinNChan' [-Wreorder]

Detectors/FOCAL/base/src/EventReader.cxx

Detectors/FOCAL/base/src/EventReader.cxx:44:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::focal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/base/src/EventReader.cxx:64:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::focal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/base/src/EventReader.cxx:69:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::focal::TriggerRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/FOCAL/calibration/include/FOCALCalibration/PadPedestalCalibDevice.h

Detectors/FOCAL/calibration/include/FOCALCalibration/PadPedestalCalibDevice.h:54:15: warning: 'o2::focal::PadPedestalCalibDevice::mPath' will be initialized after [-Wreorder]
Detectors/FOCAL/calibration/include/FOCALCalibration/PadPedestalCalibDevice.h:53:8: warning:   'bool o2::focal::PadPedestalCalibDevice::mDebug' [-Wreorder]

Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx

Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx:33:1: warning:   when initialized here [-Wreorder]
Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx:67:25: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx:66:12: warning: unused variable 'firstHBF' [-Wunused-variable]
Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx:150:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<std::unique_ptr<TH2>, 18>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx:160:31: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

Detectors/FOCAL/reconstruction/run/rawReaderPadRootify.cxx

Detectors/FOCAL/reconstruction/run/rawReaderPadRootify.cxx:282:14: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/FOCAL/reconstruction/run/rawReaderPadRootify.cxx:299:25: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx

Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:70:16: warning: comparison of integer expressions of different signedness: 'int' and 'const std::size_t' {aka 'const long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:87:31: warning: comparison of integer expressions of different signedness: 'int' and 'const std::size_t' {aka 'const long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:29:8: warning: variable 'physicsTrigger' set but not used [-Wunused-but-set-variable]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:168:41: warning: comparison of integer expressions of different signedness: 'long int' and 'gsl::span<const unsigned char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:254:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:277:39: warning: comparison of integer expressions of different signedness: 'long int' and 'gsl::span<const unsigned char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:264:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:267:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:270:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:257:36: warning: 'currentRegion' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:213:92: warning: 'currentChipID' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:209:27: warning: 'currentChipStatus' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/FOCAL/reconstruction/src/PixelMapper.cxx

Detectors/FOCAL/reconstruction/src/PixelMapper.cxx:85:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/FOCAL/reconstruction/src/PixelMapper.cxx:88:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]

Detectors/FOCAL/simulation/include/FOCALSimulation/Detector.h

Detectors/FOCAL/simulation/include/FOCALSimulation/Detector.h:207:66: warning: 'o2::focal::Detector::mHitIndexMapping' will be initialized after [-Wreorder]
Detectors/FOCAL/simulation/include/FOCALSimulation/Detector.h:198:13: warning:   'o2::focal::Geometry* o2::focal::Detector::mGeometry' [-Wreorder]

Detectors/FOCAL/simulation/src/Detector.cxx

Detectors/FOCAL/simulation/src/Detector.cxx:28:1: warning:   when initialized here [-Wreorder]
Detectors/FOCAL/simulation/src/Detector.cxx:559:13: warning: unused variable 'ODBox' [-Wunused-variable]
Detectors/FOCAL/simulation/src/Detector.cxx:560:13: warning: unused variable 'IDBox' [-Wunused-variable]
Detectors/FOCAL/simulation/src/Detector.cxx:602:12: warning: unused variable 'TowerHalfDiag' [-Wunused-variable]
Detectors/FOCAL/simulation/src/Detector.cxx:1232:10: warning: unused variable 'xp' [-Wunused-variable]
Detectors/FOCAL/simulation/src/Detector.cxx:1232:14: warning: unused variable 'yp' [-Wunused-variable]
Detectors/FOCAL/simulation/src/Detector.cxx:1232:18: warning: unused variable 'zp' [-Wunused-variable]
Detectors/FOCAL/simulation/src/Detector.cxx:1233:16: warning: variable 'itowery' set but not used [-Wunused-but-set-variable]

Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx

Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:86:25: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:95:15: warning: unused variable 'endpoint' [-Wunused-variable]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:298:31: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:398:9: warning: variable 'bc' set but not used [-Wunused-but-set-variable]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:433:7: warning: unused variable 'nchipsBefore' [-Wunused-variable]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:439:7: warning: unused variable 'nchipsAfter' [-Wunused-variable]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:544:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/Filtering/src/FilteringSpec.cxx

Detectors/Filtering/src/FilteringSpec.cxx:214:15: warning: unused variable 'clSave' [-Wunused-variable]
Detectors/Filtering/src/FilteringSpec.cxx:239:7: warning: unused variable 'vtxID' [-Wunused-variable]

Detectors/Filtering/src/FilteringSpec.h

Detectors/Filtering/src/FilteringSpec.h:95:32: warning: 'o2::filtering::FilteringSpec::mDataRequest' will be initialized after [-Wreorder]
Detectors/Filtering/src/FilteringSpec.h:82:8: warning:   'bool o2::filtering::FilteringSpec::mEnableSV' [-Wreorder]
Detectors/Filtering/src/FilteringSpec.h:63:3: warning:   when initialized here [-Wreorder]
Detectors/Filtering/src/FilteringSpec.h:82:8: warning: 'o2::filtering::FilteringSpec::mEnableSV' will be initialized after [-Wreorder]
Detectors/Filtering/src/FilteringSpec.h:81:8: warning:   'bool o2::filtering::FilteringSpec::mUseMC' [-Wreorder]

Detectors/Filtering/src/filtered-tf-writer-workflow.cxx

Detectors/Filtering/src/filtered-tf-writer-workflow.cxx:39:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/Filtering/src/filtering-workflow.cxx

Detectors/Filtering/src/filtering-workflow.cxx:67:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/ForwardAlign/include/ForwardAlign/MillePede2.h

Detectors/ForwardAlign/include/ForwardAlign/MillePede2.h:391:36: warning: 'o2::fwdalign::MillePede2::fConstraintsRecReader' will be initialized after [-Wreorder]
Detectors/ForwardAlign/include/ForwardAlign/MillePede2.h:367:8: warning:   'bool o2::fwdalign::MillePede2::fDisableRecordWriter' [-Wreorder]

Detectors/ForwardAlign/src/MillePede2.cxx

Detectors/ForwardAlign/src/MillePede2.cxx:104:1: warning:   when initialized here [-Wreorder]

Detectors/GLOQC/src/MatchITSTPCQC.cxx

Detectors/GLOQC/src/MatchITSTPCQC.cxx:547:17: warning: unused variable 'trkTpc' [-Wunused-variable]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:557:17: warning: unused variable 'trkIts' [-Wunused-variable]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1017:11: warning: unused variable 'ninteg' [-Wunused-variable]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1070:25: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1069:16: warning: unused variable 'tfID' [-Wunused-variable]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1126:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1138:47: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1108:14: warning: unused variable 'tfID' [-Wunused-variable]

Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h

Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:235:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long unsigned int, double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:241:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long unsigned int, double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:246:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long unsigned int, double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:250:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long unsigned int, double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:254:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long unsigned int, double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:259:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long unsigned int, double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:265:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long unsigned int, double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:271:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long unsigned int, double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/GRP/calibration/src/GRPDCSDPsProcessor.cxx

Detectors/GRP/calibration/src/GRPDCSDPsProcessor.cxx:193:9: warning: unused variable 'vect' [-Wunused-variable]

Detectors/GRP/workflows/src/GRPDCSDPsSpec.cxx

Detectors/GRP/workflows/src/GRPDCSDPsSpec.cxx:131:21: warning: comparison of integer expressions of different signedness: 'long int' and 'long unsigned int' [-Wsign-compare]

Detectors/GRP/workflows/src/create-aligned-geometry.cxx

Detectors/GRP/workflows/src/create-aligned-geometry.cxx:67:11: warning: unused variable 'stfDist' [-Wunused-variable]
Detectors/GRP/workflows/src/create-aligned-geometry.cxx:196:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GRP/workflows/src/create-grp-ecs.cxx

Detectors/GRP/workflows/src/create-grp-ecs.cxx:144:29: warning: catching polymorphic type 'class std::exception' by value [-Wcatch-value=]
Detectors/GRP/workflows/src/create-grp-ecs.cxx:196:14: warning: unused variable 'tempChar' [-Wunused-variable]
Detectors/GRP/workflows/src/create-grp-ecs.cxx:203:14: warning: unused variable 'endValRCT' [-Wunused-variable]
Detectors/GRP/workflows/src/create-grp-ecs.cxx:213:50: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/GRP/workflows/src/create-grp-ecs.cxx:230:50: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]

Detectors/GRP/workflows/src/rct-updater-workflow.cxx

Detectors/GRP/workflows/src/rct-updater-workflow.cxx:143:10: warning: unused variable 'endValRCT' [-Wunused-variable]

Detectors/GlobalTracking/include/GlobalTracking/MatchGlobalFwd.h

Detectors/GlobalTracking/include/GlobalTracking/MatchGlobalFwd.h:197:10: warning: unused variable 'startingZ' [-Wunused-variable]

Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITS.h

Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITS.h:176:7: warning: 'o2::globaltracking::MatchRecord::partnerID' will be initialized after [-Wreorder]
Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITS.h:175:9: warning:   'float o2::globaltracking::MatchRecord::chi2' [-Wreorder]
Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITS.h:179:3: warning:   when initialized here [-Wreorder]

Detectors/GlobalTracking/src/MatchCosmics.cxx

Detectors/GlobalTracking/src/MatchCosmics.cxx:116:62: warning: unused variable 'rof' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchCosmics.cxx:567:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTracking/src/MatchGlobalFwd.cxx

Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:279:42: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:291:11: warning: unused variable 'nWorkTracks' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:560:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::globaltracking::TrackLocMCH>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:568:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::globaltracking::TrackLocMFT>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:581:14: warning: unused variable 'bestMFTMatchID' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:902:18: warning: variable 'I' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:924:18: warning: variable 'K_k' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:939:16: warning: variable 'I' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:961:13: warning: variable 'K_k' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:975:16: warning: variable 'I' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:991:13: warning: variable 'K_k' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:353:32: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mft::TrackMFT, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:353:66: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::itsmft::ROFRecord, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:416:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::globaltracking::TrackLocMCH>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:529:10: warning: unused variable 'bestMFTMatchID' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:512:41: warning: comparison of integer expressions of different signedness: 'std::vector<std::pair<float, int> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx

Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:178:15: warning: unused variable 'nTH3Histos' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:242:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:243:33: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:263:27: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:275:27: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:303:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:304:33: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:323:10: warning: unused variable 'invQPt_Rec' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:326:10: warning: unused variable 'invQPt_MCH' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:329:10: warning: unused variable 'nMFTClusters' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:330:10: warning: unused variable 'Chi2_Rec' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:331:9: warning: unused variable 'Q_Rec' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:352:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:353:33: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:401:22: warning: unused variable 'eta_res' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:582:15: warning: unused variable 'nTH3Histos' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:528:14: warning: unused variable 'objar' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:630:11: warning: unused variable 'hTrue' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:681:10: warning: unused variable 'RecoPtProj' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:682:10: warning: unused variable 'TruePtProj' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:683:10: warning: unused variable 'TruePtProj_MC' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:672:8: warning: unused variable 'TrueEtaPt' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:675:8: warning: unused variable 'PairablePt' [-Wunused-variable]

Detectors/GlobalTracking/src/MatchHMP.cxx

Detectors/GlobalTracking/src/MatchHMP.cxx:246:24: warning: unused variable 'globalPos' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchHMP.cxx:384:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchHMP.cxx:391:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchHMP.cxx:449:18: warning: unused variable 'qthre' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchHMP.cxx:549:22: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
Detectors/GlobalTracking/src/MatchHMP.cxx:382:9: warning: unused variable 'timeFromTF' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchHMP.cxx:587:7: warning: deleting object of polymorphic class type 'o2::dataformats::TrackHMP' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
Detectors/GlobalTracking/src/MatchHMP.cxx:592:3: warning: deleting object of polymorphic class type 'o2::dataformats::TrackHMP' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]

Detectors/GlobalTracking/src/MatchITSTPCQC.cxx

Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:428:17: warning: unused variable 'trkTpc' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:438:17: warning: unused variable 'trkIts' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:617:23: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::its::TrackITS, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/GlobalTracking/src/MatchTOF.cxx

Detectors/GlobalTracking/src/MatchTOF.cxx:329:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::MatchInfoTOFReco>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:350:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::MatchInfoTOFReco>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:540:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<o2::track::TrackParametrizationWithError<float>, o2::dataformats::TimeStampWithError<float, float> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:595:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<o2::track::TrackParametrizationWithError<float>, o2::dataformats::TimeStampWithError<float, float> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:837:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:1062:11: warning: unused variable 'trackIdTOF' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1063:11: warning: unused variable 'eventIdTOF' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1064:11: warning: unused variable 'sourceIdTOF' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1005:10: warning: variable 'foundCluster' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:831:24: warning: unused variable 'posBeforeProp' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1179:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:1233:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:1274:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:1300:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:1398:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:1479:13: warning: unused variable 'trackIdTOF' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1480:13: warning: unused variable 'eventIdTOF' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1481:13: warning: unused variable 'sourceIdTOF' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1412:12: warning: variable 'foundCluster' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1163:24: warning: unused variable 'posBeforeProp' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1671:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::MatchInfoTOF>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTOF.cxx:1836:7: warning: unused variable 'i' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTOF.cxx:1775:11: warning: 'deltat' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/GlobalTracking/src/MatchTPCITS.cxx

Detectors/GlobalTracking/src/MatchTPCITS.cxx:512:71: warning: unused variable 'ninteg' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1451:17: warning: unused variable 'tTPC' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1558:49: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:2906:47: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:2887:25: warning: unused variable 'shMap' [-Wunused-variable]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:2947:47: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:2983:49: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/GlobalTrackingWorkflow/helpers/src/GlobalTrackClusterReader.cxx

Detectors/GlobalTrackingWorkflow/helpers/src/GlobalTrackClusterReader.cxx:80:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingAssessmentSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingAssessmentSpec.h:50:8: warning: 'o2::globaltracking::GlobalFwdAssessmentSpec::mMIDFilterDisabled' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingAssessmentSpec.h:48:8: warning:   'bool o2::globaltracking::GlobalFwdAssessmentSpec::mProcessGen' [-Wreorder]
Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingAssessmentSpec.h:32:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingAssessmentSpec.h:48:8: warning: 'o2::globaltracking::GlobalFwdAssessmentSpec::mProcessGen' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingAssessmentSpec.h:46:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::globaltracking::GlobalFwdAssessmentSpec::mGGCCDBRequest' [-Wreorder]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/StrangenessTrackingSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/StrangenessTrackingSpec.h:58:32: warning: 'o2::strangeness_tracking::StrangenessTrackerSpec::mDataRequest' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/StrangenessTrackingSpec.h:57:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::strangeness_tracking::StrangenessTrackerSpec::mGGCCDBRequest' [-Wreorder]
Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/StrangenessTrackingSpec.h:57:45: warning: 'o2::strangeness_tracking::StrangenessTrackerSpec::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/StrangenessTrackingSpec.h:54:8: warning:   'bool o2::strangeness_tracking::StrangenessTrackerSpec::mUseMC' [-Wreorder]

Detectors/GlobalTrackingWorkflow/readers/src/PrimaryVertexReaderSpec.cxx

Detectors/GlobalTrackingWorkflow/readers/src/PrimaryVertexReaderSpec.cxx:99:21: warning: unused variable 'vtx' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/src/GlobalFwdMatchingSpec.cxx

Detectors/GlobalTrackingWorkflow/src/GlobalFwdMatchingSpec.cxx:68:8: warning: 'o2::globaltracking::GlobalFwdMatchingDPL::mUseMC' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/src/GlobalFwdMatchingSpec.cxx:64:8: warning:   'bool o2::globaltracking::GlobalFwdMatchingDPL::mMatchRootOutput' [-Wreorder]
Detectors/GlobalTrackingWorkflow/src/GlobalFwdMatchingSpec.cxx:52:3: warning:   when initialized here [-Wreorder]

Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx

Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:101:8: warning: unused variable 'creationTime' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:117:8: warning: unused variable 'isTPCused' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:118:8: warning: unused variable 'isITSTPCused' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:119:8: warning: unused variable 'isTPCTRDused' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:121:8: warning: unused variable 'isTPCTOFused' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:123:8: warning: unused variable 'isITSTPCTRDused' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:124:8: warning: unused variable 'isITSTPCTOFused' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:125:8: warning: unused variable 'isTPCTRDTOFused' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/HMPMatcherSpec.cxx:126:8: warning: unused variable 'isITSTPCTRDTOFused' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx

Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx:85:8: warning: 'o2::vertexing::SecondaryVertexingSpec::mEnableStrangenessTracking' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx:82:8: warning:   'bool o2::vertexing::SecondaryVertexingSpec::mEnableCCDBParams' [-Wreorder]
Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx:61:3: warning:   when initialized here [-Wreorder]

Detectors/GlobalTrackingWorkflow/src/StrangenessTrackingSpec.cxx

Detectors/GlobalTrackingWorkflow/src/StrangenessTrackingSpec.cxx:42:1: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/src/StrangenessTrackingSpec.cxx:72:8: warning: unused variable 'geom' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx

Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:334:42: warning: unused variable 'match' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:421:15: warning: unused variable 'sources' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:594:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<MyTrack>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:599:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<MyTrack>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/GlobalTrackingWorkflow/src/cosmics-match-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/cosmics-match-workflow.cxx:121:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/GlobalTrackingWorkflow/src/cosmics-match-workflow.cxx:105:15: warning: variable 'srcCl' set but not used [-Wunused-but-set-variable]

Detectors/GlobalTrackingWorkflow/src/globalfwd-matcher-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/globalfwd-matcher-workflow.cxx:100:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/src/hmp-matcher-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/hmp-matcher-workflow.cxx:143:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/GlobalTrackingWorkflow/src/hmp-matcher-workflow.cxx:87:8: warning: unused variable 'writematching' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/hmp-matcher-workflow.cxx:88:8: warning: unused variable 'writecalib' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/src/hmp-matcher-workflow.cxx:100:15: warning: variable 'nonemask' set but not used [-Wunused-but-set-variable]

Detectors/GlobalTrackingWorkflow/src/primary-vertex-reader-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/primary-vertex-reader-workflow.cxx:55:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/src/primary-vertexing-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/primary-vertexing-workflow.cxx:131:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/src/reader-driver-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/reader-driver-workflow.cxx:63:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/src/secondary-vertex-reader-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/secondary-vertex-reader-workflow.cxx:52:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx:140:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/src/strangeness-tracking-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/strangeness-tracking-workflow.cxx:87:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/GlobalTrackingWorkflow/src/strangeness-tracking-workflow.cxx:64:8: warning: unused variable 'useRootInput' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/src/tof-eventtime-checker-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/tof-eventtime-checker-workflow.cxx:95:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/src/tof-eventtime-checker-workflow.cxx:122:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/GlobalTrackingWorkflow/src/tof-eventtime-checker-workflow.cxx:109:15: warning: variable 'nonemask' set but not used [-Wunused-but-set-variable]

Detectors/GlobalTrackingWorkflow/src/tof-match-checker-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/tof-match-checker-workflow.cxx:96:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/GlobalTrackingWorkflow/src/tof-match-checker-workflow.cxx:83:15: warning: variable 'nonemask' set but not used [-Wunused-but-set-variable]

Detectors/GlobalTrackingWorkflow/src/tof-matcher-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/tof-matcher-workflow.cxx:216:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/src/tpcits-match-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/tpcits-match-workflow.cxx:111:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/GlobalTrackingWorkflow/src/tpcits-match-workflow.cxx:81:8: warning: unused variable 'doStag' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx

Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:99:20: warning: 'o2::checkresid::CheckResidSpec::mTracksSrc' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:97:8: warning:   'bool o2::checkresid::CheckResidSpec::mUseMC' [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:65:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:138:17: warning: unused variable 'params' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:158:8: warning: unused variable 'updateMaps' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:198:8: warning: unused variable 'prop' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:459:13: warning: variable 'v' set but not used [-Wunused-but-set-variable]

Detectors/GlobalTrackingWorkflow/study/src/DumpTracks.cxx

Detectors/GlobalTrackingWorkflow/study/src/DumpTracks.cxx:69:20: warning: 'o2::trackstudy::DumpTracksSpec::mTracksSrc' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/DumpTracks.cxx:67:8: warning:   'bool o2::trackstudy::DumpTracksSpec::mUseMC' [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/DumpTracks.cxx:54:3: warning:   when initialized here [-Wreorder]

Detectors/GlobalTrackingWorkflow/study/src/ITSOffsStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/ITSOffsStudy.cxx:107:17: warning: unused variable 'vtref' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:100:20: warning: 'o2::svstudy::SVStudySpec::mTracksSrc' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:93:8: warning:   'bool o2::svstudy::SVStudySpec::mUseTPCCl' [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:74:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:93:8: warning: 'o2::svstudy::SVStudySpec::mUseTPCCl' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:89:8: warning:   'bool o2::svstudy::SVStudySpec::mUseMC' [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:138:73: warning: unused variable 'ninteg' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:267:12: warning: variable 'gidITS' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:212:14: warning: unused variable 'tfID' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:327:23: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:350:51: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:351:51: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/GlobalTrackingWorkflow/study/src/TPCDataFilter.cxx

Detectors/GlobalTrackingWorkflow/study/src/TPCDataFilter.cxx:72:20: warning: 'o2::global::TPCDataFilter::mTracksSrc' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TPCDataFilter.cxx:70:8: warning:   'bool o2::global::TPCDataFilter::mUseMC' [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TPCDataFilter.cxx:56:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TPCDataFilter.cxx:175:35: warning: unused variable 'cl' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TPCDataFilter.cxx:189:12: warning: variable 'dmask' set but not used [-Wunused-but-set-variable]
Detectors/GlobalTrackingWorkflow/study/src/TPCDataFilter.cxx:187:17: warning: unused variable 'vtref' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/study/src/TPCTrackStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/TPCTrackStudy.cxx:85:20: warning: 'o2::trackstudy::TPCTrackStudySpec::mTracksSrc' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TPCTrackStudy.cxx:73:8: warning:   'bool o2::trackstudy::TPCTrackStudySpec::mUseMC' [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TPCTrackStudy.cxx:53:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TPCTrackStudy.cxx:204:29: warning: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Wsign-compare]

Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:143:20: warning: 'o2::trackstudy::TrackMCStudy::mTracksSrc' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:132:8: warning:   'bool o2::trackstudy::TrackMCStudy::mCheckSV' [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:89:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:175:23: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:355:62: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:419:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::MCTrackT<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:441:47: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::trackstudy::MCVertex>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:261:8: warning: unused variable 'prop' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:263:9: warning: unused variable 'vdriftTB' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:264:9: warning: unused variable 'itsBias' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:926:66: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:1273:70: warning: unused variable 'ninteg' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:1348:9: warning: unused variable 'ilrc' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:683:25: warning: 'svID' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:120:20: warning: 'o2::trackstudy::TrackingStudySpec::mTracksSrc' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:95:8: warning:   'bool o2::trackstudy::TrackingStudySpec::mUseMC' [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:73:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:175:71: warning: unused variable 'ninteg' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:394:34: warning: unused variable 'bestTime' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:555:51: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:556:51: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:419:11: warning: unused variable 'q2ptITS' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:419:20: warning: unused variable 'q2ptTPC' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:419:29: warning: unused variable 'q2ptITSTPC' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:419:41: warning: unused variable 'q2ptITSTPCTRD' [-Wunused-variable]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:263:9: warning: unused variable 'tBiasITS' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/study/src/check-resid-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/check-resid-workflow.cxx:79:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/study/src/its-offset-study-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/its-offset-study-workflow.cxx:73:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/study/src/sv-study-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/sv-study-workflow.cxx:77:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/study/src/tpc-data-filter-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/tpc-data-filter-workflow.cxx:74:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/study/src/tpc-track-study-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/tpc-track-study-workflow.cxx:82:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/study/src/track-dump-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/track-dump-workflow.cxx:73:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/study/src/trackMCStudy-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/trackMCStudy-workflow.cxx:93:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/study/src/tracking-study-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/tracking-study-workflow.cxx:85:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/tofworkflow/src/tof-calibinfo-reader.cxx

Detectors/GlobalTrackingWorkflow/tofworkflow/src/tof-calibinfo-reader.cxx:94:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/GlobalTrackingWorkflow/tofworkflow/src/tof-reco-workflow.cxx

Detectors/GlobalTrackingWorkflow/tofworkflow/src/tof-reco-workflow.cxx:220:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
Detectors/GlobalTrackingWorkflow/tofworkflow/src/tof-reco-workflow.cxx:104:8: warning: unused variable 'nLanes' [-Wunused-variable]

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h:57:42: warning: 'o2::tpc::TPCInterpolationDPL::mSourcesMap' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h:53:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::tpc::TPCInterpolationDPL::mGGCCDBRequest' [-Wreorder]
Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h:41:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h:63:8: warning: 'o2::tpc::TPCInterpolationDPL::mSendTrackData' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h:61:8: warning:   'bool o2::tpc::TPCInterpolationDPL::mDebugOutput' [-Wreorder]

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualAggregatorSpec.h

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualAggregatorSpec.h:206:8: warning: 'o2::calibration::ResidualAggregatorDevice::mWriteUnbinnedResiduals' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualAggregatorSpec.h:205:8: warning:   'bool o2::calibration::ResidualAggregatorDevice::mWriteBinnedResiduals' [-Wreorder]
Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualAggregatorSpec.h:44:3: warning:   when initialized here [-Wreorder]
Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualAggregatorSpec.h:207:8: warning: 'o2::calibration::ResidualAggregatorDevice::mWriteTrackData' will be initialized after [-Wreorder]
Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualAggregatorSpec.h:202:52: warning:   'std::shared_ptr<o2::globaltracking::DataRequest> o2::calibration::ResidualAggregatorDevice::mDataRequest' [-Wreorder]

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/src/TPCResidualReaderSpec.cxx

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/src/TPCResidualReaderSpec.cxx:190:52: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]

Detectors/HMPID/base/include/HMPIDBase/Param.h

Detectors/HMPID/base/include/HMPIDBase/Param.h:202:9: warning: 'idch' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx

Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:203:12: warning: unused variable 'stringPos' [-Wunused-variable]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:489:10: warning: unused variable 'sProbPrev' [-Wunused-variable]

Detectors/HMPID/calibration/testWorkflow/HMPIDDCSDataProcessorSpec.h

Detectors/HMPID/calibration/testWorkflow/HMPIDDCSDataProcessorSpec.h:120:18: warning: comparison of integer expressions of different signedness: 'long int' and 'long unsigned int' [-Wsign-compare]
Detectors/HMPID/calibration/testWorkflow/HMPIDDCSDataProcessorSpec.h:198:20: warning: comparison of integer expressions of different signedness: 'long int' and 'long unsigned int' [-Wsign-compare]

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/CTFCoder.h

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/CTFCoder.h:184:13: warning: unused variable 'dig' [-Wunused-variable]

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/CTFHelper.h

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/CTFHelper.h:198:30: warning: 'o2::hmpid::CTFHelper::Iter_ChID::mTrigStart' will be initialized after [-Wreorder]
Detectors/HMPID/reconstruction/include/HMPIDReconstruction/CTFHelper.h:202:123: warning:   base 'o2::hmpid::CTFHelper::_Iter<o2::hmpid::CTFHelper::Iter_ChID, o2::hmpid::Digit, unsigned char>' [-Wreorder]
Detectors/HMPID/reconstruction/include/HMPIDReconstruction/CTFHelper.h:202:5: warning:   when initialized here [-Wreorder]

Detectors/HMPID/reconstruction/src/CTFCoder.cxx

Detectors/HMPID/reconstruction/src/CTFCoder.cxx:46:12: warning: unused variable 'HCIDTrk' [-Wunused-variable]

Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx

Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:441:98: warning: operation on 'eq->o2::hmpid::HmpidEquipment::mBusyTimeSamples' may be undefined [-Wsequence-point]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:850:7: warning: unused variable 'newOne' [-Wunused-variable]

Detectors/HMPID/reconstruction/src/HmpidEquipment.cxx

Detectors/HMPID/reconstruction/src/HmpidEquipment.cxx:165:11: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/HMPID/reconstruction/src/HmpidEquipment.cxx:165:29: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]

Detectors/HMPID/reconstruction/src/Recon.cxx

Detectors/HMPID/reconstruction/src/Recon.cxx:77:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Cluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/HMPID/reconstruction/src/Recon.cxx:214:12: warning: unused variable 'deltaTheta' [-Wunused-variable]

Detectors/HMPID/simulation/include/HMPIDSimulation/Detector.h

Detectors/HMPID/simulation/include/HMPIDSimulation/Detector.h:82:28: warning: 'o2::hmpid::Detector::mSensitiveVolumes' will be initialized after [-Wreorder]
Detectors/HMPID/simulation/include/HMPIDSimulation/Detector.h:67:36: warning:   'std::vector<o2::hmpid::HitType>* o2::hmpid::Detector::mHits' [-Wreorder]

Detectors/HMPID/simulation/src/Detector.cxx

Detectors/HMPID/simulation/src/Detector.cxx:44:1: warning:   when initialized here [-Wreorder]
Detectors/HMPID/simulation/src/Detector.cxx:85:13: warning: unused variable 'pid' [-Wunused-variable]
Detectors/HMPID/simulation/src/Detector.cxx:135:13: warning: unused variable 'pid' [-Wunused-variable]
Detectors/HMPID/simulation/src/Detector.cxx:278:11: warning: unused variable 'outputNtracksStored' [-Wunused-variable]
Detectors/HMPID/simulation/src/Detector.cxx:543:33: warning: unused variable 'um' [-Wunused-variable]
Detectors/HMPID/simulation/src/Detector.cxx:108:13: warning: 'idch' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/HMPID/simulation/src/HmpidCoder2.cxx

Detectors/HMPID/simulation/src/HmpidCoder2.cxx:213:26: warning: unused variable 'mo' [-Wunused-variable]
Detectors/HMPID/simulation/src/HmpidCoder2.cxx:213:30: warning: unused variable 'x' [-Wunused-variable]
Detectors/HMPID/simulation/src/HmpidCoder2.cxx:213:33: warning: unused variable 'y' [-Wunused-variable]

Detectors/HMPID/workflow/src/DataDecoderSpec.cxx

Detectors/HMPID/workflow/src/DataDecoderSpec.cxx:253:19: warning: unused variable 'raw' [-Wunused-variable]

Detectors/HMPID/workflow/src/DataDecoderSpec2.cxx

Detectors/HMPID/workflow/src/DataDecoderSpec2.cxx:264:19: warning: unused variable 'raw' [-Wunused-variable]
Detectors/HMPID/workflow/src/DataDecoderSpec2.cxx:305:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Trigger>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/HMPID/workflow/src/DataDecoderSpec2.cxx:309:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Trigger>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/HMPID/workflow/src/DataDecoderSpec2.cxx:322:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Trigger>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/HMPID/workflow/src/DigitsToRawSpec.cxx

Detectors/HMPID/workflow/src/DigitsToRawSpec.cxx:164:25: warning: comparison of integer expressions of different signedness: 'long int' and 'std::vector<o2::hmpid::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/HMPID/workflow/src/DigitsWriterSpec.cxx

Detectors/HMPID/workflow/src/DigitsWriterSpec.cxx:104:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Trigger>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/HMPID/workflow/src/DumpDigitsSpec.cxx

Detectors/HMPID/workflow/src/DumpDigitsSpec.cxx:103:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Trigger>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx

Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:195:9: warning: unused variable 'xb' [-Wunused-variable]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:195:13: warning: unused variable 'yb' [-Wunused-variable]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:195:17: warning: unused variable 'ch' [-Wunused-variable]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:273:9: warning: unused variable 'xb' [-Wunused-variable]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:273:13: warning: unused variable 'yb' [-Wunused-variable]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:273:17: warning: unused variable 'ch' [-Wunused-variable]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:274:46: warning: unused variable 'Average' [-Wunused-variable]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:274:55: warning: unused variable 'Variance' [-Wunused-variable]

Detectors/HMPID/workflow/src/RawToDigitsSpec.cxx

Detectors/HMPID/workflow/src/RawToDigitsSpec.cxx:110:14: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/HMPID/workflow/src/RawToDigitsSpec.cxx:258:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Trigger>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/HMPID/workflow/src/WriteRawFileSpec.cxx

Detectors/HMPID/workflow/src/WriteRawFileSpec.cxx:98:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Trigger>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/HMPID/workflow/src/WriteRawFileSpec.cxx:125:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::hmpid::Trigger>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:431:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::itsmft::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/its-qc-data-reader.cxx

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/its-qc-data-reader.cxx:20:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/ITS/base/src/GeometryTGeo.cxx

Detectors/ITSMFT/ITS/base/src/GeometryTGeo.cxx:412:14: warning: unused variable 'chipInGlo' [-Wunused-variable]

Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibrator.h

Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibrator.h:85:8: warning: 'o2::its::NoiseCalibrator::m1pix' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibrator.h:81:9: warning:   'float o2::its::NoiseCalibrator::mProbabilityThreshold' [-Wreorder]
Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibrator.h:42:3: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibratorSpec.h

Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibratorSpec.h:81:18: warning: 'o2::its::NoiseCalibratorSpec::mMode' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibratorSpec.h:67:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::its::NoiseCalibratorSpec::mCCDBRequest' [-Wreorder]
Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibratorSpec.h:48:3: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseSlotCalibrator.h

Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseSlotCalibrator.h:92:8: warning: 'o2::its::NoiseSlotCalibrator::m1pix' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseSlotCalibrator.h:88:9: warning:   'float o2::its::NoiseSlotCalibrator::mProbabilityThreshold' [-Wreorder]
Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseSlotCalibrator.h:44:3: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/ITS/calibration/src/NoiseSlotCalibrator.cxx

Detectors/ITSMFT/ITS/calibration/src/NoiseSlotCalibrator.cxx:78:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]

Detectors/ITSMFT/ITS/postprocessing/studies/include/ITSStudies/TrackCuts.h

Detectors/ITSMFT/ITS/postprocessing/studies/include/ITSStudies/TrackCuts.h:111:10: warning: unused variable 'src' [-Wunused-variable]

Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx

Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx:59:32: warning: 'o2::its::study::AnomalyStudy::mDataRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx:58:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::its::study::AnomalyStudy::mGGCCDBRequest' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx:39:3: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx:58:45: warning: 'o2::its::study::AnomalyStudy::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx:54:8: warning:   'bool o2::its::study::AnomalyStudy::mUseMC' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx:150:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Int_t' {aka 'int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx:162:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'Int_t' {aka 'int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AnomalyStudy.cxx:222:15: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx

Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx:103:32: warning: 'o2::its::study::AvgClusSizeStudy::mDataRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx:102:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::its::study::AvgClusSizeStudy::mGGCCDBRequest' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx:70:3: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx:102:45: warning: 'o2::its::study::AvgClusSizeStudy::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx:99:8: warning:   'bool o2::its::study::AvgClusSizeStudy::mUseMC' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx:170:32: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx:272:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::unique_ptr<TH1F> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/AvgClusSize.cxx:463:27: warning: 'V0PdgCode' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx

Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:107:32: warning: 'o2::its::study::EfficiencyStudy::mDataRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:106:20: warning:   'o2::dataformats::GlobalTrackID::mask_t o2::its::study::EfficiencyStudy::mTracksSrc' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:62:3: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:106:20: warning: 'o2::its::study::EfficiencyStudy::mTracksSrc' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:86:8: warning:   'bool o2::its::study::EfficiencyStudy::mUseMC' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:336:10: warning: variable 'xbins' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:729:30: warning: unused variable 'colDuplicated' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:749:30: warning: unused variable 'rowDuplicated' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:660:18: warning: unused variable 'colOriginal' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:891:14: warning: unused variable 'layerOriginal' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:885:13: warning: variable 'phi' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:835:37: warning: unused variable 'matCorr' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:836:24: warning: unused variable 'clusOriginalDCA' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:836:41: warning: unused variable 'clusDuplicatedDCA' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:837:8: warning: unused variable 'propagator' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:843:7: warning: unused variable 'nLabels' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1022:24: warning: unused variable 'clusOriginalDCA' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1029:7: warning: unused variable 'nLabels' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1030:16: warning: unused variable 'totClus' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1040:10: warning: variable 'xbins' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1421:14: warning: unused variable 'phiOriginal' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1397:13: warning: unused variable 'phiOriginal' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1398:13: warning: unused variable 'phiDuplicated' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1349:24: warning: unused variable 'clusOriginalDCA' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1356:7: warning: unused variable 'nLabels' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1357:16: warning: unused variable 'totClus' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1359:16: warning: unused variable 'nDCAMatches' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1360:16: warning: unused variable 'nGoodMatches' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:1361:16: warning: unused variable 'nFakeMatches' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:2257:38: warning: comparison is always true due to limited range of data type [-Wtype-limits]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:2254:18: warning: unused variable 'colOriginal' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:2212:13: warning: variable 'phi' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:2179:24: warning: unused variable 'clusOriginalDCA' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:2188:10: warning: variable 'xbins' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:2472:20: warning: 'totNClusters' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx:2431:22: warning: 'nDuplClusters' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/ITS/postprocessing/studies/src/Helpers.cxx

Detectors/ITSMFT/ITS/postprocessing/studies/src/Helpers.cxx:155:25: warning: 'paveText' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/ITS/postprocessing/studies/src/ImpactParameter.cxx

Detectors/ITSMFT/ITS/postprocessing/studies/src/ImpactParameter.cxx:137:32: warning: 'o2::its::study::ImpactParameterStudy::mDataRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/ImpactParameter.cxx:84:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::its::study::ImpactParameterStudy::mGGCCDBRequest' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/ImpactParameter.cxx:66:3: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/ImpactParameter.cxx:317:46: warning: comparison of integer expressions of different signedness: 'std::vector<o2::track::TrackParametrizationWithError<float> >::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/ImpactParameter.cxx:320:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/ImpactParameter.cxx:323:14: warning: unused variable 'tvid' [-Wunused-variable]
Detectors/ITSMFT/ITS/postprocessing/studies/src/ImpactParameter.cxx:439:10: warning: unused variable 'grp' [-Wunused-variable]

Detectors/ITSMFT/ITS/postprocessing/studies/src/PIDStudy.cxx

Detectors/ITSMFT/ITS/postprocessing/studies/src/PIDStudy.cxx:120:32: warning: 'o2::its::study::PIDStudy::mDataRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/PIDStudy.cxx:119:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::its::study::PIDStudy::mGGCCDBRequest' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/PIDStudy.cxx:90:3: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/PIDStudy.cxx:119:45: warning: 'o2::its::study::PIDStudy::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/PIDStudy.cxx:114:8: warning:   'bool o2::its::study::PIDStudy::mUseMC' [-Wreorder]

Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx

Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:107:32: warning: 'o2::its::study::TrackCheckStudy::mDataRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:106:20: warning:   'o2::dataformats::GlobalTrackID::mask_t o2::its::study::TrackCheckStudy::mTracksSrc' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:71:3: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:106:20: warning: 'o2::its::study::TrackCheckStudy::mTracksSrc' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:94:39: warning:   'std::shared_ptr<o2::steer::MCKinematicsReader> o2::its::study::TrackCheckStudy::mKineReader' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:226:20: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:449:32: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:451:32: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:453:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::MCTrackT<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:471:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::vector<o2::its::study::TrackCheckStudy::ParticleInfo> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:472:37: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::itsmft::CompClusterExt, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:505:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::its::TrackITS, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx:815:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::its::TrackITS, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx

Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:104:32: warning: 'o2::its::study::TrackExtensionStudy::mDataRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:103:20: warning:   'o2::dataformats::GlobalTrackID::mask_t o2::its::study::TrackExtensionStudy::mTracksSrc' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:70:3: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:103:20: warning: 'o2::its::study::TrackExtensionStudy::mTracksSrc' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:93:39: warning:   'std::shared_ptr<o2::steer::MCKinematicsReader> o2::its::study::TrackExtensionStudy::mKineReader' [-Wreorder]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:229:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<unsigned char, 9>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:232:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<unsigned char, 16>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:271:32: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:273:32: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:276:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::MCTrackT<float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:295:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<std::vector<o2::its::study::TrackExtensionStudy::ParticleInfo> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:296:37: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::itsmft::CompClusterExt, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:317:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::its::TrackITS, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:359:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::its::TrackITS, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:612:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<unsigned char, 9>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackExtension.cxx:615:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<unsigned char, 16>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/ITS/postprocessing/workflow/standalone-postprocessing-workflow.cxx

Detectors/ITSMFT/ITS/postprocessing/workflow/standalone-postprocessing-workflow.cxx:144:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/Detector.h

Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/Detector.h:252:10: warning: 'o2::its::Detector::mModifyGeometry' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/Detector.h:244:7: warning:   'int o2::its::Detector::mNumberInnerLayers' [-Wreorder]
Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/Detector.h:245:7: warning:   'int o2::its::Detector::mNumberLayers' [-Wreorder]

Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/ITSDataSimulator.h

Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/ITSDataSimulator.h:48:12: warning: 'o2::itsmft::ITSDataSimulator::mNumberOfChips' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/ITSDataSimulator.h:47:12: warning:   'uint32_t o2::itsmft::ITSDataSimulator::mMaxPixelsPerChip' [-Wreorder]
Detectors/ITSMFT/ITS/simulation/include/ITSSimulation/ITSDataSimulator.h:31:3: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/ITS/simulation/src/DescriptorInnerBarrelITS2.cxx

Detectors/ITSMFT/ITS/simulation/src/DescriptorInnerBarrelITS2.cxx:84:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]

Detectors/ITSMFT/ITS/simulation/src/Detector.cxx

Detectors/ITSMFT/ITS/simulation/src/Detector.cxx:68:1: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/simulation/src/Detector.cxx:110:21: warning: unused variable 'turbo' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/Detector.cxx:133:1: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/ITS/simulation/src/Detector.cxx:400:10: warning: unused variable 'p' [-Wunused-variable]

Detectors/ITSMFT/ITS/simulation/src/V3Cage.cxx

Detectors/ITSMFT/ITS/simulation/src/V3Cage.cxx:315:16: warning: unused variable 'sheet' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Cage.cxx:338:13: warning: unused variable 'cutfold' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Cage.cxx:398:16: warning: unused variable 'mainSh' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Cage.cxx:958:18: warning: unused variable 'rmid' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Cage.cxx:1076:12: warning: unused variable 'xv' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Cage.cxx:1076:20: warning: unused variable 'yv' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Cage.cxx:1647:13: warning: unused variable 'xpost' [-Wunused-variable]

Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx

Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:538:46: warning: unused variable 'volumeName' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:613:24: warning: unused variable 'zpos' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1007:18: warning: unused variable 'ylen' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1009:12: warning: unused variable 'beta' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1401:13: warning: unused variable 'connRoundHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1411:13: warning: unused variable 'connSquareHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1429:13: warning: unused variable 'connTubeHole3' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1464:16: warning: unused variable 'sideHole2TubeSeg' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1506:13: warning: unused variable 'connTubeHole1' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1547:13: warning: unused variable 'connTubeHollow' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1617:13: warning: unused variable 'connRoundHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1624:13: warning: unused variable 'connInsertHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1631:13: warning: unused variable 'connTubeHole2' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1642:13: warning: unused variable 'connTubeHole3' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1651:13: warning: unused variable 'connTubeHole4' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1679:16: warning: unused variable 'sideHole2TubeSeg' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1720:13: warning: unused variable 'connTubeHole1' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1766:13: warning: unused variable 'connTubeHollow' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1881:12: warning: unused variable 'yFlex1' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1882:12: warning: unused variable 'yFlex2' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:1883:12: warning: unused variable 'flexOverlap' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2008:15: warning: unused variable 'medAluminum' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2015:15: warning: unused variable 'medTungsten' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2443:13: warning: unused variable 'connTubeHole1' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2454:13: warning: unused variable 'connTubeHole2' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2462:13: warning: unused variable 'connFitHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2588:13: warning: unused variable 'connRoundHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2595:13: warning: unused variable 'connTubeHole1' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2605:13: warning: unused variable 'connTubeHole2' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2613:13: warning: unused variable 'connTubeHole3' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:2863:12: warning: unused variable 'sframeHeight' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:3302:12: warning: unused variable 'xlen' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:3345:13: warning: unused variable 'topHoleR' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:3364:13: warning: unused variable 'topAHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:3370:13: warning: unused variable 'topCHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Layer.cxx:3382:13: warning: unused variable 'insHole' [-Wunused-variable]

Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx

Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:432:25: warning: unused variable 'sConeAStepHoleXpos' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:483:13: warning: unused variable 'coneawallhole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:499:13: warning: unused variable 'coneacenthole1' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:508:13: warning: unused variable 'coneacenthole2' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:517:13: warning: unused variable 'coneacenthole3' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:673:25: warning: unused variable 'sEndWCStepHoleXpos' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:708:13: warning: unused variable 'endwcwalhol' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1130:35: warning: unused variable 'dphi' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1206:13: warning: unused variable 'hole1' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1221:13: warning: unused variable 'hole2' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1234:13: warning: unused variable 'hole3' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1247:13: warning: unused variable 'wingHole' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1355:18: warning: unused variable 'hollow1' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1316:16: warning: unused variable 'roundHalf' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1383:16: warning: unused variable 'hollow4' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1521:13: warning: unused variable 'hole22' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1541:13: warning: unused variable 'hole30' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1560:13: warning: unused variable 'hole12' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1574:13: warning: unused variable 'notch' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1633:24: warning: unused variable 'phimin' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1633:32: warning: unused variable 'dphi' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1762:24: warning: unused variable 'phimin' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1762:32: warning: unused variable 'dphi' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1920:12: warning: unused variable 'xlen' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1920:18: warning: unused variable 'ylen' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1921:24: warning: unused variable 'phimin' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1921:32: warning: unused variable 'dphi' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1922:12: warning: unused variable 'xpos' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:1922:18: warning: unused variable 'ypos' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:2202:24: warning: unused variable 'zlen' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:2467:24: warning: unused variable 'zpos' [-Wunused-variable]
Detectors/ITSMFT/ITS/simulation/src/V3Services.cxx:2819:25: warning: unused variable 'sIBGWireOutSuppLenToPlate' [-Wunused-variable]

Detectors/ITSMFT/ITS/tracking/include/ITStracking/IndexTableUtils.h

Detectors/ITSMFT/ITS/tracking/include/ITStracking/IndexTableUtils.h:65:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h

Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h:358:32: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'const o2::its::LayerTiming::BCType' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h:445:29: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h:793:36: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'const o2::its::LayerTiming::BCType' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h:269:27: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'unsigned int' [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h:611:32: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'const o2::its::LayerTiming::BCType' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h:50:38: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits]

Detectors/ITSMFT/ITS/tracking/src/Configuration.cxx

Detectors/ITSMFT/ITS/tracking/src/Configuration.cxx:233:26: warning: comparison of integer expressions of different signedness: 'std::vector<o2::its::TrackingParameters>::size_type' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]

Detectors/ITSMFT/ITS/tracking/src/FastMultEst.cxx

Detectors/ITSMFT/ITS/tracking/src/FastMultEst.cxx:219:55: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]

Detectors/ITSMFT/ITS/tracking/src/LineVertexerHelpers.cxx

Detectors/ITSMFT/ITS/tracking/src/LineVertexerHelpers.cxx:67:16: warning: unused variable 'xb' [-Wunused-variable]
Detectors/ITSMFT/ITS/tracking/src/LineVertexerHelpers.cxx:68:16: warning: unused variable 'yb' [-Wunused-variable]

Detectors/ITSMFT/ITS/tracking/src/TimeFrame.cxx

Detectors/ITSMFT/ITS/tracking/src/TimeFrame.cxx:78:30: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'gsl::span<const o2::itsmft::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/TimeFrame.cxx:127:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<std::vector<int, std::pmr::polymorphic_allocator<int> >, 2>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/TimeFrame.cxx:268:41: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/TimeFrame.cxx:301:35: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'const int' [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/TimeFrame.cxx:372:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]

Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx

Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx:186:31: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]

Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx

Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx:72:47: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::dataformats::Vertex<o2::its::TimeEstBC> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/TrackerTraits.cxx:123:70: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]

Detectors/ITSMFT/ITS/tracking/src/TrackingInterface.cxx

Detectors/ITSMFT/ITS/tracking/src/TrackingInterface.cxx:211:27: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::itsmft::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/TrackingInterface.cxx:314:13: warning: unused variable 'ncl' [-Wunused-variable]

Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx

Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx:514:29: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx:517:60: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx:577:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/tracking/src/VertexerTraits.cxx:58:69: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::its::Cluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/ITS/tracking/test/testBoundedMemoryResource.cxx

Detectors/ITSMFT/ITS/tracking/test/testBoundedMemoryResource.cxx:165:8: warning: unused variable 'usedAfter' [-Wunused-variable]
Detectors/ITSMFT/ITS/tracking/test/testBoundedMemoryResource.cxx:184:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/ITSMFT/ITS/tracking/test/testROFLookupTables.cxx

Detectors/ITSMFT/ITS/tracking/test/testROFLookupTables.cxx:489:14: warning: variable 'view' set but not used [-Wunused-but-set-variable]

Detectors/ITSMFT/ITS/workflow/include/ITSWorkflow/TrackerSpec.h

Detectors/ITSMFT/ITS/workflow/include/ITSWorkflow/TrackerSpec.h:62:45: warning: 'o2::its::TrackerDPL::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/ITS/workflow/include/ITSWorkflow/TrackerSpec.h:60:47: warning:   'std::unique_ptr<o2::gpu::GPUReconstruction> o2::its::TrackerDPL::mRecChain' [-Wreorder]

Detectors/ITSMFT/ITS/workflow/src/DCSAdaposParserSpec.cxx

Detectors/ITSMFT/ITS/workflow/src/DCSAdaposParserSpec.cxx:112:37: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/DCSAdaposParserSpec.cxx:132:15: warning: unused variable 'type' [-Wunused-variable]
Detectors/ITSMFT/ITS/workflow/src/DCSAdaposParserSpec.cxx:134:8: warning: unused variable 'flags' [-Wunused-variable]
Detectors/ITSMFT/ITS/workflow/src/DCSAdaposParserSpec.cxx:213:26: warning: variable 'detOrig' set but not used [-Wunused-but-set-variable]

Detectors/ITSMFT/ITS/workflow/src/DCSParserSpec.cxx

Detectors/ITSMFT/ITS/workflow/src/DCSParserSpec.cxx:427:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/ITS/workflow/src/RecoWorkflow.cxx

Detectors/ITSMFT/ITS/workflow/src/RecoWorkflow.cxx:59:7: warning: missing initializer for member 'o2::gpu::GPURecoWorkflowSpec::Config::nnEvalMode' [-Wmissing-field-initializers]

Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx

Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1278:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1377:114: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1378:114: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1386:28: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1501:39: warning: comparison of integer expressions of different signedness: 'short int' and 'std::vector<short int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1545:39: warning: comparison of integer expressions of different signedness: 'short int' and 'std::vector<short int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1677:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1697:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1705:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1718:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1720:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1727:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/ITS/workflow/src/ThresholdCalibratorSpec.cxx:1729:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/ITS/workflow/src/TrackerSpec.cxx

Detectors/ITSMFT/ITS/workflow/src/TrackerSpec.cxx:28:1: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/ITS/workflow/src/its-cluster-writer-workflow.cxx

Detectors/ITSMFT/ITS/workflow/src/its-cluster-writer-workflow.cxx:42:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/ITS/workflow/src/its-dcs-adapos-parser-workflow.cxx

Detectors/ITSMFT/ITS/workflow/src/its-dcs-adapos-parser-workflow.cxx:24:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/ITS/workflow/src/its-dcs-generator-workflow.cxx

Detectors/ITSMFT/ITS/workflow/src/its-dcs-generator-workflow.cxx:24:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/ITS/workflow/src/its-dcs-parser-workflow.cxx

Detectors/ITSMFT/ITS/workflow/src/its-dcs-parser-workflow.cxx:24:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/ITS/workflow/src/its-reco-workflow.cxx

Detectors/ITSMFT/ITS/workflow/src/its-reco-workflow.cxx:112:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/ITS/workflow/src/its-threshold-aggregator-workflow.cxx

Detectors/ITSMFT/ITS/workflow/src/its-threshold-aggregator-workflow.cxx:24:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/ITS/workflow/src/its-track-writer-workflow.cxx

Detectors/ITSMFT/ITS/workflow/src/its-track-writer-workflow.cxx:34:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx

Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:288:15: warning: unused variable 'nTH3Histos' [-Wunused-variable]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:341:27: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::itsmft::CompClusterExt>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:445:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:446:33: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:466:27: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:469:26: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:501:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:502:33: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:516:8: warning: unused variable 'zVtx' [-Wunused-variable]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:570:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:571:33: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:617:16: warning: unused variable 'eta_res' [-Wunused-variable]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:573:12: warning: unused variable 'zVtx' [-Wunused-variable]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:957:15: warning: unused variable 'nTH3Histos' [-Wunused-variable]
Detectors/ITSMFT/MFT/assessment/src/MFTAssessment.cxx:854:14: warning: unused variable 'objar' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/include/MFTBase/Constants.h

Detectors/ITSMFT/MFT/base/include/MFTBase/Constants.h:37:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/base/include/MFTBase/Constants.h:38:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/ITSMFT/MFT/base/include/MFTBase/HalfDisk.h

Detectors/ITSMFT/MFT/base/include/MFTBase/HalfDisk.h:77:15: warning: 'o2::mft::HalfDisk::mPCBSupport' will be initialized after [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/HalfDisk.h:76:12: warning:   'o2::mft::Support* o2::mft::HalfDisk::mSupport' [-Wreorder]

Detectors/ITSMFT/MFT/base/include/MFTBase/HalfDiskSegmentation.h

Detectors/ITSMFT/MFT/base/include/MFTBase/HalfDiskSegmentation.h:55:43: warning: 'nladder' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/MFT/base/include/MFTBase/LadderSegmentation.h

Detectors/ITSMFT/MFT/base/include/MFTBase/LadderSegmentation.h:62:43: warning: 'nsensor' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/MFT/base/include/MFTBase/PCBSupport.h

Detectors/ITSMFT/MFT/base/include/MFTBase/PCBSupport.h:66:12: warning: 'o2::mft::PCBSupport::mDiskGap' will be initialized after [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/PCBSupport.h:65:12: warning:   'Double_t o2::mft::PCBSupport::mPCBRad [5]' [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/PCBSupport.h:65:12: warning: 'o2::mft::PCBSupport::mPCBRad' will be initialized after [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/PCBSupport.h:63:12: warning:   'Double_t o2::mft::PCBSupport::mCuThickness' [-Wreorder]

Detectors/ITSMFT/MFT/base/include/MFTBase/Support.h

Detectors/ITSMFT/MFT/base/include/MFTBase/Support.h:55:12: warning: 'o2::mft::Support::mDiskGap' will be initialized after [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/Support.h:54:12: warning:   'Double_t o2::mft::Support::mSupRad [5]' [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/Support.h:54:12: warning: 'o2::mft::Support::mSupRad' will be initialized after [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/Support.h:53:12: warning:   'Double_t o2::mft::Support::mSupThickness' [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/Support.h:61:12: warning: 'o2::mft::Support::mOuterCut' will be initialized after [-Wreorder]
Detectors/ITSMFT/MFT/base/include/MFTBase/Support.h:59:12: warning:   'Double_t o2::mft::Support::mRaisedBoxHeight' [-Wreorder]

Detectors/ITSMFT/MFT/base/include/MFTBase/VSegmentation.h

Detectors/ITSMFT/MFT/base/include/MFTBase/VSegmentation.h:41:74: warning: 'pos[0]' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/include/MFTBase/VSegmentation.h:41:74: warning: 'pos[1]' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/include/MFTBase/VSegmentation.h:41:74: warning: 'pos[2]' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/MFT/base/src/Barrel.cxx

Detectors/ITSMFT/MFT/base/src/Barrel.cxx:43:15: warning: unused variable 'mRohacell' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:44:15: warning: unused variable 'mKapton' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:70:15: warning: unused variable 'cylrail' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:71:15: warning: unused variable 'barrel_rail1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:80:15: warning: unused variable 'BoxCavity0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:81:15: warning: unused variable 'BoxCavity1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:82:15: warning: unused variable 'BoxCavity2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:83:15: warning: unused variable 'Joincyl0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:84:15: warning: unused variable 'Joincyl1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:153:15: warning: unused variable 'cylrail2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:154:15: warning: unused variable 'barrel_rail12' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:161:15: warning: unused variable 'BoxCavity02' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:162:15: warning: unused variable 'BoxCavity12' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:163:15: warning: unused variable 'BoxCavity22' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:164:15: warning: unused variable 'Joincyl02' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:165:15: warning: unused variable 'Joincyl12' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:230:15: warning: unused variable 'ConePipes' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:231:15: warning: unused variable 'PipeBox0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:232:15: warning: unused variable 'PipeBox1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:355:11: warning: unused variable 'w_pos' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:356:9: warning: unused variable 'nwiresa' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Barrel.cxx:357:9: warning: unused variable 'nwiresb' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/src/Flex.cxx

Detectors/ITSMFT/MFT/base/src/Flex.cxx:68:15: warning: unused variable 'kMedAir' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Flex.cxx:322:9: warning: unused variable 'kTotalLinesNb1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Flex.cxx:322:25: warning: unused variable 'kTotalLinesNb2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Flex.cxx:518:17: warning: unused variable 'kMatVarnish' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/src/GeometryTGeo.cxx

Detectors/ITSMFT/MFT/base/src/GeometryTGeo.cxx:156:17: warning: unused variable 'n' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/src/HalfCone.cxx

Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:204:9: warning: unused variable 'Fra_front_L' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:205:9: warning: unused variable 'Fra_front_R' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:317:9: warning: unused variable 'fwf_tub' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:319:9: warning: unused variable 'box_qdown' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:321:9: warning: unused variable 'box_addown' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:323:9: warning: unused variable 'q_upbox' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:343:9: warning: unused variable 'fra_front_Shape_1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:377:9: warning: unused variable 'Fra_front_Volume_R' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:379:9: warning: unused variable 'Fra_front_Volume_L' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:529:12: warning: unused variable 'radin_T1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:530:12: warning: unused variable 'radout_T1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:531:12: warning: unused variable 'high_T1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:533:12: warning: unused variable 'radin_T2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:534:12: warning: unused variable 'radout_T2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:535:12: warning: unused variable 'high_T2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:708:9: warning: unused variable 'tube_fwm' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:710:9: warning: unused variable 'fwm_1box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:712:9: warning: unused variable 'fwm_2box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:721:9: warning: unused variable 'middle_Shape_1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:833:12: warning: unused variable 'radin_RL1hole' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:834:12: warning: unused variable 'radout_RL1hole' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:835:12: warning: unused variable 'high_RL1hole' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:845:12: warning: unused variable 'radin_ir_railL' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:846:12: warning: unused variable 'radout_ir_railL' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:847:12: warning: unused variable 'high_ir_railL' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:908:9: warning: unused variable 's_RL_qinf_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:987:12: warning: unused variable 'x_qdi_Rbox' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:988:12: warning: unused variable 'y_qdi_Rbox' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:989:12: warning: unused variable 'z_qdi_Rbox' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:998:12: warning: unused variable 'radin_a_rail' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:999:12: warning: unused variable 'radout_a_rail' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1000:12: warning: unused variable 'high_a_rail' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1005:12: warning: unused variable 'radin_ir_rail' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1006:12: warning: unused variable 'radout_ir_rail' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1007:12: warning: unused variable 'high_ir_rail' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1233:9: warning: unused variable 'MB_Shape_0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1235:9: warning: unused variable 'MB_Shape_0L' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1237:9: warning: unused variable 'MB_Shape_0R' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1357:9: warning: unused variable 'q_box_fwb' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1359:9: warning: unused variable 'box2_fwb' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1361:9: warning: unused variable 's_tub_fwb' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1364:9: warning: unused variable 's_stub_fwb' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1369:9: warning: unused variable 'fwb_Shape_0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1414:9: warning: unused variable 'box_cmb' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1416:9: warning: unused variable 'tub_cmb' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1418:9: warning: unused variable 'boxq_cmb' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1481:14: warning: unused variable 'Shell_0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1483:14: warning: unused variable 'Shell_1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1488:14: warning: unused variable 'Shell_3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1490:14: warning: unused variable 'ShellHole_0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1492:14: warning: unused variable 'ShellHole_1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1494:14: warning: unused variable 'ShellHole_2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1496:14: warning: unused variable 'ShellHole_3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1500:14: warning: unused variable 'Shell_Cut_0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1501:14: warning: unused variable 'Shell_Cut_1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1505:9: warning: unused variable 'Half_3_Shape_0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1510:9: warning: unused variable 'Half_3_Shape_2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1680:9: warning: unused variable 'ventT1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1681:9: warning: unused variable 'ventT1_int' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:1998:15: warning: unused variable 'vConnector2p' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HalfCone.cxx:3069:12: warning: unused variable 'xPC_P3' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/src/HalfDetector.cxx

Detectors/ITSMFT/MFT/base/src/HalfDetector.cxx:67:9: warning: unused variable 'mftBaseParam' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/src/HalfDisk.cxx

Detectors/ITSMFT/MFT/base/src/HalfDisk.cxx:38:1: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/MFT/base/src/HalfDisk.cxx:46:1: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/MFT/base/src/HalfDisk.cxx:53:13: warning: unused variable 'mftGeom' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/src/HalfDiskSegmentation.cxx

Detectors/ITSMFT/MFT/base/src/HalfDiskSegmentation.cxx:133:5: warning: 'iladder' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/MFT/base/src/HalfSegmentation.cxx

Detectors/ITSMFT/MFT/base/src/HalfSegmentation.cxx:154:47: warning: 'idisk' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HalfSegmentation.cxx:226:5: warning: 'isTop' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx

Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:175:9: warning: unused variable 'Top1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:177:9: warning: unused variable 'Top2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:179:9: warning: unused variable 'Top3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:181:9: warning: unused variable 'Middle1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:184:9: warning: unused variable 'Bottom1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:252:13: warning: unused variable 'Pipe1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:255:13: warning: unused variable 'Pipe2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:267:23: warning: unused variable 'shapePipe' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:354:23: warning: unused variable 'posiPipeOneCol' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:364:23: warning: unused variable 'shapePipes' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:368:23: warning: unused variable 'shapeBase' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:389:23: warning: unused variable 'shapeManifold1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:438:9: warning: unused variable 'coverBody1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:441:9: warning: unused variable 'coverBodyBathtub1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:446:9: warning: unused variable 'coverBodyBathtub2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:451:9: warning: unused variable 'coverBodyBathtub3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:484:23: warning: unused variable 'shapeCoverBathtub' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:546:9: warning: unused variable 'coverBodyStep1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:551:9: warning: unused variable 'coverBodyStep2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:555:9: warning: unused variable 'coverBodyStep3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:559:9: warning: unused variable 'coverBodyStep4' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:595:23: warning: unused variable 'shapeStep' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:633:9: warning: unused variable 'coverBodyBulge' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:636:9: warning: unused variable 'coverBodyBulgeSub' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:653:23: warning: unused variable 'shapeBulge' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:678:9: warning: unused variable 'coverBodyHole' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:686:23: warning: unused variable 'shapeManifold2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:733:9: warning: unused variable 'plug1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:741:9: warning: unused variable 'plug2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:749:9: warning: unused variable 'plug3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:756:9: warning: unused variable 'plug4' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:763:9: warning: unused variable 'plug5main' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:772:9: warning: unused variable 'plug5sub' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:799:23: warning: unused variable 'plug5' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:806:9: warning: unused variable 'plug6' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:814:9: warning: unused variable 'plug7' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:822:9: warning: unused variable 'plug8' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:830:9: warning: unused variable 'plug9' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:838:9: warning: unused variable 'plug10' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:846:9: warning: unused variable 'plug11' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:855:9: warning: unused variable 'plug12main' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:866:9: warning: unused variable 'plug12sub' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:894:23: warning: unused variable 'plug12' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:982:9: warning: unused variable 'water1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:984:9: warning: unused variable 'water2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:986:9: warning: unused variable 'water3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1031:17: warning: unused variable 'rotation' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1040:12: warning: unused variable 'deltay' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1041:12: warning: unused variable 'mfX' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1042:12: warning: unused variable 'mfY' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1045:12: warning: unused variable 'mfZ' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1047:12: warning: variable 'fShift' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1833:17: warning: unused variable 'partRohacellNotch' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:2688:17: warning: unused variable 'partRohacellNotch' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:3687:17: warning: unused variable 'partRohacellNotch' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:4565:17: warning: unused variable 'partRohacellNotch' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:4689:17: warning: unused variable 'waterTorus1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:5431:17: warning: unused variable 'partRohacellNotch' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:5139:17: warning: unused variable 'rotationTorus5' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:5630:13: warning: unused variable 'dx' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1719:50: warning: 'rohacellBase' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1785:74: warning: 'mShift' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:1871:31: warning: 'partRohacell' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:2538:76: warning: 'rohacellBase' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:2625:53: warning: 'mShift' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:2734:31: warning: 'partRohacell' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:3150:34: warning: 'partGlueCarbonNotch' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:3248:30: warning: 'partKaptonNotch' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:3347:32: warning: 'partGlueKaptonNotch' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:3535:50: warning: 'rohacellBase' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:3622:53: warning: 'mShift' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:3749:31: warning: 'partRohacell' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:4415:50: warning: 'rohacellBase' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:4501:34: warning: 'mShift' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:4614:31: warning: 'partRohacell' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:5281:50: warning: 'rohacellBase' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:5367:34: warning: 'mShift' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/ITSMFT/MFT/base/src/HeatExchanger.cxx:5479:31: warning: 'partRohacell' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/MFT/base/src/LadderSegmentation.cxx

Detectors/ITSMFT/MFT/base/src/LadderSegmentation.cxx:113:27: warning: 'ichip' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/MFT/base/src/PCBSupport.cxx

Detectors/ITSMFT/MFT/base/src/PCBSupport.cxx:28:3: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/MFT/base/src/PatchPanel.cxx

Detectors/ITSMFT/MFT/base/src/PatchPanel.cxx:867:9: warning: unused variable 'plate_0' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PatchPanel.cxx:870:9: warning: unused variable 'plate_1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PatchPanel.cxx:873:9: warning: unused variable 'plate_2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PatchPanel.cxx:876:9: warning: unused variable 'plate_3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PatchPanel.cxx:879:9: warning: unused variable 'plate_4' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PatchPanel.cxx:882:9: warning: unused variable 'plate_5' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PatchPanel.cxx:885:9: warning: unused variable 'plate_6' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx

Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:58:12: warning: unused variable 'block_widest_angle' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:75:16: warning: unused variable 'middle_spacer_main_arc' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:76:13: warning: unused variable 'middle_spacer_main_sub_rectangle_top' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:82:13: warning: unused variable 'middle_spacer_main_add_rectangle_side' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:91:13: warning: unused variable 'middle_spacer_main_add_rectangle_side_small' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:97:23: warning: unused variable 'middle_spacer_main' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:107:16: warning: unused variable 'middle_spacer_cover_arc' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:113:13: warning: unused variable 'middle_spacer_cover_sub_rectangle_top' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:120:13: warning: unused variable 'middle_spacer_cover_rectangle_side1_left' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:121:13: warning: unused variable 'middle_spacer_cover_rectangle_side1_right' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:129:13: warning: unused variable 'middle_spacer_cover_rectangle_side2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:137:13: warning: unused variable 'middle_spacer_cover_rectangle_side3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:152:13: warning: unused variable 'middle_spacer_cover_block' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:154:23: warning: unused variable 'rotated_middle_spacer_cover_block' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:184:23: warning: unused variable 'middle_spacer_cover' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:189:23: warning: unused variable 'middle_spacer_cover_bothside' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:204:14: warning: unused variable 'middle_spacer_sub_water_pipe_main_torus' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:206:14: warning: unused variable 'middle_spacer_sub_water_pipe_side_torus_left1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:207:14: warning: unused variable 'middle_spacer_sub_water_pipe_side_torus_right1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:214:16: warning: unused variable 'middle_spacer_sub_water_pipe_straight_tube_side1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:225:14: warning: unused variable 'middle_spacer_sub_water_pipe_side_torus_left2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:226:14: warning: unused variable 'middle_spacer_sub_water_pipe_side_torus_right2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:235:16: warning: unused variable 'middle_spacer_sub_water_pipe_straight_tube_side2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:273:16: warning: unused variable 'electric_board_main' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:277:13: warning: unused variable 'electric_board_sub_rectangle_middle' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:278:13: warning: unused variable 'electric_board_sub_rectangle_bottom' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:288:13: warning: unused variable 'electric_board_add_rectangle_side' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:297:13: warning: unused variable 'electric_board_sub_rectangle_side' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:306:13: warning: unused variable 'electric_board_sub_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:308:23: warning: unused variable 'rotated_electric_board_sub_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:358:14: warning: unused variable 'water_pipe_main_torus' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:360:14: warning: unused variable 'water_pipe_side_torus_left1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:361:14: warning: unused variable 'water_pipe_side_torus_right1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:368:16: warning: unused variable 'water_pipe_straight_tube_side1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:380:14: warning: unused variable 'water_pipe_side_torus_left2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:381:14: warning: unused variable 'water_pipe_side_torus_right2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:387:16: warning: unused variable 'water_pipe_straight_tube_side2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:402:14: warning: unused variable 'pipe_side_torus_left3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:408:16: warning: unused variable 'pipe_straight_tube_left3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:414:14: warning: unused variable 'pipe_side_torus_rigth3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:420:16: warning: unused variable 'pipe_straight_tube_rigth3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:455:14: warning: unused variable 'water_main_torus' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:457:14: warning: unused variable 'water_side_torus_left1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:458:14: warning: unused variable 'water_side_torus_right1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:465:16: warning: unused variable 'water_straight_tube_side1' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:474:14: warning: unused variable 'water_side_torus_left2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:475:14: warning: unused variable 'water_side_torus_right2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:481:16: warning: unused variable 'water_straight_tube_side2' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:495:14: warning: unused variable 'water_side_torus_left3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:496:16: warning: unused variable 'water_straight_tube_left3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:497:14: warning: unused variable 'water_side_torus_rigth3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:498:16: warning: unused variable 'water_straight_tube_rigth3' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:529:13: warning: unused variable 'DCDC_sheet1_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:531:23: warning: unused variable 'rotated_DCDC_sheet1_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:593:13: warning: unused variable 'DCDC_cover_outer_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:594:13: warning: unused variable 'DCDC_cover_innner_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:596:23: warning: unused variable 'rotated_DCDC_cover_outer_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:597:23: warning: unused variable 'rotated_DCDC_cover_inner_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:631:13: warning: unused variable 'DCDC_cover_outer_box_side' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:632:13: warning: unused variable 'DCDC_cover_innner_box_side' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:664:13: warning: unused variable 'DCDC_connector_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:666:23: warning: unused variable 'rotated_DCDC_connector_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:731:16: warning: unused variable 'mezzanine_prop_main_tube' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:732:16: warning: unused variable 'mezzanine_prop_small_tube' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:733:15: warning: unused variable 'mezzanine_prop_lid_sphere' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:741:23: warning: unused variable 'mazzanine_prop_shape' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:764:13: warning: unused variable 'mezzanine_main_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:765:16: warning: unused variable 'mezzanine_main_sub_arc' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:766:16: warning: unused variable 'mezzanine_main_sub_hole' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:798:13: warning: unused variable 'mezzanine_connector_base_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:799:13: warning: unused variable 'mezzanine_connector_base_sub_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:1099:23: warning: unused variable 'rotated_coil_torus' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:1126:14: warning: unused variable 'coil_torus_side' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:1244:13: warning: unused variable 'large_connector_bottom1_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:1245:13: warning: unused variable 'large_connector_bottom2_box' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/PowerSupplyUnit.cxx:1246:13: warning: unused variable 'large_connector_bottom3_box' [-Wunused-variable]

Detectors/ITSMFT/MFT/base/src/Support.cxx

Detectors/ITSMFT/MFT/base/src/Support.cxx:28:3: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/MFT/base/src/Support.cxx:61:20: warning: unused variable 'localSubtraction' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Support.cxx:62:13: warning: unused variable 'localBox' [-Wunused-variable]
Detectors/ITSMFT/MFT/base/src/Support.cxx:64:14: warning: unused variable 'localUnion' [-Wunused-variable]

Detectors/ITSMFT/MFT/calibration/include/MFTCalibration/NoiseCalibratorSpec.h

Detectors/ITSMFT/MFT/calibration/include/MFTCalibration/NoiseCalibratorSpec.h:75:8: warning: 'o2::mft::NoiseCalibratorSpec::mDigits' will be initialized after [-Wreorder]
Detectors/ITSMFT/MFT/calibration/include/MFTCalibration/NoiseCalibratorSpec.h:63:45: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::mft::NoiseCalibratorSpec::mCCDBRequest' [-Wreorder]

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibrator.cxx

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibrator.cxx:94:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:38:1: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:171:8: warning: unused variable 'startTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:171:17: warning: unused variable 'endTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:242:8: warning: unused variable 'startTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:242:17: warning: unused variable 'endTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:298:8: warning: unused variable 'startTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:298:17: warning: unused variable 'endTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:364:8: warning: unused variable 'startTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:364:17: warning: unused variable 'endTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:422:8: warning: unused variable 'startTF' [-Wunused-variable]
Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx:422:17: warning: unused variable 'endTF' [-Wunused-variable]

Detectors/ITSMFT/MFT/condition/include/MFTCondition/DCSConfigUtils.h

Detectors/ITSMFT/MFT/condition/include/MFTCondition/DCSConfigUtils.h:93:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/condition/include/MFTCondition/DCSConfigUtils.h:233:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<std::__cxx11::basic_string<char>, unsigned int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/condition/include/MFTCondition/DCSConfigUtils.h:238:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<std::__cxx11::basic_string<char>, unsigned int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/condition/include/MFTCondition/DCSConfigUtils.h:243:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<std::__cxx11::basic_string<char>, unsigned int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/MFT/condition/src/DCSConfigReader.cxx

Detectors/ITSMFT/MFT/condition/src/DCSConfigReader.cxx:84:11: warning: unused variable 'val' [-Wunused-variable]

Detectors/ITSMFT/MFT/condition/src/MFTDCSProcessor.cxx

Detectors/ITSMFT/MFT/condition/src/MFTDCSProcessor.cxx:99:15: warning: unused variable 'type' [-Wunused-variable]
Detectors/ITSMFT/MFT/condition/src/MFTDCSProcessor.cxx:114:8: warning: unused variable 'flags' [-Wunused-variable]
Detectors/ITSMFT/MFT/condition/src/MFTDCSProcessor.cxx:196:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dcs::DataPointValue>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/condition/src/MFTDCSProcessor.cxx:202:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dcs::DataPointValue>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/condition/src/MFTDCSProcessor.cxx:225:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dcs::DataPointValue>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/condition/src/MFTDCSProcessor.cxx:192:14: warning: unused variable 'deltatime' [-Wunused-variable]
Detectors/ITSMFT/MFT/condition/src/MFTDCSProcessor.cxx:163:17: warning: unused variable 'type' [-Wunused-variable]

Detectors/ITSMFT/MFT/simulation/src/Detector.cxx

Detectors/ITSMFT/MFT/simulation/src/Detector.cxx:180:10: warning: unused variable 'p' [-Wunused-variable]
Detectors/ITSMFT/MFT/simulation/src/Detector.cxx:499:30: warning: 'dRohacell' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/ITSMFT/MFT/simulation/src/GeometryMisAligner.cxx

Detectors/ITSMFT/MFT/simulation/src/GeometryMisAligner.cxx:432:9: warning: unused variable 'nAlignID' [-Wunused-variable]
Detectors/ITSMFT/MFT/simulation/src/GeometryMisAligner.cxx:519:9: warning: unused variable 'chIdMin' [-Wunused-variable]
Detectors/ITSMFT/MFT/simulation/src/GeometryMisAligner.cxx:520:9: warning: unused variable 'chIdMax' [-Wunused-variable]

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:37:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:38:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:39:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:40:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:41:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:48:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:49:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:53:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:54:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:66:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:67:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:68:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:69:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:70:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:71:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:112:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:114:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:116:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:118:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cell.h:120:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cluster.h

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Cluster.h:42:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/ROframe.h

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/ROframe.h:60:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/ROframe.h:62:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/ROframe.h:100:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Road.h

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Road.h:40:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Road.h:42:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Road.h:60:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Road.h:62:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Road.h:90:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Road.h:140:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Road.h:145:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:56:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:139:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:140:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:142:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:143:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:174:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:201:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:224:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/Tracker.h:248:10: warning: variable 'isFakeTrack' set but not used [-Wunused-but-set-variable]

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/TrackerConfig.h

Detectors/ITSMFT/MFT/tracking/include/MFTTracking/TrackerConfig.h:42:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/TrackerConfig.h:43:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/TrackerConfig.h:44:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/TrackerConfig.h:97:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/TrackerConfig.h:102:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/MFT/tracking/include/MFTTracking/TrackerConfig.h:107:8: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx

Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:290:8: warning: unused variable 'startingZ' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:167:12: warning: unused variable 'chi2invqptquad' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:221:12: warning: unused variable 'qptsigma' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:462:14: warning: unused variable 'invR' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:471:60: warning: unused variable 'z' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:475:14: warning: unused variable 'rxRot' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:423:56: warning: unused variable 'sigmaRsq' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:423:66: warning: unused variable 'u2' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:423:70: warning: unused variable 'sigma' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:424:12: warning: variable 'F0' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:424:32: warning: variable 'SumSRn' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/MFT/tracking/src/TrackFitter.cxx:88:12: warning: 'chi2invqptquad' is used uninitialized [-Wuninitialized]

Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx

Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:268:9: warning: unused variable 'binR_proj' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:268:20: warning: unused variable 'binPhi_proj' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:268:33: warning: unused variable 'bin' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:269:9: warning: unused variable 'binIndex' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:563:9: warning: unused variable 'binR_proj' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:563:20: warning: unused variable 'binPhi_proj' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:563:33: warning: unused variable 'bin' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:564:9: warning: unused variable 'binIndex' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:420:9: warning: unused variable 'binR_proj' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:420:20: warning: unused variable 'binPhi_proj' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:420:33: warning: unused variable 'bin' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:421:9: warning: unused variable 'binIndex' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:421:19: warning: unused variable 'clsMinIndex' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:421:32: warning: unused variable 'clsMaxIndex' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:421:45: warning: unused variable 'clsMinIndexS' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:421:59: warning: unused variable 'clsMaxIndexS' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:698:9: warning: unused variable 'binR_proj' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:698:20: warning: unused variable 'binPhi_proj' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:698:33: warning: unused variable 'bin' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:699:9: warning: unused variable 'binIndex' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:699:19: warning: unused variable 'clsMinIndex' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:699:32: warning: unused variable 'clsMaxIndex' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:699:45: warning: unused variable 'clsMinIndexS' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:699:59: warning: unused variable 'clsMaxIndexS' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:866:31: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<o2::mft::Cell>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:876:33: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<o2::mft::Cell>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:921:29: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<o2::mft::Cell>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:908:9: warning: unused variable 'lastCellLayer' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:908:24: warning: unused variable 'lastCellId' [-Wunused-variable]
Detectors/ITSMFT/MFT/tracking/src/Tracker.cxx:1031:33: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'std::vector<o2::mft::Cell>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/MFT/workflow/include/MFTWorkflow/TrackerSpec.h

Detectors/ITSMFT/MFT/workflow/include/MFTWorkflow/TrackerSpec.h:60:45: warning: 'o2::mft::TrackerDPL::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/MFT/workflow/include/MFTWorkflow/TrackerSpec.h:57:8: warning:   'bool o2::mft::TrackerDPL::mUseMC' [-Wreorder]
Detectors/ITSMFT/MFT/workflow/include/MFTWorkflow/TrackerSpec.h:38:3: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/MFT/workflow/src/TrackerSpec.cxx

Detectors/ITSMFT/MFT/workflow/src/TrackerSpec.cxx:59:9: warning: unused variable 'trackingParam' [-Wunused-variable]
Detectors/ITSMFT/MFT/workflow/src/TrackerSpec.cxx:69:8: warning: unused variable 'ntracks' [-Wunused-variable]

Detectors/ITSMFT/MFT/workflow/src/mft-reco-workflow.cxx

Detectors/ITSMFT/MFT/workflow/src/mft-reco-workflow.cxx:90:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/ITSMFT/MFT/workflow/src/mft-tracks2records-workflow.cxx

Detectors/ITSMFT/MFT/workflow/src/mft-tracks2records-workflow.cxx:37:8: warning: unused variable 'runTracks2Records' [-Wunused-variable]

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/CTFCoder.h

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/CTFCoder.h:270:70: warning: unused variable 'nMasked' [-Wunused-variable]

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/ChipMappingMFT.h

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/ChipMappingMFT.h:257:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/ChipMappingMFT.h:258:3: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/Clusterer.h

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/Clusterer.h:129:16: warning: 'o2::itsmft::Clusterer::ClustererThread::parent' will be initialized after [-Wreorder]
Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/Clusterer.h:128:9: warning:   'int o2::itsmft::Clusterer::ClustererThread::id' [-Wreorder]
Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/Clusterer.h:186:5: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/GBTLink.h

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/GBTLink.h:99:12: warning: 'o2::itsmft::GBTLink::feeID' will be initialized after [-Wreorder]
Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/GBTLink.h:96:11: warning:   'uint8_t o2::itsmft::GBTLink::endPointID' [-Wreorder]

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/RUDecodeData.h

Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/RUDecodeData.h:149:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::itsmft::ChipPixelData>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/common/reconstruction/src/AlpideCoder.cxx

Detectors/ITSMFT/common/reconstruction/src/AlpideCoder.cxx:84:7: warning: unused variable 'prevRow' [-Wunused-variable]

Detectors/ITSMFT/common/reconstruction/src/BuildTopologyDictionary.cxx

Detectors/ITSMFT/common/reconstruction/src/BuildTopologyDictionary.cxx:48:10: warning: unused variable 'rs' [-Wunused-variable]
Detectors/ITSMFT/common/reconstruction/src/BuildTopologyDictionary.cxx:49:10: warning: unused variable 'cs' [-Wunused-variable]

Detectors/ITSMFT/common/reconstruction/src/Clusterer.cxx

Detectors/ITSMFT/common/reconstruction/src/Clusterer.cxx:79:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::unique_ptr<o2::itsmft::Clusterer::ClustererThread> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/Clusterer.cxx:124:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::itsmft::Clusterer::ThreadStat>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/Clusterer.cxx:133:20: warning: unused variable 'szold' [-Wunused-variable]
Detectors/ITSMFT/common/reconstruction/src/Clusterer.cxx:182:10: warning: unused variable 'nclus0' [-Wunused-variable]
Detectors/ITSMFT/common/reconstruction/src/Clusterer.cxx:392:47: warning: variable 'lowestNb' set but not used [-Wunused-but-set-variable]

Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx

Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:38:19: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'gsl::span<const o2::itsmft::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:58:14: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'gsl::span<const o2::itsmft::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:74:14: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'gsl::span<const o2::itsmft::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:120:77: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'gsl::span<const o2::itsmft::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:126:75: warning: comparison of integer expressions of different signedness: 'Int_t' {aka 'int'} and 'gsl::span<const o2::itsmft::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:151:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:161:22: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:167:25: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/DigitPixelReader.cxx:182:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/common/reconstruction/src/GBTLink.cxx

Detectors/ITSMFT/common/reconstruction/src/GBTLink.cxx:34:1: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/common/reconstruction/src/PixelData.cxx

Detectors/ITSMFT/common/reconstruction/src/PixelData.cxx:37:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::itsmft::PixelData>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx

Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:119:59: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:128:24: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:133:23: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:551:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:565:24: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:201:19: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:316:15: warning: unused variable 'errRes' [-Wunused-variable]
Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:337:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::itsmft::RUDecodeData>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/ITSMFT/common/reconstruction/src/RawPixelDecoder.cxx:342:25: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

Detectors/ITSMFT/common/simulation/src/ChipDigitsContainer.cxx

Detectors/ITSMFT/common/simulation/src/ChipDigitsContainer.cxx:32:19: warning: unused variable 'ns2sec' [-Wunused-variable]

Detectors/ITSMFT/common/simulation/src/MC2RawEncoder.cxx

Detectors/ITSMFT/common/simulation/src/MC2RawEncoder.cxx:96:7: warning: unused variable 'nDigTot' [-Wunused-variable]
Detectors/ITSMFT/common/simulation/src/MC2RawEncoder.cxx:288:8: warning: unused variable 'feed' [-Wunused-variable]

Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/ClustererSpec.h

Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/ClustererSpec.h:48:45: warning: 'o2::itsmft::ClustererDPL<0>::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/ClustererSpec.h:44:8: warning:   'bool o2::itsmft::ClustererDPL<0>::mUseMC' [-Wreorder]
Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/ClustererSpec.h:48:45: warning: 'o2::itsmft::ClustererDPL<8>::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/ClustererSpec.h:44:8: warning:   'bool o2::itsmft::ClustererDPL<8>::mUseMC' [-Wreorder]

Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/DeadMapBuilderSpec.h

Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/DeadMapBuilderSpec.h:110:15: warning: 'o2::itsmft::ITSMFTDeadMapBuilder::mDataSource' will be initialized after [-Wreorder]
Detectors/ITSMFT/common/workflow/include/ITSMFTWorkflow/DeadMapBuilderSpec.h:83:8: warning:   'bool o2::itsmft::ITSMFTDeadMapBuilder::mRunMFT' [-Wreorder]

Detectors/ITSMFT/common/workflow/src/ClusterReaderSpec.cxx

Detectors/ITSMFT/common/workflow/src/ClusterReaderSpec.cxx:63:36: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/workflow/src/ClusterReaderSpec.cxx:93:36: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]

Detectors/ITSMFT/common/workflow/src/ClustererSpec.cxx

Detectors/ITSMFT/common/workflow/src/ClustererSpec.cxx:100:35: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/workflow/src/ClustererSpec.cxx:144:14: warning: unused variable 'prevEntry' [-Wunused-variable]
Detectors/ITSMFT/common/workflow/src/ClustererSpec.cxx:42:1: warning:   when initialized here [-Wreorder]

Detectors/ITSMFT/common/workflow/src/DeadMapBuilderSpec.cxx

Detectors/ITSMFT/common/workflow/src/DeadMapBuilderSpec.cxx:28:1: warning:   when initialized here [-Wreorder]
Detectors/ITSMFT/common/workflow/src/DeadMapBuilderSpec.cxx:128:32: warning: comparison of integer expressions of different signedness: 'std::deque<long int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/workflow/src/DeadMapBuilderSpec.cxx:424:33: warning: missing initializer for member 'o2::framework::DataProcessorSpec::algorithm' [-Wmissing-field-initializers]

Detectors/ITSMFT/common/workflow/src/DigitReaderSpec.cxx

Detectors/ITSMFT/common/workflow/src/DigitReaderSpec.cxx:106:38: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/workflow/src/DigitReaderSpec.cxx:218:36: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]

Detectors/ITSMFT/common/workflow/src/EntropyEncoderSpec.cxx

Detectors/ITSMFT/common/workflow/src/EntropyEncoderSpec.cxx:128:15: warning: unused variable 'par' [-Wunused-variable]

Detectors/ITSMFT/common/workflow/src/STFDecoderSpec.cxx

Detectors/ITSMFT/common/workflow/src/STFDecoderSpec.cxx:137:37: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/workflow/src/STFDecoderSpec.cxx:178:35: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/ITSMFT/common/workflow/src/STFDecoderSpec.cxx:166:7: warning: unused variable 'nSlots' [-Wunused-variable]
Detectors/ITSMFT/common/workflow/src/STFDecoderSpec.cxx:436:12: warning: unused variable 'prevEntry' [-Wunused-variable]

Detectors/ITSMFT/common/workflow/src/trigger-writer-workflow.cxx

Detectors/ITSMFT/common/workflow/src/trigger-writer-workflow.cxx:44:8: warning: variable 'logger' set but not used [-Wunused-but-set-variable]

Detectors/ITSMFT/test/HitAnalysis/src/HitAnalysis.cxx

Detectors/ITSMFT/test/HitAnalysis/src/HitAnalysis.cxx:134:10: warning: variable 'glo' set but not used [-Wunused-but-set-variable]
Detectors/ITSMFT/test/HitAnalysis/src/HitAnalysis.cxx:135:10: warning: variable 'gloS' set but not used [-Wunused-but-set-variable]

Detectors/MUON/Common/src/dcs-processor-workflow.cxx

Detectors/MUON/Common/src/dcs-processor-workflow.cxx:222:38: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/MUON/Common/src/dcs-processor-workflow.cxx:228:25: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/MUON/MCH/Align/include/MCHAlign/Aligner.h

Detectors/MUON/MCH/Align/include/MCHAlign/Aligner.h:446:7: warning: 'o2::mch::Aligner::fDetElemNumber' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Align/include/MCHAlign/Aligner.h:437:20: warning:   'std::vector<int> o2::mch::Aligner::fGlobalParameterStatus' [-Wreorder]
Detectors/MUON/MCH/Align/include/MCHAlign/Aligner.h:479:36: warning: 'o2::mch::Aligner::mConstraintsRecReader' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Align/include/MCHAlign/Aligner.h:452:39: warning:   'o2::mch::geo::TransformationCreator o2::mch::Aligner::fTransformCreator' [-Wreorder]
Detectors/MUON/MCH/Align/include/MCHAlign/Aligner.h:469:8: warning: 'o2::mch::Aligner::mRead' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Align/include/MCHAlign/Aligner.h:460:30: warning:   'o2::mch::LocalTrackClusterResidual* o2::mch::Aligner::fTrkClRes' [-Wreorder]

Detectors/MUON/MCH/Align/src/AlignRecordSpec.cxx

Detectors/MUON/MCH/Align/src/AlignRecordSpec.cxx:315:32: warning: 'o2::mch::AlignRecordTask::mDataRequest' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Align/src/AlignRecordSpec.cxx:314:41: warning:   'std::shared_ptr<o2::base::GRPGeomRequest> o2::mch::AlignRecordTask::mCCDBRequest' [-Wreorder]
Detectors/MUON/MCH/Align/src/AlignRecordSpec.cxx:82:3: warning:   when initialized here [-Wreorder]

Detectors/MUON/MCH/Align/src/Aligner.cxx

Detectors/MUON/MCH/Align/src/Aligner.cxx:126:1: warning:   when initialized here [-Wreorder]
Detectors/MUON/MCH/Align/src/Aligner.cxx:328:15: warning: unused variable 'kSplitlevel' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/Aligner.cxx:329:15: warning: unused variable 'kBufsize' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/Aligner.cxx:1034:12: warning: variable 'lDetElemGloX' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Align/src/Aligner.cxx:1100:12: warning: variable 'lDetElemGloX' set but not used [-Wunused-but-set-variable]

Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx

Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx:326:13: warning: unused variable 'id_track' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx:359:13: warning: unused variable 'id_track' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx:423:15: warning: unused variable 'id_event' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx:429:15: warning: unused variable 'id_event' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx:535:17: warning: unused variable 'DEId_cluster' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx:536:17: warning: unused variable 'CId_cluster' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx:537:17: warning: unused variable 'ind_cluster' [-Wunused-variable]
Detectors/MUON/MCH/Align/src/AlignmentSpec.cxx:820:39: warning: comparison of integer expressions of different signedness: 'o2::dataformats::AbstractRef<25, 5, 2>::Idx_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]

Detectors/MUON/MCH/Align/src/align-record-workflow.cxx

Detectors/MUON/MCH/Align/src/align-record-workflow.cxx:75:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/MUON/MCH/Align/src/alignment-workflow.cxx

Detectors/MUON/MCH/Align/src/alignment-workflow.cxx:57:11: warning: unused variable 'stfDist' [-Wunused-variable]

Detectors/MUON/MCH/Base/include/MCHBase/SanityCheck.h

Detectors/MUON/MCH/Base/include/MCHBase/SanityCheck.h:63:13: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Base/include/MCHBase/SanityCheck.h:71:24: warning: comparison of integer expressions of different signedness: 'std::map<o2::mch::Digit, int, std::less<o2::mch::Digit>, std::allocator<std::pair<const o2::mch::Digit, int> > >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/MUON/MCH/Base/include/MCHBase/SanityCheck.h:75:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Base/include/MCHBase/SanityCheck.h:63:13: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Digit, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Base/src/ErrorMap.cxx

Detectors/MUON/MCH/Base/src/ErrorMap.cxx:22:17: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses]

Detectors/MUON/MCH/CTF/include/MCHCTF/CTFCoder.h

Detectors/MUON/MCH/CTF/include/MCHCTF/CTFCoder.h:180:26: warning: comparison of integer expressions of different signedness: 'int' and '__gnu_cxx::__alloc_traits<std::allocator<unsigned int>, unsigned int>::value_type' {aka 'unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/CTF/include/MCHCTF/CTFCoder.h:167:28: warning: unused variable 'rofCount' [-Wunused-variable]

Detectors/MUON/MCH/Calibration/include/MCHCalibration/PedestalDigit.h

Detectors/MUON/MCH/Calibration/include/MCHCalibration/PedestalDigit.h:60:7: warning: 'o2::mch::calibration::PedestalDigit::mChannel' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Calibration/include/MCHCalibration/PedestalDigit.h:55:12: warning:   'uint32_t o2::mch::calibration::PedestalDigit::mTrigTime' [-Wreorder]
Detectors/MUON/MCH/Calibration/include/MCHCalibration/PedestalDigit.h:55:12: warning: 'o2::mch::calibration::PedestalDigit::mTrigTime' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Calibration/include/MCHCalibration/PedestalDigit.h:54:12: warning:   'uint32_t o2::mch::calibration::PedestalDigit::mTime' [-Wreorder]

Detectors/MUON/MCH/Calibration/src/BadChannelCalibrator.cxx

Detectors/MUON/MCH/Calibration/src/BadChannelCalibrator.cxx:50:47: warning: unused variable 'pedData' [-Wunused-variable]

Detectors/MUON/MCH/Calibration/src/PedestalDigit.cxx

Detectors/MUON/MCH/Calibration/src/PedestalDigit.cxx:18:1: warning:   when initialized here [-Wreorder]

Detectors/MUON/MCH/Calibration/src/pedestal-decoding-workflow.cxx

Detectors/MUON/MCH/Calibration/src/pedestal-decoding-workflow.cxx:174:14: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/Calibration/src/pedestal-decoding-workflow.cxx:176:10: warning: variable 'tStart' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Calibration/src/pedestal-decoding-workflow.cxx:243:12: warning: unused variable 'rdhVersion' [-Wunused-variable]

Detectors/MUON/MCH/Calibration/test/testPedestalData.cxx

Detectors/MUON/MCH/Calibration/test/testPedestalData.cxx:83:20: warning: unused variable 'ped' [-Wunused-variable]
Detectors/MUON/MCH/Calibration/test/testPedestalData.cxx:94:20: warning: unused variable 'ped' [-Wunused-variable]
Detectors/MUON/MCH/Calibration/test/testPedestalData.cxx:123:13: warning: variable 'rec' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Calibration/test/testPedestalData.cxx:133:13: warning: variable 'rec' set but not used [-Wunused-but-set-variable]

Detectors/MUON/MCH/Clustering/src/ClusterFinderGEM.cxx

Detectors/MUON/MCH/Clustering/src/ClusterFinderGEM.cxx:195:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderGEM.cxx:269:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::Cluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderGEM.cxx:324:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderGEM.cxx:317:12: warning: variable 'padADC' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterFinderGEM.cxx:498:13: warning: unused variable 'iNewCluster' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterFinderGEM.cxx:433:11: warning: unused variable 'w' [-Wunused-variable]

Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx

Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:151:26: warning: comparison of integer expressions of different signedness: 'std::vector<o2::mch::Cluster>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:163:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::Cluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:204:31: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:246:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:248:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:262:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:296:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:324:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:713:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::PadOriginal>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:791:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::PadOriginal>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:888:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:975:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::PadOriginal>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1002:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1015:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::PadOriginal>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1025:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1194:20: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1210:20: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1261:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::PadOriginal>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1279:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::PadOriginal>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1375:23: warning: comparison of integer expressions of different signedness: 'std::multimap<double, std::pair<double, double>, std::greater<void> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1399:43: warning: comparison of integer expressions of different signedness: 'int' and 'std::multimap<double, std::pair<double, double>, std::greater<void> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1411:42: warning: comparison of integer expressions of different signedness: 'int' and 'std::multimap<double, std::pair<double, double>, std::greater<void> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1733:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1735:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1746:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1748:41: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1750:57: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1759:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1760:51: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1775:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1867:37: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1886:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1887:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1901:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1902:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1915:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:1949:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterFinderOriginal.cxx:2014:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx

Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:336:7: warning: unused variable 'nbrOfProjPadsInTheGroup' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:824:10: warning: variable 'minProj' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:825:10: warning: variable 'maxProj' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:1005:9: warning: unused variable 'nPads' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:1659:8: warning: unused variable 'str' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:1902:7: warning: unused variable 'filteredK' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2254:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2166:10: warning: unused variable 'minDY' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2176:7: warning: unused variable 'chId' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2185:7: warning: unused variable 'nPixels' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2218:7: warning: variable 'nbrPrevLocalMax' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2477:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2372:7: warning: unused variable 'chId' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2390:7: warning: unused variable 'nPixels' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2424:7: warning: variable 'nbrPrevLocalMax' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2649:12: warning: variable 'qCut' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2651:9: warning: unused variable 'k' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2652:12: warning: unused variable 'qSum' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2661:9: warning: unused variable 'removedLocMax' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2580:7: warning: unused variable 'chId' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2741:9: warning: unused variable 'cath0' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2742:9: warning: unused variable 'cath1' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2751:7: warning: unused variable 'chId' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:2961:10: warning: unused variable 'qSum' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3244:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3139:9: warning: unused variable 'cath0' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3140:9: warning: unused variable 'cath1' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3149:7: warning: unused variable 'chId' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3331:10: warning: unused variable 'qSum' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3721:17: warning: unused variable 'dxProj' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3722:17: warning: unused variable 'dyProj' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3756:7: warning: variable 'NU' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3764:19: warning: variable 'mapGrpIdxToU' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3765:13: warning: variable 'mapUToGrpIdx' set but not used [-Wunused-but-set-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3821:13: warning: unused variable 'UInterV' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:4043:11: warning: unused variable 'varX' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:4044:11: warning: unused variable 'varY' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3729:16: warning: 'q1' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3728:16: warning: 'q0' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3859:43: warning: 'xu' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3859:61: warning: 'yu' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3948:18: warning: 'dxu' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3948:27: warning: 'dyu' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3985:39: warning: 'xv' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3983:34: warning: 'yv' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3985:50: warning: 'dxv' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Clustering/src/ClusterPEM.cxx:3983:54: warning: 'dyv' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/MUON/MCH/Clustering/src/InspectModel.cxx

Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:92:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:130:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:135:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:140:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:145:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:150:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:191:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:198:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:205:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:306:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:370:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/InspectModel.cxx:389:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx

Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx:96:12: warning: unused variable 'du' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx:571:10: warning: unused variable 'qSum' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx:735:7: warning: unused variable 'N' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx:996:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx:981:10: warning: unused variable 'cut' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx:1109:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx:1087:7: warning: unused variable 'nLocalMax' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/PadsPEM.cxx:2079:10: warning: unused variable 'eps' [-Wunused-variable]

Detectors/MUON/MCH/Clustering/src/clusterProcessing.cxx

Detectors/MUON/MCH/Clustering/src/clusterProcessing.cxx:56:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/clusterProcessing.cxx:98:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, double*> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Clustering/src/clusterProcessing.cxx:231:7: warning: unused variable 'nbrOfProjPadsInTheGroup' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/clusterProcessing.cxx:237:11: warning: unused variable 'thetaEMFinal' [-Wunused-variable]

Detectors/MUON/MCH/Clustering/src/mathieson.cxx

Detectors/MUON/MCH/Clustering/src/mathieson.cxx:745:14: warning: unused variable 'lBoundPrim' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathieson.cxx:745:29: warning: unused variable 'uBoundPrim' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathieson.cxx:746:14: warning: unused variable 'xIntegrals' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathieson.cxx:746:29: warning: unused variable 'yIntegrals' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathieson.cxx:746:44: warning: unused variable 'Integrals' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathieson.cxx:875:12: warning: unused variable 'integral' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathieson.cxx:1254:17: warning: unused variable 'w' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathieson.cxx:1256:10: warning: unused variable 'z' [-Wunused-variable]

Detectors/MUON/MCH/Clustering/src/mathiesonFit.cxx

Detectors/MUON/MCH/Clustering/src/mathiesonFit.cxx:82:17: warning: unused variable 'ySup' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathiesonFit.cxx:917:10: warning: unused variable 'sum' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathiesonFit.cxx:1235:14: warning: unused variable 'c' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/mathiesonFit.cxx:1227:10: warning: unused variable 'keepInitialTheta' [-Wunused-variable]

Detectors/MUON/MCH/Clustering/src/poissonEM.cxx

Detectors/MUON/MCH/Clustering/src/poissonEM.cxx:387:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
Detectors/MUON/MCH/Clustering/src/poissonEM.cxx:274:17: warning: unused variable 'x' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/poissonEM.cxx:275:17: warning: unused variable 'y' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/poissonEM.cxx:276:17: warning: unused variable 'dx' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/poissonEM.cxx:277:17: warning: unused variable 'dy' [-Wunused-variable]
Detectors/MUON/MCH/Clustering/src/poissonEM.cxx:299:10: warning: unused variable 'meanPixelsResidu' [-Wunused-variable]

Detectors/MUON/MCH/Conditions/test/testDCSAliases.cxx

Detectors/MUON/MCH/Conditions/test/testDCSAliases.cxx:33:22: warning: '{anonymous}::ID::side' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Conditions/test/testDCSAliases.cxx:32:23: warning:   'o2::mch::dcs::Plane {anonymous}::ID::plane' [-Wreorder]
Detectors/MUON/MCH/Conditions/test/testDCSAliases.cxx:34:3: warning:   when initialized here [-Wreorder]

Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl

Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:151:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double>, std::allocator<o2::mch::contour::impl::VerticalEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:166:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double>, std::allocator<o2::mch::contour::impl::VerticalEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:171:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double>, std::allocator<o2::mch::contour::impl::VerticalEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:199:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double>, std::allocator<o2::mch::contour::impl::VerticalEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:208:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<o2::mch::contour::Vertex<double>, double>, std::allocator<std::pair<o2::mch::contour::Vertex<double>, double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:238:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double>, std::allocator<o2::mch::contour::impl::VerticalEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:246:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double>, std::allocator<o2::mch::contour::impl::VerticalEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:261:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::ManhattanEdge<double>, std::allocator<o2::mch::contour::impl::ManhattanEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:280:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::ManhattanEdge<double>, std::allocator<o2::mch::contour::impl::ManhattanEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:286:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:81:22: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:121:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Polygon<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/ContourCreator.inl:122:24: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Contour/include/MCHContour/Polygon.h

Detectors/MUON/MCH/Contour/include/MCHContour/Polygon.h:206:22: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/Polygon.h:89:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/Polygon.h:71:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/Polygon.h:281:22: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/include/MCHContour/Polygon.h:188:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Contour/include/MCHContour/SVGWriter.h

Detectors/MUON/MCH/Contour/include/MCHContour/SVGWriter.h:77:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Contour/include/MCHContour/SegmentTree.h

Detectors/MUON/MCH/Contour/include/MCHContour/SegmentTree.h:114:8: warning: 'o2::mch::contour::impl::Node<double>::mIsPotent' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Contour/include/MCHContour/SegmentTree.h:108:9: warning:   'o2::mch::contour::impl::Node<double>* o2::mch::contour::impl::Node<double>::mLeftChild' [-Wreorder]
Detectors/MUON/MCH/Contour/include/MCHContour/SegmentTree.h:149:1: warning:   when initialized here [-Wreorder]

Detectors/MUON/MCH/Contour/test/../include/MCHContour/Contour.h

Detectors/MUON/MCH/Contour/test/../include/MCHContour/Contour.h:144:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Contour.h:157:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Polygon<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Contour.h:160:24: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Contour.h:162:13: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Contour.h:167:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Polygon<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl

Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:199:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:208:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<o2::mch::contour::Vertex<double>, double>, std::allocator<std::pair<o2::mch::contour::Vertex<double>, double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:238:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:246:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:261:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::ManhattanEdge<double>, std::allocator<o2::mch::contour::impl::ManhattanEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:280:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::ManhattanEdge<double>, std::allocator<o2::mch::contour::impl::ManhattanEdge<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:286:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<bool>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:151:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:166:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:171:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::impl::VerticalEdge<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:81:22: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:121:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Polygon<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/ContourCreator.inl:122:24: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h

Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:206:22: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:89:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:164:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:188:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:281:22: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<double>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:89:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<int>, std::allocator<o2::mch::contour::Vertex<int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:71:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:221:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:206:22: warning: comparison of integer expressions of different signedness: 'int' and 'o2::mch::contour::Polygon<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:71:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<int>, std::allocator<o2::mch::contour::Vertex<int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Polygon.h:164:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<int>, std::allocator<o2::mch::contour::Vertex<int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Contour/test/../include/MCHContour/SegmentTree.h

Detectors/MUON/MCH/Contour/test/../include/MCHContour/SegmentTree.h:114:8: warning: 'o2::mch::contour::impl::Node<int>::mIsPotent' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/SegmentTree.h:108:9: warning:   'o2::mch::contour::impl::Node<int>* o2::mch::contour::impl::Node<int>::mLeftChild' [-Wreorder]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/SegmentTree.h:149:1: warning:   when initialized here [-Wreorder]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/SegmentTree.h:114:8: warning: 'o2::mch::contour::impl::Node<double>::mIsPotent' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/SegmentTree.h:108:9: warning:   'o2::mch::contour::impl::Node<double>* o2::mch::contour::impl::Node<double>::mLeftChild' [-Wreorder]

Detectors/MUON/MCH/Contour/test/../include/MCHContour/Vertex.h

Detectors/MUON/MCH/Contour/test/../include/MCHContour/Vertex.h:45:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<int>, std::allocator<o2::mch::contour::Vertex<int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Vertex.h:47:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<int>, std::allocator<o2::mch::contour::Vertex<int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Vertex.h:45:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Contour/test/../include/MCHContour/Vertex.h:47:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Vertex<double>, std::allocator<o2::mch::contour::Vertex<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/DevIO/Clusters/clusters-sink-workflow.cxx

Detectors/MUON/MCH/DevIO/Clusters/clusters-sink-workflow.cxx:145:26: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Cluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/DevIO/Digits/DigitFileFormat.cxx

Detectors/MUON/MCH/DevIO/Digits/DigitFileFormat.cxx:63:19: warning: comparison of integer expressions of different signedness: 'std::streamsize' {aka 'long int'} and 'long unsigned int' [-Wsign-compare]

Detectors/MUON/MCH/DevIO/Digits/DigitSink.cxx

Detectors/MUON/MCH/DevIO/Digits/DigitSink.cxx:47:22: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/DevIO/Digits/digits-random-generator-workflow.cxx

Detectors/MUON/MCH/DevIO/Digits/digits-random-generator-workflow.cxx:166:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<int, 156>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/DevIO/Digits/digits-sink-workflow.cxx

Detectors/MUON/MCH/DevIO/Digits/digits-sink-workflow.cxx:83:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<o2::mch::io::DigitFileFormat, 5>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/DevIO/PreClusters/PreClusterSinkSpec.cxx

Detectors/MUON/MCH/DevIO/PreClusters/PreClusterSinkSpec.cxx:139:26: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::PreCluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/DevIO/Tracks/TrackSamplerSpec.cxx

Detectors/MUON/MCH/DevIO/Tracks/TrackSamplerSpec.cxx:166:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::Cluster, std::pmr::polymorphic_allocator<o2::mch::Cluster> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/DevIO/Tracks/TrackSinkSpec.cxx

Detectors/MUON/MCH/DevIO/Tracks/TrackSinkSpec.cxx:116:29: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/DevIO/Tracks/TrackSinkSpec.cxx:124:32: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/DevIO/Tracks/TrackSinkSpec.cxx:163:26: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::TrackMCH>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/DevIO/Tracks/TrackSinkSpec.cxx:174:67: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Cluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/DevIO/Tracks/TrackSinkSpec.cxx:199:48: warning: comparison of integer expressions of different signedness: 'gsl::span<const char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/MUON/MCH/DigitFiltering/src/DigitFilter.cxx

Detectors/MUON/MCH/DigitFiltering/src/DigitFilter.cxx:119:10: warning: unused variable 'deID' [-Wunused-variable]

Detectors/MUON/MCH/DigitFiltering/src/DigitFilteringSpec.cxx

Detectors/MUON/MCH/DigitFiltering/src/DigitFilteringSpec.cxx:66:24: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<o2::mch::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/DigitFiltering/src/DigitFilteringSpec.cxx:71:24: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<o2::mch::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/DigitFiltering/src/DigitFilteringSpec.cxx:138:28: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Digit, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/DigitFiltering/src/DigitModifier.cxx

Detectors/MUON/MCH/DigitFiltering/src/DigitModifier.cxx:244:13: warning: unused variable 'padRow' [-Wunused-variable]
Detectors/MUON/MCH/DigitFiltering/src/DigitModifier.cxx:216:11: warning: variable 'channelForPadIdMin' set but not used [-Wunused-but-set-variable]

Detectors/MUON/MCH/Evaluation/src/CompareTask.cxx

Detectors/MUON/MCH/Evaluation/src/CompareTask.cxx:223:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/MUON/MCH/Evaluation/src/CompareTask.cxx:226:11: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::ROFRecord, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Evaluation/src/CompareTask.cxx:237:11: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::ROFRecord, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Geometry/Creator/src/Geometry.cxx

Detectors/MUON/MCH/Geometry/Creator/src/Geometry.cxx:53:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Geometry/Creator/src/Geometry.cxx:132:11: warning: unused variable 'lastUID' [-Wunused-variable]

Detectors/MUON/MCH/Geometry/Creator/src/Station1Geometry.cxx

Detectors/MUON/MCH/Geometry/Creator/src/Station1Geometry.cxx:248:8: warning: unused variable 'MFlayer' [-Wunused-variable]

Detectors/MUON/MCH/Geometry/Creator/src/Station345Geometry.cxx

Detectors/MUON/MCH/Geometry/Creator/src/Station345Geometry.cxx:339:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<int, 4>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Geometry/MisAligner/src/MisAligner.cxx

Detectors/MUON/MCH/Geometry/MisAligner/src/MisAligner.cxx:352:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Geometry/Test/Helpers.cxx

Detectors/MUON/MCH/Geometry/Test/Helpers.cxx:275:14: warning: unused variable 'c' [-Wunused-variable]

Detectors/MUON/MCH/Geometry/Test/testGeometryCreator.cxx

Detectors/MUON/MCH/Geometry/Test/testGeometryCreator.cxx:368:25: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/GlobalMapping/src/LV.cxx

Detectors/MUON/MCH/GlobalMapping/src/LV.cxx:47:38: warning: suggest parentheses around '&&' within '||' [-Wparentheses]

Detectors/MUON/MCH/IO/src/TrackDumperSpec.cxx

Detectors/MUON/MCH/IO/src/TrackDumperSpec.cxx:52:26: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::TrackMCH>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx

Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx:58:46: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::mapping::impl3::PadGroup>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx:126:46: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::mapping::impl3::PadGroup>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx:185:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx:250:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::mapping::impl3::PadGroup>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx:250:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::mapping::impl3::PadGroupType>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl3/src/CathodeSegmentationImpl3.cxx:250:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<float, float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Mapping/Impl3/src/PadGroupType.cxx

Detectors/MUON/MCH/Mapping/Impl3/src/PadGroupType.cxx:42:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl3/src/PadGroupType.cxx:61:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx

Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx:60:46: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::mapping::impl4::PadGroup>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx:137:46: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::mapping::impl4::PadGroup>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx:212:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx:303:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::mapping::impl4::PadGroup>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx:303:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::mapping::impl4::PadGroupType>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl4/src/CathodeSegmentationImpl4.cxx:303:11: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<float, float> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Mapping/Impl4/src/PadGroupType.cxx

Detectors/MUON/MCH/Mapping/Impl4/src/PadGroupType.cxx:42:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/Impl4/src/PadGroupType.cxx:62:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/CathodeSegmentation.h

Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/CathodeSegmentation.h:171:90: warning: 'catPadIndex' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/CathodeSegmentation.h:167:89: warning: 'catPadIndex' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/CathodeSegmentation.h:168:89: warning: 'catPadIndex' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/CathodeSegmentation.h:169:81: warning: 'catPadIndex' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/CathodeSegmentation.h:172:100: warning: 'catPadIndex' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/CathodeSegmentation.h:170:81: warning: 'catPadIndex' may be used uninitialized [-Wmaybe-uninitialized]
Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/CathodeSegmentation.h:249:47: warning: 'catPadIndex' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/Segmentation.h

Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/Segmentation.h:151:23: warning: 'o2::mch::mapping::Segmentation::mNonBending' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/Segmentation.h:149:7: warning:   'int o2::mch::mapping::Segmentation::mDetElemId' [-Wreorder]

Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/Segmentation.inl

Detectors/MUON/MCH/Mapping/Interface/include/MCHMappingInterface/Segmentation.inl:39:8: warning:   when initialized here [-Wreorder]

Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationContours.cxx

Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationContours.cxx:49:14: warning: unused variable 'x' [-Wunused-variable]
Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationContours.cxx:50:14: warning: unused variable 'y' [-Wunused-variable]
Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationContours.cxx:51:14: warning: unused variable 'dx' [-Wunused-variable]
Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationContours.cxx:52:14: warning: unused variable 'dy' [-Wunused-variable]

Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationSVGWriter.cxx

Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationSVGWriter.cxx:89:24: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<o2::mch::contour::Polygon<double> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationSVGWriter.cxx:92:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::contour::Polygon<double> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Mapping/SegContour/src/CathodeSegmentationSVGWriter.cxx:75:8: warning: variable 'box' set but not used [-Wunused-but-set-variable]

Detectors/MUON/MCH/Mapping/test/src/BenchCathodeSegmentation.cxx

Detectors/MUON/MCH/Mapping/test/src/BenchCathodeSegmentation.cxx:41:63: warning: 'benchmark::internal::Benchmark' is deprecated: Use ::benchmark::Benchmark instead [-Wdeprecated-declarations]

Detectors/MUON/MCH/Mapping/test/src/BenchSegmentation.cxx

Detectors/MUON/MCH/Mapping/test/src/BenchSegmentation.cxx:20:63: warning: 'benchmark::internal::Benchmark' is deprecated: Use ::benchmark::Benchmark instead [-Wdeprecated-declarations]

Detectors/MUON/MCH/Mapping/test/src/TestParameters.cxx

Detectors/MUON/MCH/Mapping/test/src/TestParameters.cxx:74:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<int, 64>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/PreClustering/src/PreClusterFinder.cxx

Detectors/MUON/MCH/PreClustering/src/PreClusterFinder.cxx:271:42: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::unique_ptr<o2::mch::PreClusterFinder::PreCluster> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/PreClustering/src/PreClusterFinderSpec.cxx

Detectors/MUON/MCH/PreClustering/src/PreClusterFinderSpec.cxx:184:47: warning: comparison of integer expressions of different signedness: 'std::vector<o2::mch::Digit>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/MUON/MCH/Raw/Common/include/MCHRawCommon/SampaCluster.h

Detectors/MUON/MCH/Raw/Common/include/MCHRawCommon/SampaCluster.h:90:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::raw::SampaCluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Common/src/SampaCluster.cxx

Detectors/MUON/MCH/Raw/Common/src/SampaCluster.cxx:45:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Common/src/SampaHeader.cxx

Detectors/MUON/MCH/Raw/Common/src/SampaHeader.cxx:598:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<long unsigned int, 49>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Common/src/SampaHeader.cxx:475:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<int, 24>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Common/src/SampaHeader.cxx:475:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<int, 23>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Common/src/SampaHeader.cxx:475:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<int, 17>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Common/src/SampaHeader.cxx:485:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<long unsigned int, 24>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Common/src/SampaHeader.cxx:485:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<long unsigned int, 23>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Common/src/SampaHeader.cxx:485:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<long unsigned int, 17>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h

Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h:253:44: warning: 'o2::mch::raw::DataDecoder::mRdhHandler' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h:238:15: warning:   'std::string o2::mch::raw::DataDecoder::mMapCRUfile' [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h:238:15: warning: 'o2::mch::raw::DataDecoder::mMapCRUfile' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h:237:15: warning:   'std::string o2::mch::raw::DataDecoder::mMapFECfile' [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h:257:8: warning: 'o2::mch::raw::DataDecoder::mDs2manu' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h:255:8: warning:   'bool o2::mch::raw::DataDecoder::mDebug' [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h:259:8: warning: 'o2::mch::raw::DataDecoder::mUseDummyElecMap' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/include/MCHRawDecoder/DataDecoder.h:229:16: warning:   'o2::mch::raw::DataDecoder::TimeRecoMode o2::mch::raw::DataDecoder::mTimeRecoMode' [-Wreorder]

Detectors/MUON/MCH/Raw/Decoder/src/BareELinkDecoder.cxx

Detectors/MUON/MCH/Raw/Decoder/src/BareELinkDecoder.cxx:52:41: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/MUON/MCH/Raw/Decoder/src/BareElinkDecoder.h

Detectors/MUON/MCH/Raw/Decoder/src/BareElinkDecoder.h:133:9: warning: 'o2::mch::raw::BareElinkDecoder<o2::mch::raw::SampleMode>::mState' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/src/BareElinkDecoder.h:131:12: warning:   'uint64_t o2::mch::raw::BareElinkDecoder<o2::mch::raw::SampleMode>::mMask' [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/src/BareElinkDecoder.h:141:1: warning:   when initialized here [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/src/BareElinkDecoder.h:133:9: warning: 'o2::mch::raw::BareElinkDecoder<o2::mch::raw::ChargeSumMode>::mState' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/src/BareElinkDecoder.h:131:12: warning:   'uint64_t o2::mch::raw::BareElinkDecoder<o2::mch::raw::ChargeSumMode>::mMask' [-Wreorder]

Detectors/MUON/MCH/Raw/Decoder/src/BareGBTDecoder.h

Detectors/MUON/MCH/Raw/Decoder/src/BareGBTDecoder.h:101:21: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const std::byte>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx

Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:242:1: warning:   when initialized here [-Wreorder]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:286:10: warning: unused variable 'rdhVersion' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:354:29: warning: unused variable 'sChannelsInOneSolar' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:547:11: warning: unused variable 'isStopRDH' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:548:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:549:12: warning: unused variable 'feeId' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:550:12: warning: unused variable 'linkId' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:657:9: warning: unused variable 'd' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:749:11: warning: unused variable 'solar' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:750:11: warning: unused variable 'ds' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:751:11: warning: unused variable 'chip' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:804:26: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Decoder/src/DataDecoder.cxx:57:28: warning: 'o2::mch::raw::refManu2ds_st345_v2' defined but not used [-Wunused-variable]

Detectors/MUON/MCH/Raw/Decoder/src/PageDecoder.cxx

Detectors/MUON/MCH/Raw/Decoder/src/PageDecoder.cxx:41:117: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
Detectors/MUON/MCH/Raw/Decoder/src/PageDecoder.cxx:55:85: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/MUON/MCH/Raw/Decoder/src/RDHManip.cxx

Detectors/MUON/MCH/Raw/Decoder/src/RDHManip.cxx:197:16: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const std::byte>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Decoder/src/ROFFinder.cxx

Detectors/MUON/MCH/Raw/Decoder/src/ROFFinder.cxx:261:24: warning: unused variable 'BCINORBIT' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/ROFFinder.cxx:311:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Decoder/src/ROFFinder.cxx:348:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Decoder/src/ROFFinder.cxx:348:54: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Decoder/src/UserLogicElinkDecoder.h

Detectors/MUON/MCH/Raw/Decoder/src/UserLogicElinkDecoder.h:316:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Decoder/src/testBareElinkDecoder.cxx

Detectors/MUON/MCH/Raw/Decoder/src/testBareElinkDecoder.cxx:59:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Decoder/src/testBareElinkDecoder.cxx:81:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Decoder/src/testBareElinkDecoder.cxx:91:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Decoder/src/testDigitsTimeComputation.cxx

Detectors/MUON/MCH/Raw/Decoder/src/testDigitsTimeComputation.cxx:82:8: warning: unused variable 'mCheckROFs' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Decoder/src/testDigitsTimeComputation.cxx:83:8: warning: unused variable 'mDummyROFs' [-Wunused-variable]

Detectors/MUON/MCH/Raw/Decoder/src/testUserLogicEndpointDecoder.cxx

Detectors/MUON/MCH/Raw/Decoder/src/testUserLogicEndpointDecoder.cxx:239:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/ElecMap/src/ElectronicMapperDummy.cxx

Detectors/MUON/MCH/Raw/ElecMap/src/ElectronicMapperDummy.cxx:80:15: warning: unused variable 'dsId' [-Wunused-variable]

Detectors/MUON/MCH/Raw/ElecMap/src/ElectronicMapperImplHelper.h

Detectors/MUON/MCH/Raw/ElecMap/src/ElectronicMapperImplHelper.h:141:7: warning: unused variable 'n' [-Wunused-variable]

Detectors/MUON/MCH/Raw/ElecMap/src/FeeLinkId.cxx

Detectors/MUON/MCH/Raw/ElecMap/src/FeeLinkId.cxx:21:15: warning: comparison is always false due to limited range of data type [-Wtype-limits]

Detectors/MUON/MCH/Raw/ElecMap/src/MapFEC.cxx

Detectors/MUON/MCH/Raw/ElecMap/src/MapFEC.cxx:46:14: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]
Detectors/MUON/MCH/Raw/ElecMap/src/MapFEC.cxx:49:14: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits]

Detectors/MUON/MCH/Raw/Encoder/Digit/Digit2ElecMapper.cxx

Detectors/MUON/MCH/Raw/Encoder/Digit/Digit2ElecMapper.cxx:32:14: warning: variable 'elecId' set but not used [-Wunused-but-set-variable]

Detectors/MUON/MCH/Raw/Encoder/Digit/digits-to-raw.cxx

Detectors/MUON/MCH/Raw/Encoder/Digit/digits-to-raw.cxx:150:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mch::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h

Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:97:12: warning: 'o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::SampleMode>::mLocalBunchCrossing' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:96:7: warning:   'int o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::SampleMode>::mPhase' [-Wreorder]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:106:1: warning:   when initialized here [-Wreorder]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:97:12: warning: 'o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::ChargeSumMode>::mLocalBunchCrossing' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:96:7: warning:   'int o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::ChargeSumMode>::mPhase' [-Wreorder]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:97:12: warning: 'o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::ChargeSumMode, 0>::mLocalBunchCrossing' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:96:7: warning:   'int o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::ChargeSumMode, 0>::mPhase' [-Wreorder]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:97:12: warning: 'o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::SampleMode, 0>::mLocalBunchCrossing' will be initialized after [-Wreorder]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoder.h:96:7: warning:   'int o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::SampleMode, 0>::mPhase' [-Wreorder]

Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoderMerger.h

Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoderMerger.h:27:22: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::ChargeSumMode, 0>, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BareElinkEncoderMerger.h:27:22: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<o2::mch::raw::ElinkEncoder<o2::mch::raw::BareFormat, o2::mch::raw::SampleMode, 0>, 18446744073709551615>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx

Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:97:19: warning: comparison of integer expressions of different signedness: 'std::basic_string_view<char>::size_type' {aka 'long unsigned int'} and 'long int' [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:246:21: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:309:13: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<unsigned char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:326:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::basic_string_view<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:332:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::basic_string_view<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:30:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:77:9: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:54:33: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:58:19: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/BitSet.cxx:58:19: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]

Detectors/MUON/MCH/Raw/Encoder/Payload/DataBlock.cxx

Detectors/MUON/MCH/Raw/Encoder/Payload/DataBlock.cxx:29:16: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const std::byte>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Encoder/Payload/EncoderImplHelper.cxx

Detectors/MUON/MCH/Raw/Encoder/Payload/EncoderImplHelper.cxx:89:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<short unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Encoder/Payload/benchBitSet.cxx

Detectors/MUON/MCH/Raw/Encoder/Payload/benchBitSet.cxx:37:7: warning: unused variable 'a' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Encoder/Payload/benchBitSet.cxx:73:8: warning: unused variable 'a' [-Wunused-variable]

Detectors/MUON/MCH/Raw/Encoder/Payload/testBitSet.cxx

Detectors/MUON/MCH/Raw/Encoder/Payload/testBitSet.cxx:400:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::basic_string_view<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Raw/Encoder/Payload/testBitSet.cxx:419:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Encoder/Payload/testGBTEncoder.cxx

Detectors/MUON/MCH/Raw/Encoder/Payload/testGBTEncoder.cxx:54:12: warning: unused variable 'bx' [-Wunused-variable]
Detectors/MUON/MCH/Raw/Encoder/Payload/testGBTEncoder.cxx:92:12: warning: unused variable 'bx' [-Wunused-variable]

Detectors/MUON/MCH/Raw/Encoder/Payload/testPayloadEncoder.cxx

Detectors/MUON/MCH/Raw/Encoder/Payload/testPayloadEncoder.cxx:269:7: warning: unused variable 'space' [-Wunused-variable]

Detectors/MUON/MCH/Raw/ImplHelpers/MoveBuffer.h

Detectors/MUON/MCH/Raw/ImplHelpers/MoveBuffer.h:74:22: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const std::byte>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Raw/Tools/rawdump.cxx

Detectors/MUON/MCH/Raw/Tools/rawdump.cxx:231:8: warning: unused variable 'userLogic' [-Wunused-variable]

Detectors/MUON/MCH/Raw/test/testClosureCoDec.cxx

Detectors/MUON/MCH/Raw/test/testClosureCoDec.cxx:171:28: warning: unused variable 'hbfutils' [-Wunused-variable]

Detectors/MUON/MCH/Simulation/src/DEDigitizer.cxx

Detectors/MUON/MCH/Simulation/src/DEDigitizer.cxx:145:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<o2::mch::DEDigitizer::Signal> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Simulation/test/DigitMerging.cxx

Detectors/MUON/MCH/Simulation/test/DigitMerging.cxx:54:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Simulation/test/DigitMerging.cxx:56:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Simulation/test/DigitMerging.cxx:94:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/Simulation/test/DigitMerging.cxx:96:14: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Simulation/test/benchDigitMerging.cxx

Detectors/MUON/MCH/Simulation/test/benchDigitMerging.cxx:68:69: warning: 'benchmark::internal::Benchmark' is deprecated: Use ::benchmark::Benchmark instead [-Wdeprecated-declarations]
Detectors/MUON/MCH/Simulation/test/benchDigitMerging.cxx:70:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<o2::mch::Digit> (*)(const std::vector<o2::mch::Digit>&, const std::vector<o2::MCCompLabel>&)>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Simulation/test/testRegularGeometry.cxx

Detectors/MUON/MCH/Simulation/test/testRegularGeometry.cxx:35:16: warning: unused variable 'g' [-Wunused-variable]

Detectors/MUON/MCH/Status/src/StatusMapCreatorSpec.cxx

Detectors/MUON/MCH/Status/src/StatusMapCreatorSpec.cxx:48:20: warning: unused variable 'p' [-Wunused-variable]

Detectors/MUON/MCH/Status/src/testStatusMap.cxx

Detectors/MUON/MCH/Status/src/testStatusMap.cxx:102:22: warning: unused variable 'status' [-Wunused-variable]

Detectors/MUON/MCH/TimeClustering/src/ROFTimeClusterFinder.cxx

Detectors/MUON/MCH/TimeClustering/src/ROFTimeClusterFinder.cxx:115:27: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/TimeClustering/src/ROFTimeClusterFinder.cxx:136:56: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/TimeClustering/src/ROFTimeClusterFinder.cxx:152:13: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/TimeClustering/src/ROFTimeClusterFinder.cxx:183:15: warning: comparison of integer expressions of different signedness: 'int32_t' {aka 'int'} and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx

Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:41:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:103:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:104:12: warning: unused variable 'tfTime' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:119:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:120:12: warning: unused variable 'tfTime' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:135:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:136:12: warning: unused variable 'tfTime' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:151:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:152:12: warning: unused variable 'tfTime' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:167:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:168:12: warning: unused variable 'tfTime' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:183:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:184:12: warning: unused variable 'tfTime' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:200:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:201:12: warning: unused variable 'tfTime' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:217:12: warning: unused variable 'orbit' [-Wunused-variable]
Detectors/MUON/MCH/TimeClustering/src/testROFTimeClusterFinder.cxx:234:12: warning: unused variable 'orbit' [-Wunused-variable]

Detectors/MUON/MCH/Triggering/src/EventFinder.cxx

Detectors/MUON/MCH/Triggering/src/EventFinder.cxx:58:21: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Triggering/test/testEventFinder.cxx

Detectors/MUON/MCH/Triggering/test/testEventFinder.cxx:95:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Workflow/src/ClusterFinderGEMSpec.cxx

Detectors/MUON/MCH/Workflow/src/ClusterFinderGEMSpec.cxx:179:10: warning: variable 'stop' set but not used [-Wunused-but-set-variable]

Detectors/MUON/MCH/Workflow/src/DataDecoderSpec.cxx

Detectors/MUON/MCH/Workflow/src/DataDecoderSpec.cxx:240:20: warning: unused variable 'deltaMax' [-Wunused-variable]

Detectors/MUON/MCH/Workflow/src/TrackMCLabelFinderSpec.cxx

Detectors/MUON/MCH/Workflow/src/TrackMCLabelFinderSpec.cxx:79:26: warning: comparison of integer expressions of different signedness: 'gsl::span<const o2::mch::ROFRecord, 18446744073709551615>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/MUON/MCH/Workflow/src/TrackMCLabelFinderSpec.cxx:118:32: warning: comparison of integer expressions of different signedness: 'std::vector<o2::MCCompLabel, std::allocator<o2::MCCompLabel> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/MUON/MCH/Workflow/src/TrackMCLabelFinderSpec.cxx:176:98: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mch::Cluster>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Workflow/src/VertexSamplerSpec.cxx

Detectors/MUON/MCH/Workflow/src/VertexSamplerSpec.cxx:91:40: warning: comparison of integer expressions of different signedness: 'int' and 'const uint32_t' {aka 'const unsigned int'} [-Wsign-compare]

Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx

Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx:81:12: warning: unused variable 'rdhVersion' [-Wunused-variable]
Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx:127:16: warning: unused variable 'feeID' [-Wunused-variable]
Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx:98:9: warning: unused variable 'nPrinted' [-Wunused-variable]
Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx:117:10: warning: unused variable 'doPrint' [-Wunused-variable]
Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx:213:12: warning: unused variable 'rdhHeaderSize' [-Wunused-variable]
Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx:217:16: warning: unused variable 'feeID' [-Wunused-variable]
Detectors/MUON/MCH/Workflow/src/cru-page-reader-workflow.cxx:283:28: warning: comparison of integer expressions of different signedness: 'std::queue<o2::mch::raw::TimeFrame>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/MUON/MCH/Workflow/src/raw-to-digits-workflow.cxx

Detectors/MUON/MCH/Workflow/src/raw-to-digits-workflow.cxx:70:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/MUON/MCH/Workflow/src/rofs-histogrammer.cxx

Detectors/MUON/MCH/Workflow/src/rofs-histogrammer.cxx:73:34: warning: comparison of unsigned expression in '>= 0' is always true [-Wtype-limits]
Detectors/MUON/MCH/Workflow/src/rofs-histogrammer.cxx:75:32: warning: comparison is always true due to limited range of data type [-Wtype-limits]

Detectors/MUON/MID/Base/src/Mapping.cxx

Detectors/MUON/MID/Base/src/Mapping.cxx:210:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Base/src/Mapping.cxx:405:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Base/src/Mapping.cxx:582:13: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

Detectors/MUON/MID/Base/test/src/testMapping.cxx

Detectors/MUON/MID/Base/test/src/testMapping.cxx:124:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mid::Mapping::MpStripIndex>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MID/CTF/include/MIDCTF/CTFCoder.h

Detectors/MUON/MID/CTF/include/MIDCTF/CTFCoder.h:136:28: warning: unused variable 'rofCount' [-Wunused-variable]

Detectors/MUON/MID/Clustering/src/Clusterizer.cxx

Detectors/MUON/MID/Clustering/src/Clusterizer.cxx:38:39: warning: missing initializer for member 'o2::mid::PreClustersDE::NBP::area' [-Wmissing-field-initializers]
Detectors/MUON/MID/Clustering/src/Clusterizer.cxx:84:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Clustering/src/Clusterizer.cxx:92:27: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Clustering/src/Clusterizer.cxx:118:29: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Clustering/src/Clusterizer.cxx:160:25: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MID/Clustering/src/PreClustersDE.cxx

Detectors/MUON/MID/Clustering/src/PreClustersDE.cxx:48:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mid::PreClustersDE::BP>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MID/Clustering/test/bench_Clusterizer.cxx

Detectors/MUON/MID/Clustering/test/bench_Clusterizer.cxx:139:66: warning: 'benchmark::internal::Benchmark' is deprecated: Use ::benchmark::Benchmark instead [-Wdeprecated-declarations]

Detectors/MUON/MID/QC/exe/raw-ul-checker.cxx

Detectors/MUON/MID/QC/exe/raw-ul-checker.cxx:51:18: warning: comparison of integer expressions of different signedness: 'long int' and 'long unsigned int' [-Wsign-compare]

Detectors/MUON/MID/Raw/include/MIDRaw/Decoder.h

Detectors/MUON/MID/Raw/include/MIDRaw/Decoder.h:80:26: warning: 'o2::mid::Decoder::mROFRecords' will be initialized after [-Wreorder]
Detectors/MUON/MID/Raw/include/MIDRaw/Decoder.h:75:62: warning:   'std::unordered_map<short unsigned int, std::unique_ptr<o2::mid::LinkDecoder> > o2::mid::Decoder::mLinkDecoders' [-Wreorder]

Detectors/MUON/MID/Raw/include/MIDRaw/ELinkDecoder.h

Detectors/MUON/MID/Raw/include/MIDRaw/ELinkDecoder.h:96:26: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare]

Detectors/MUON/MID/Raw/src/Decoder.cxx

Detectors/MUON/MID/Raw/src/Decoder.cxx:27:1: warning:   when initialized here [-Wreorder]

Detectors/MUON/MID/Raw/test/bench_Raw.cxx

Detectors/MUON/MID/Raw/test/bench_Raw.cxx:71:33: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Raw/test/bench_Raw.cxx:80:47: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Raw/test/bench_Raw.cxx:156:66: warning: 'benchmark::internal::Benchmark' is deprecated: Use ::benchmark::Benchmark instead [-Wdeprecated-declarations]

Detectors/MUON/MID/Raw/test/testCrateMapper.cxx

Detectors/MUON/MID/Raw/test/testCrateMapper.cxx:48:35: warning: catching polymorphic type 'class std::runtime_error' by value [-Wcatch-value=]
Detectors/MUON/MID/Raw/test/testCrateMapper.cxx:67:37: warning: catching polymorphic type 'class std::runtime_error' by value [-Wcatch-value=]

Detectors/MUON/MID/Raw/test/testRaw.cxx

Detectors/MUON/MID/Raw/test/testRaw.cxx:107:34: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/MUON/MID/Simulation/src/ChamberResponseParams.cxx

Detectors/MUON/MID/Simulation/src/ChamberResponseParams.cxx:253:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/MUON/MID/Simulation/src/DigitsMerger.cxx

Detectors/MUON/MID/Simulation/src/DigitsMerger.cxx:52:34: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mid::ColumnData>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/MUON/MID/Simulation/src/Hit.cxx

Detectors/MUON/MID/Simulation/src/Hit.cxx:34:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]

Detectors/MUON/MID/Simulation/test/testSimulation.cxx

Detectors/MUON/MID/Simulation/test/testSimulation.cxx:148:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mid::GenTrack>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Simulation/test/testSimulation.cxx:149:13: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Simulation/test/testSimulation.cxx:156:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::mid::Hit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Simulation/test/testSimulation.cxx:248:7: warning: unused variable 'lastColumn' [-Wunused-variable]
Detectors/MUON/MID/Simulation/test/testSimulation.cxx:287:32: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/MUON/MID/Simulation/test/testSimulation.cxx:601:34: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

Detectors/MUON/MID/Tracking/test/bench_Tracker.cxx

Detectors/MUON/MID/Tracking/test/bench_Tracker.cxx:38:12: warning: unused variable 'isFired' [-Wunused-variable]
Detectors/MUON/MID/Tracking/test/bench_Tracker.cxx:87:66: warning: 'benchmark::internal::Benchmark' is deprecated: Use ::benchmark::Benchmark instead [-Wdeprecated-declarations]

Detectors/MUON/MID/Tracking/test/testTracker.cxx

Detectors/MUON/MID/Tracking/test/testTracker.cxx:196:7: warning: unused variable 'nTotFakes' [-Wunused-variable]
Detectors/MUON/MID/Tracking/test/testTracker.cxx:196:22: warning: unused variable 'nTotReconstructible' [-Wunused-variable]

Detectors/MUON/MID/Workflow/src/DigitReaderSpec.cxx

Detectors/MUON/MID/Workflow/src/DigitReaderSpec.cxx:159:42: warning: comparison of integer expressions of different signedness: 'int' and 'const size_t' {aka 'const long unsigned int'} [-Wsign-compare]

Detectors/MUON/MID/Workflow/src/MaskMakerSpec.cxx

Detectors/MUON/MID/Workflow/src/MaskMakerSpec.cxx:99:28: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]

Detectors/MUON/MID/Workflow/src/RawCheckerSpec.cxx

Detectors/MUON/MID/Workflow/src/RawCheckerSpec.cxx:85:12: warning: unused variable 'hasProcessed' [-Wunused-variable]

Detectors/MUON/MID/Workflow/src/TrackerSpec.cxx

Detectors/MUON/MID/Workflow/src/TrackerSpec.cxx:149:45: warning: 'o2::mid::TrackerDeviceDPL::mGGCCDBRequest' will be initialized after [-Wreorder]
Detectors/MUON/MID/Workflow/src/TrackerSpec.cxx:145:8: warning:   'bool o2::mid::TrackerDeviceDPL::mIsMC' [-Wreorder]
Detectors/MUON/MID/Workflow/src/TrackerSpec.cxx:47:3: warning:   when initialized here [-Wreorder]

Detectors/MUON/Matching/src/TrackMatcher.cxx

Detectors/MUON/Matching/src/TrackMatcher.cxx:58:21: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::mid::ROFRecord>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/PHOS/calib/src/PHOSTurnonCalibrator.cxx

Detectors/PHOS/calib/src/PHOSTurnonCalibrator.cxx:112:10: warning: unused variable 'mod' [-Wunused-variable]

Detectors/PHOS/calib/src/recalibrator.cxx

Detectors/PHOS/calib/src/recalibrator.cxx:161:18: warning: variable 'orbit' set but not used [-Wunused-but-set-variable]
Detectors/PHOS/calib/src/recalibrator.cxx:96:29: warning: variable 'badmap' set but not used [-Wunused-but-set-variable]

Detectors/PHOS/reconstruction/include/PHOSReconstruction/CTFCoder.h

Detectors/PHOS/reconstruction/include/PHOSReconstruction/CTFCoder.h:159:11: warning: unused variable 'diffIR0' [-Wunused-variable]

Detectors/PHOS/simulation/src/Digitizer.cxx

Detectors/PHOS/simulation/src/Digitizer.cxx:227:50: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::phos::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/PHOS/simulation/src/Digitizer.cxx:275:50: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::phos::Digit>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/Passive/src/Absorber.cxx

Detectors/Passive/src/Absorber.cxx:949:15: warning: unused variable 'voFassUBFlange' [-Wunused-variable]

Detectors/Passive/src/Cave.cxx

Detectors/Passive/src/Cave.cxx:64:9: warning: unused variable 'matmgr' [-Wunused-variable]
Detectors/Passive/src/Cave.cxx:87:13: warning: unused variable 'shCaveTR2' [-Wunused-variable]
Detectors/Passive/src/Cave.cxx:88:13: warning: unused variable 'shCaveTR3' [-Wunused-variable]

Detectors/Passive/src/Compensator.cxx

Detectors/Passive/src/Compensator.cxx:62:9: warning: unused variable 'isxfld2' [-Wunused-variable]
Detectors/Passive/src/Compensator.cxx:191:12: warning: variable 'CenterX' set but not used [-Wunused-but-set-variable]
Detectors/Passive/src/Compensator.cxx:192:12: warning: variable 'CenterY' set but not used [-Wunused-but-set-variable]
Detectors/Passive/src/Compensator.cxx:219:16: warning: unused variable 'shPolygonArc' [-Wunused-variable]
Detectors/Passive/src/Compensator.cxx:272:13: warning: unused variable 'shCoilSupportSqOuter' [-Wunused-variable]
Detectors/Passive/src/Compensator.cxx:273:13: warning: unused variable 'shCoilSupportSqInner' [-Wunused-variable]

Detectors/Passive/src/FrameStructure.cxx

Detectors/Passive/src/FrameStructure.cxx:201:13: warning: unused variable 'boxSostA1' [-Wunused-variable]
Detectors/Passive/src/FrameStructure.cxx:216:13: warning: unused variable 'boxCOB' [-Wunused-variable]
Detectors/Passive/src/FrameStructure.cxx:219:13: warning: unused variable 'boxCOT' [-Wunused-variable]
Detectors/Passive/src/FrameStructure.cxx:684:13: warning: unused variable 'b045shape' [-Wunused-variable]
Detectors/Passive/src/FrameStructure.cxx:704:13: warning: unused variable 'cutOnB045' [-Wunused-variable]
Detectors/Passive/src/FrameStructure.cxx:707:15: warning: unused variable 'B045cutVol' [-Wunused-variable]
Detectors/Passive/src/FrameStructure.cxx:1526:13: warning: unused variable 'boxRaV1' [-Wunused-variable]
Detectors/Passive/src/FrameStructure.cxx:1529:13: warning: unused variable 'boxRaO1' [-Wunused-variable]

Detectors/Passive/src/Pipe.cxx

Detectors/Passive/src/Pipe.cxx:162:3: warning: multi-line comment [-Wcomment]
Detectors/Passive/src/Pipe.cxx:87:21: warning: unused variable 'kMedAirNF' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:100:21: warning: unused variable 'kMedSteelNFHC' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:351:17: warning: unused variable 'kSupportXdim' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:357:17: warning: unused variable 'kFixationCarbonCollarRmin' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:358:17: warning: unused variable 'kFixationCarbonCollarRmax' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:379:13: warning: unused variable 'carbonSkinBPS' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:380:13: warning: unused variable 'foambarBPS' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:382:13: warning: unused variable 'carbonEarsBPSin' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:383:13: warning: unused variable 'carbonEarsBPSout' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:394:13: warning: unused variable 'holeScrew' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:395:13: warning: unused variable 'holeSight' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:518:13: warning: unused variable 'RodBracket' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:519:13: warning: unused variable 'BracketPlane' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:531:13: warning: unused variable 'trdOut' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:532:13: warning: unused variable 'trdIn' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:542:13: warning: unused variable 'plateBox' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:543:13: warning: unused variable 'removeBox' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:585:13: warning: unused variable 'ARB8Out' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:605:13: warning: unused variable 'ARB8In' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2733:11: warning: unused variable 'aAlBe' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2734:11: warning: unused variable 'zAlBe' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2735:11: warning: unused variable 'wAlBe' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2737:11: warning: unused variable 'aPA' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2738:11: warning: unused variable 'zPA' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2739:11: warning: unused variable 'wPA' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2765:11: warning: unused variable 'aaco' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2766:11: warning: unused variable 'zaco' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2767:11: warning: unused variable 'waco' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2770:11: warning: unused variable 'aKapton' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2771:11: warning: unused variable 'zKapton' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2772:11: warning: unused variable 'wKapton' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2773:11: warning: unused variable 'dKapton' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2776:11: warning: unused variable 'aNEG' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2777:11: warning: unused variable 'zNEG' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2778:11: warning: unused variable 'wNEG' [-Wunused-variable]
Detectors/Passive/src/Pipe.cxx:2779:11: warning: unused variable 'dNEG' [-Wunused-variable]

Detectors/Passive/src/PipeRun4.cxx

Detectors/Passive/src/PipeRun4.cxx:163:3: warning: multi-line comment [-Wcomment]
Detectors/Passive/src/PipeRun4.cxx:87:21: warning: unused variable 'kMedAirNF' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:100:21: warning: unused variable 'kMedSteelNFHC' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:104:21: warning: unused variable 'kMedCu' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:107:21: warning: unused variable 'kMedCuNFHC' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:344:15: warning: unused variable 'kSupportXdim' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:350:15: warning: unused variable 'kFixationCarbonCollarRmin' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:351:15: warning: unused variable 'kFixationCarbonCollarRmax' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:372:13: warning: unused variable 'carbonSkinBPS' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:373:13: warning: unused variable 'foambarBPS' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:375:13: warning: unused variable 'carbonEarsBPSin' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:376:13: warning: unused variable 'carbonEarsBPSout' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:387:13: warning: unused variable 'holeScrew' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:388:13: warning: unused variable 'holeSight' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:511:13: warning: unused variable 'RodBracket' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:512:13: warning: unused variable 'BracketPlane' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:524:13: warning: unused variable 'trdOut' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:525:13: warning: unused variable 'trdIn' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:535:13: warning: unused variable 'plateBox' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:536:13: warning: unused variable 'removeBox' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:578:13: warning: unused variable 'ARB8Out' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:598:13: warning: unused variable 'ARB8In' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:653:9: warning: unused variable 'kSupport2' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:745:13: warning: unused variable 'flange' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:1096:15: warning: unused variable 'voRB24IpRF' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:1141:15: warning: unused variable 'voRB24IpSTC' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2592:9: warning: unused variable 'aPA' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2593:9: warning: unused variable 'zPA' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2594:9: warning: unused variable 'wPA' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2620:9: warning: unused variable 'aaco' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2621:9: warning: unused variable 'zaco' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2622:9: warning: unused variable 'waco' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2625:9: warning: unused variable 'aKapton' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2626:9: warning: unused variable 'zKapton' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2627:9: warning: unused variable 'wKapton' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2628:9: warning: unused variable 'dKapton' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2631:9: warning: unused variable 'aNEG' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2632:9: warning: unused variable 'zNEG' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2633:9: warning: unused variable 'wNEG' [-Wunused-variable]
Detectors/Passive/src/PipeRun4.cxx:2634:9: warning: unused variable 'dNEG' [-Wunused-variable]

Detectors/Passive/src/Shil.cxx

Detectors/Passive/src/Shil.cxx:158:11: warning: unused variable 'rOuFaWTail1' [-Wunused-variable]

Detectors/Raw/TFReaderDD/src/SubTimeFrameFileReader.cxx

Detectors/Raw/TFReaderDD/src/SubTimeFrameFileReader.cxx:354:29: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]

Detectors/Raw/TFReaderDD/src/TFReaderSpec.cxx

Detectors/Raw/TFReaderDD/src/TFReaderSpec.cxx:157:19: warning: unused variable 'dph' [-Wunused-variable]
Detectors/Raw/TFReaderDD/src/TFReaderSpec.cxx:280:21: warning: unused variable 'hd' [-Wunused-variable]
Detectors/Raw/TFReaderDD/src/TFReaderSpec.cxx:431:31: warning: comparison of integer expressions of different signedness: 'int' and 'const o2::header::DataHeader::RunNumberType' {aka 'const unsigned int'} [-Wsign-compare]
Detectors/Raw/TFReaderDD/src/TFReaderSpec.cxx:470:47: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/Raw/TFReaderDD/src/TFReaderSpec.cxx:476:62: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/Raw/include/DetectorsRaw/RawFileReader.h

Detectors/Raw/include/DetectorsRaw/RawFileReader.h:326:7: warning: 'o2::raw::RawFileReader::mVerbosity' will be initialized after [-Wreorder]
Detectors/Raw/include/DetectorsRaw/RawFileReader.h:316:10: warning:   'size_t o2::raw::RawFileReader::mBufferSize' [-Wreorder]

Detectors/Raw/src/HBFUtilsInitializer.cxx

Detectors/Raw/src/HBFUtilsInitializer.cxx:101:15: warning: unused variable 'hbfu' [-Wunused-variable]

Detectors/Raw/src/RawDumpSpec.cxx

Detectors/Raw/src/RawDumpSpec.cxx:229:11: warning: unused variable 'fh' [-Wunused-variable]
Detectors/Raw/src/RawDumpSpec.cxx:469:13: warning: comparison is always false due to limited range of data type [-Wtype-limits]

Detectors/Raw/src/RawFileReader.cxx

Detectors/Raw/src/RawFileReader.cxx:85:60: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/Raw/src/RawFileReader.cxx:81:17: warning: unused variable 'nSP' [-Wunused-variable]
Detectors/Raw/src/RawFileReader.cxx:279:52: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/Raw/src/RawFileReader.cxx:269:8: warning: unused variable 'tfID' [-Wunused-variable]
Detectors/Raw/src/RawFileReader.cxx:542:1: warning:   when initialized here [-Wreorder]
Detectors/Raw/src/RawFileReader.cxx:633:44: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare]
Detectors/Raw/src/RawFileReader.cxx:762:13: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]

Detectors/Raw/src/RawFileReaderWorkflow.cxx

Detectors/Raw/src/RawFileReaderWorkflow.cxx:92:43: warning: 'RawReaderSpecs::mReader' will be initialized after [-Wreorder]
Detectors/Raw/src/RawFileReaderWorkflow.cxx:91:15: warning:   'std::string RawReaderSpecs::mRawChannelName' [-Wreorder]
Detectors/Raw/src/RawFileReaderWorkflow.cxx:98:1: warning:   when initialized here [-Wreorder]
Detectors/Raw/src/RawFileReaderWorkflow.cxx:91:15: warning: 'RawReaderSpecs::mRawChannelName' will be initialized after [-Wreorder]
Detectors/Raw/src/RawFileReaderWorkflow.cxx:84:8: warning:   'bool RawReaderSpecs::mPreferCalcTF' [-Wreorder]
Detectors/Raw/src/RawFileReaderWorkflow.cxx:131:16: warning: comparison of integer expressions of different signedness: 'int' and 'const std::__cxx11::basic_string<char>::size_type' {aka 'const long unsigned int'} [-Wsign-compare]
Detectors/Raw/src/RawFileReaderWorkflow.cxx:243:71: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]

Detectors/Raw/src/RawFileWriter.cxx

Detectors/Raw/src/RawFileWriter.cxx:426:86: warning: comparison of integer expressions of different signedness: 'std::vector<char>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/Raw/src/RawFileWriter.cxx:453:23: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Raw/src/RawFileWriter.cxx:461:42: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]

Detectors/Raw/src/rawfile-reader-workflow.cxx

Detectors/Raw/src/rawfile-reader-workflow.cxx:98:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

Detectors/Raw/src/rawfileCheck.cxx

Detectors/Raw/src/rawfileCheck.cxx:116:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/Raw/src/rawfileSplit.cxx

Detectors/Raw/src/rawfileSplit.cxx:126:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::__cxx11::basic_string<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/Raw/src/rawfileSplit.cxx:162:19: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]

Detectors/Raw/test/testHBFUtils.cxx

Detectors/Raw/test/testHBFUtils.cxx:145:20: warning: unused variable 'ir' [-Wunused-variable]

Detectors/Raw/test/testRawReaderWriter.cxx

Detectors/Raw/test/testRawReaderWriter.cxx:252:15: warning: unused variable 'hbsize' [-Wunused-variable]

Detectors/TOF/base/src/EventTimeMaker.cxx

Detectors/TOF/base/src/EventTimeMaker.cxx:139:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/base/src/EventTimeMaker.cxx:149:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/base/src/EventTimeMaker.cxx:244:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<float>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/base/src/EventTimeMaker.cxx:340:27: warning: unused variable 'ctrack' [-Wunused-variable]
Detectors/TOF/base/src/EventTimeMaker.cxx:415:27: warning: unused variable 'ctrack' [-Wunused-variable]
Detectors/TOF/base/src/EventTimeMaker.cxx:352:15: warning: variable 'chi2best' set but not used [-Wunused-but-set-variable]
Detectors/TOF/base/src/EventTimeMaker.cxx:364:17: warning: unused variable 'ncomb' [-Wunused-variable]

Detectors/TOF/base/src/Utils.cxx

Detectors/TOF/base/src/Utils.cxx:400:11: warning: unused variable 'k' [-Wunused-variable]

Detectors/TOF/base/src/WindowFiller.cxx

Detectors/TOF/base/src/WindowFiller.cxx:176:79: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Wsign-compare]
Detectors/TOF/base/src/WindowFiller.cxx:284:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::tof::Strip>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/base/src/WindowFiller.cxx:309:37: warning: comparison of integer expressions of different signedness: 'std::vector<o2::tof::ReadoutWindowData>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/TOF/base/src/WindowFiller.cxx:341:24: warning: comparison of integer expressions of different signedness: 'uint64_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
Detectors/TOF/base/src/WindowFiller.cxx:352:11: warning: unused variable 'labelremoved' [-Wunused-variable]
Detectors/TOF/base/src/WindowFiller.cxx:421:11: warning: unused variable 'labelremoved' [-Wunused-variable]
Detectors/TOF/base/src/WindowFiller.cxx:454:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::tof::ReadoutWindowData>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/base/src/WindowFiller.cxx:478:17: warning: 'key' may be used uninitialized [-Wmaybe-uninitialized]

Detectors/TOF/base/test/testTOFIndex.cxx

Detectors/TOF/base/test/testTOFIndex.cxx:29:10: warning: unused variable 'ErrorSe' [-Wunused-variable]
Detectors/TOF/base/test/testTOFIndex.cxx:30:10: warning: unused variable 'ErrorPl' [-Wunused-variable]
Detectors/TOF/base/test/testTOFIndex.cxx:31:10: warning: unused variable 'ErrorSt' [-Wunused-variable]
Detectors/TOF/base/test/testTOFIndex.cxx:32:10: warning: unused variable 'ErrorPx' [-Wunused-variable]
Detectors/TOF/base/test/testTOFIndex.cxx:33:10: warning: unused variable 'ErrorPz' [-Wunused-variable]

Detectors/TOF/calibration/include/TOFCalibration/LHCClockCalibrator.h

Detectors/TOF/calibration/include/TOFCalibration/LHCClockCalibrator.h:38:7: warning: 'o2::tof::LHCClockDataHisto::nbins' will be initialized after [-Wreorder]
Detectors/TOF/calibration/include/TOFCalibration/LHCClockCalibrator.h:37:9: warning:   'float o2::tof::LHCClockDataHisto::range' [-Wreorder]
Detectors/TOF/calibration/include/TOFCalibration/LHCClockCalibrator.h:47:3: warning:   when initialized here [-Wreorder]

Detectors/TOF/calibration/include/TOFCalibration/TOFChannelCalibrator.h

Detectors/TOF/calibration/include/TOFCalibration/TOFChannelCalibrator.h:123:7: warning: 'o2::tof::TOFChannelData::mNBins' will be initialized after [-Wreorder]
Detectors/TOF/calibration/include/TOFCalibration/TOFChannelCalibrator.h:122:9: warning:   'float o2::tof::TOFChannelData::mRange' [-Wreorder]
Detectors/TOF/calibration/include/TOFCalibration/TOFChannelCalibrator.h:71:3: warning:   when initialized here [-Wreorder]

Detectors/TOF/calibration/src/CalibTOF.cxx

Detectors/TOF/calibration/src/CalibTOF.cxx:493:11: warning: unused variable 'minTOT' [-Wunused-variable]
Detectors/TOF/calibration/src/CalibTOF.cxx:494:11: warning: unused variable 'maxTOT' [-Wunused-variable]
Detectors/TOF/calibration/src/CalibTOF.cxx:501:11: warning: unused variable 'sigma' [-Wunused-variable]
Detectors/TOF/calibration/src/CalibTOF.cxx:501:25: warning: unused variable 'vertexSigmaerr' [-Wunused-variable]

Detectors/TOF/calibration/src/CollectCalibInfoTOF.cxx

Detectors/TOF/calibration/src/CollectCalibInfoTOF.cxx:40:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dataformats::CalibInfoTOF>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/TOF/calibration/src/LHCClockCalibrator.cxx

Detectors/TOF/calibration/src/LHCClockCalibrator.cxx:112:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/LHCClockCalibrator.cxx:128:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/LHCClockCalibrator.cxx:130:11: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/LHCClockCalibrator.cxx:130:35: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]

Detectors/TOF/calibration/src/TOFCalibCollector.cxx

Detectors/TOF/calibration/src/TOFCalibCollector.cxx:141:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::array<int, 157248>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/calibration/src/TOFCalibCollector.cxx:181:65: warning: comparison of integer expressions of different signedness: 'std::vector<o2::dataformats::CalibInfoTOF>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]

Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx

Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:48:23: warning: comparison of integer expressions of different signedness: 'int' and 'gsl::span<const o2::dataformats::CalibInfoTOF>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:49:13: warning: unused variable 'dtraw' [-Wunused-variable]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:184:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:205:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:253:22: warning: unused variable 'i' [-Wunused-variable]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:289:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:343:38: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:344:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:338:7: warning: unused variable 'ind' [-Wunused-variable]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:388:38: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:389:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:514:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:470:30: warning: variable 'exp' set but not used [-Wunused-but-set-variable]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:716:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:717:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:730:32: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:733:17: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
Detectors/TOF/calibration/src/TOFChannelCalibrator.cxx:733:41: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]

Detectors/TOF/calibration/src/TOFDCSProcessor.cxx

Detectors/TOF/calibration/src/TOFDCSProcessor.cxx:382:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dcs::DataPointValue>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
Detectors/TOF/calibration/src/TOFDCSProcessor.cxx:383:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<o2::dcs::DataPointValue>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/TOF/calibration/src/TOFDiagnosticCalibrator.cxx

Detectors/TOF/calibration/src/TOFDiagnosticCalibrator.cxx:36:31: warning: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]

Detectors/TOF/calibration/testWorkflow/DataGeneratorSpec.h

Detectors/TOF/calibration/testWorkflow/DataGeneratorSpec.h:188:33: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare]
Detectors/TOF/calibration/testWorkflow/DataGeneratorSpec.h:191:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long unsigned int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]

Detectors/TOF/calibration/testWorkflow/TOFCalibCollectorSpec.h

Detectors/TOF/calibration/testWorkflow/TOFCalibCollectorSpec.h:113:12: warning: unused variable 'entries' [-Wunused-variable]

Detectors/TOF/calibration/testWorkflow/TOFCalibCollectorWriterSpec.h

Detectors/TOF/calibration/testWorkflow/TOFCalibCollectorWriterSpec.h:63:46: warning: unused variable 'tmp' [-Wunused-variable]

Detectors/TOF/calibration/testWorkflow/TOFChannelCalibratorSpec.h

Detectors/TOF/calibration/testWorkflow/TOFChannelCalibratorSpec.h:128:10: warning: unused variable 'startTimeLHCphase' [-Wunused-variable]
Detectors/TOF/calibration/testWorkflow/TOFChannelCalibratorSpec.h:129:10: warning: unused variable 'startTimeChCalib' [-Wunused-variable]

Detectors/TOF/calibration/testWorkflow/TOFDCSDataProcessorSpec.h

Detectors/TOF/calibration/testWorkflow/TOFDCSDataProcessorSpec.h:118:18: warning: comparison of integer expressions of different signedness: 'long int' and 'long unsigned int' [-Wsign-compare]

Detectors/TOF/calibration/testWorkflow/tof-dummy-ccdb-for-calib.cxx

Detectors/TOF/calibration/testWorkflow/tof-dummy-ccdb-for-calib.cxx:43:15: warning: unused variable 'startTimeLHCphase' [-Wunused-variable]
Detectors/TOF/calibration/testWorkflow/tof-dummy-ccdb-for-calib.cxx:44:15: warning: unused variable 'startTimeChCalib' [-Wunused-variable]

Detectors/TOF/compression/include/TOFCompression/Compressor.h

Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DRMCounters_t::clockStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DRMCounters_t::Fault' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DRMCounters_t::RTOBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMCounters_t::Empty' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMCounters_t::EBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMChainCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMChainCounters_t::BadStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMChainCounters_t::BunchIDMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMChainCounters_t::TDCerror' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::tofOrbit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::drmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::drmHeadW1' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::drmHeadW2' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::drmHeadW3' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::drmHeadW4' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::drmHeadW5' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::drmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::ltmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::ltmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmChainHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmChainTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmDataHit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmDataHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::hasHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::hasErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::drmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::ltmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DecoderSummary_t::trmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:247:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::SpiderSummary_t::nFramePackedHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:253:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::CheckerSummary_t::DiagnosticWord' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:253:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::CheckerSummary_t::nTDCErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DRMCounters_t::clockStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DRMCounters_t::Fault' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DRMCounters_t::RTOBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::TRMCounters_t::Empty' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::TRMCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::TRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::TRMCounters_t::EBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::TRMChainCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::TRMChainCounters_t::BadStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::TRMChainCounters_t::BunchIDMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::TRMChainCounters_t::TDCerror' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::tofOrbit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::drmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::drmHeadW1' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::drmHeadW2' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::drmHeadW3' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::drmHeadW4' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::drmHeadW5' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::drmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::ltmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::ltmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmChainHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmChainTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmDataHit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmDataHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::hasHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::hasErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::drmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::ltmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::DecoderSummary_t::trmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:247:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::SpiderSummary_t::nFramePackedHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:253:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::CheckerSummary_t::DiagnosticWord' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:253:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, true>::CheckerSummary_t::nTDCErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DRMCounters_t::clockStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DRMCounters_t::Fault' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DRMCounters_t::RTOBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::TRMCounters_t::Empty' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::TRMCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::TRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::TRMCounters_t::EBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::TRMChainCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::TRMChainCounters_t::BadStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::TRMChainCounters_t::BunchIDMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::TRMChainCounters_t::TDCerror' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::tofOrbit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::drmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::drmHeadW1' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::drmHeadW2' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::drmHeadW3' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::drmHeadW4' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::drmHeadW5' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::drmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::ltmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::ltmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmChainHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmChainTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmDataHit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmDataHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::hasHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::hasErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::drmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::ltmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::DecoderSummary_t::trmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:247:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::SpiderSummary_t::nFramePackedHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:253:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::CheckerSummary_t::DiagnosticWord' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:253:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, false>::CheckerSummary_t::nTDCErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DRMCounters_t::clockStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DRMCounters_t::Fault' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:197:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DRMCounters_t::RTOBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::TRMCounters_t::Empty' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::TRMCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::TRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:205:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::TRMCounters_t::EBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::TRMChainCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::TRMChainCounters_t::BadStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::TRMChainCounters_t::BunchIDMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:213:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::TRMChainCounters_t::TDCerror' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::tofOrbit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::drmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::drmHeadW1' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::drmHeadW2' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::drmHeadW3' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::drmHeadW4' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::drmHeadW5' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::drmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::ltmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::ltmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmDataHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmDataTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmChainHeader' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmChainTrailer' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmDataHit' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmDataHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::hasHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::hasErrors' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::drmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::ltmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:242:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::DecoderSummary_t::trmDecodeError' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:247:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::SpiderSummary_t::nFramePackedHits' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:253:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::CheckerSummary_t::DiagnosticWord' [-Wmissing-field-initializers]
Detectors/TOF/compression/include/TOFCompression/Compressor.h:253:5: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, true, true>::CheckerSummary_t::nTDCErrors' [-Wmissing-field-initializers]

Detectors/TOF/compression/src/Compressor.cxx

Detectors/TOF/compression/src/Compressor.cxx:1430:16: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1430:16: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DRMCounters_t::clockStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1430:16: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DRMCounters_t::Fault' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1430:16: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::DRMCounters_t::RTOBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1432:24: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMCounters_t::Empty' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1432:24: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1432:24: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMCounters_t::EventWordsMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1432:24: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMCounters_t::EBit' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1434:39: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMChainCounters_t::EventCounterMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1434:39: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMChainCounters_t::BadStatus' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1434:39: warning: missing initializer for member 'o2::tof::Compressor<o2::header::RAWDataHeaderV7, false, false>::TRMChainCounters_t::BunchIDMismatch' [-Wmissing-field-initializers]
Detectors/TOF/compression/src/Compressor.cxx:1434:39: warning: missing initi

Clone this wiki locally