Skip to content

Suppress clang warnings

Some trivial changes to suppress some clang warnings recently introduced in master

../Event/RecEvent/include/Event/PrimaryVertices.h:193:29: warning: explicitly defaulted copy assignment operator is implicitly deleted [-Wdefaulted-function-deleted]
../Event/TrackEvent/include/Event/PrVeloTracks.h:55:3: warning: 'Tracks' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]

Merge request reports