GCC Clang Pragma Warning Fix, 23.0 branch (2023.07.10.)
Compare changes
- Attila Krasznahorkay authored
As it turns out, GCC is very touchy about seeing pragmas that are not meant for it. So we need to only expose these pragmas to the ROOT dictionary generation. Even Clang as the main C++ compiler does not need to see them.
@@ -133,14 +133,14 @@ private:
@@ -191,7 +191,7 @@ namespace AthContainers_detail {
@@ -210,7 +210,7 @@ public: