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

TrigPSC: Suppress thread-safety checker warning.

An uncoming change to the thread-safety checker will generate warnings
for virtual calls to unsafe functions.

This then gets a warning for the call to ITrigEventLoopMgr::prepareForRun
in Psc::prepareForRun.  Perhaps that latter function should also be marked
NOT_THREAD_SAFE, but that's awkward since the base class defining this
interface is in hltinterface.

Just suppress the warning for now.
parent b9ffea6f
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