Skip to content

23.0-cppcheck-TileCalibAlgs

Shaun Roe requested to merge sroe/athena:23.0-cppcheck-TileCalibAlgs into master

Resolve cppcheck warnings: check of pointer validity now happens before it is dereferenced. Uninitialised members initialised at declaration. also: deprecated .h header replaced with modern one, memset usage in one file replace with more concise aggregate initialisation.

Edited by Shaun Roe

Merge request reports