From 7d7d388ca7c15775251544a706f36e9fb7f8847e Mon Sep 17 00:00:00 2001
From: Frank Winklmeier <frank.winklmeier@cern.ch>
Date: Thu, 30 Jun 2022 09:07:55 +0200
Subject: [PATCH] CxxUtils: disable JetEvent in pedantic checkergcc build

The JetEvent package creates too many warnings in client packages.
Disable checking of it until we get around to fixing the thread-safety
issues in it.
---
 Control/CxxUtils/share/checkergcc-pedantic.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Control/CxxUtils/share/checkergcc-pedantic.config b/Control/CxxUtils/share/checkergcc-pedantic.config
index dc474e38d291..4caa73d12d06 100644
--- a/Control/CxxUtils/share/checkergcc-pedantic.config
+++ b/Control/CxxUtils/share/checkergcc-pedantic.config
@@ -10,6 +10,8 @@
 [thread.check_paths]
 # Hack: disable checking of auto-generated Cint dictionaries:
 -CMakeFiles
+# JetEvent creates too many warnings in clients, disable it for now:
+-Reconstruction/Jet/JetEvent
 # Check all top-level source directories
 AsgExternal
 AtlasGeometryCommon
-- 
GitLab