Skip to content
Snippets Groups Projects

Update to allow Alignment to run multithreaded

Merged Wouter Hulsbergen requested to merge updatemutexlockingstrategy_June2022 into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,7 +17,7 @@
// FIXME: temporarily disable a non-understood warning on gcc11
#ifndef __clang__
#pragma GCC diagnostic ignored "-Wsubobject-linkage"
# pragma GCC diagnostic ignored "-Wsubobject-linkage"
#endif
namespace LHCb::Alignment {
Loading