Skip to content

Add ATLAS_NOT_THREAD_SAFE to testing MainLayerAnalysis executable

Nicolas Koehler requested to merge nkoehler/athena:muLayHoughWarn into master

Hi,

this MRs adds ATLAS_NOT_THREAD_SAFE to the MainLayerAnalysis testing executable to suppress false positive thread safety warnings. This testing executable is never executed in MT in production, just for local testing purposes, so suppressing the warnings to not distracting us from real MT issues.

Best, Nico

Merge request reports