Skip to content
Snippets Groups Projects
Commit 63aa95d4 authored by scott snyder's avatar scott snyder
Browse files

CaloRec: Fix undefined behavior sanitizer warning.

Force the test to have a link dependency on libCaloRecLib; otherwise,
the linker will remove the dependency.  And if we don't link against
libCaloRecLib, then we can get ubsan errors related to
ConstDataVector<CaloCellCollection> because in that case, the typeinfo
for it won't get exported from the test binary.
parent 20a2c0c0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment