gambit
is hosted by
Hepforge
,
IPPP Durham
Home
Results & Publications
Talks
Community
Download
Source Code
Support
Tutorials
FAQ
Compiler matrix
Known issues
Documentation
Configuration examples
Report issue
Users' mailing list
Contact
Internal pages:
Wiki
Git repos:
gambit (dev fork)
gambit_internal
gambit_results
GAMBIT
v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool
end_ignore_warnings.hpp
Go to the documentation of this file.
1
// GAMBIT: Global and Modular BSM Inference Tool
2
// *********************************************
18
19
20
// SUPPRESS_LIBRARY_WARNINGS is defined by gambit/cmake/cmake_variables.hpp
21
// which will have been included by the begin_ignore_warnings_*.hpp file.
22
#ifdef SUPPRESS_LIBRARY_WARNINGS
23
24
// GCC:
25
#ifdef __GNUC__
26
// Turn warnings back on
27
#pragma GCC diagnostic pop
28
#endif
29
30
// Clang:
31
#ifdef __clang__
32
#ifndef __ICC
33
// Turn warnings back on
34
#pragma clang diagnostic pop
35
#endif
36
#endif
37
38
#endif
Utils
include
gambit
Utils
end_ignore_warnings.hpp
Generated on Mon May 16 2022 23:02:15 for GAMBIT by
1.8.13