Go to the documentation of this file.
22 #include "libmesh/libmesh_config.h"
25 #pragma clang diagnostic pop
28 #if defined(__GNUC__) && !defined(__INTEL_COMPILER) && !defined(__clang__)
30 #if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ > 5)
31 #pragma GCC diagnostic pop
33 #endif // __GNUC__ && !__INTEL_COMPILER