ATLAS Offline Software
TBranchElementClang.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef ROOTUTILS_TBRANCHELEMENTCLANG_H
17 #define ROOTUTILS_TBRANCHELEMENTCLANG_H
18 
19 
20 #if defined(__clang__)
21 # pragma clang diagnostic push
22 # if __has_warning("-Wformat-pedantic")
23 # pragma clang diagnostic ignored "-Wformat-pedantic"
24 # endif
25 #endif
26 #include "TBranchElement.h"
27 #if defined(__clang__)
28 # pragma clang diagnostic pop
29 #endif
30 
31 
32 #endif // not ROOTUTILS_TBRANCHELEMENTCLANG_H