Skip to content

TrigServices: Suppress some warnings about copying AttributeList.

Pending changes to the thread-safety checker will warn about potential unsafe copying/deleting of AttributeList objects. This flags a few instances in this package, which are actually ok (since the specification objects don't get shared). Add attributes to suppress these warnings.

Merge request reports