Skip to content

Fix two cppcheck warnings

Andrii Verbytskyi requested to merge averbyts/athena:cppcheck14122023 into main

Fix two cppcheck warnings:

athena/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondData/src/NswErrorCalibData.cxx 
parameter 'pars' should be passed by const reference. 

and

athena/Control/xAODRootAccess/Root/TEvent.cxx                                                                                                              or there is possible null pointer dereference: tmpMetaTree. 

@sroe

Merge request reports