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

CxxUtils: Suppress more undefined behavior warnings.

The ID code in various places contains undefined casts between raw data
containers of PixelCluster+SCT_Cluster to SiCluster (through making
explicit symlinks in SG between them).  There are enough that it's
easiest to just suppress all such warnings involbing PrepRawDataCollection.



Former-commit-id: 7d2e5a55
parent e1bc8da0
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,6 @@ vptr_check:sp_counted
vptr_check:severity_level
vptr_check:custom_scheduler
# Implicit casts from hard symlinking.
# PixelCluster, SCT_Cluster -> SiCluster
vptr_check:PrepRawDataCollection
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