Sha256: 61a2d08ef1ed3062ebc532b5bb2c90d44f6a93e10e72ccc3fb39b287ddd4a0ad

Contents?: true

Size: 856 Bytes

Versions: 9

Compression:

Stored size: 856 Bytes

Contents

#ifdef EIGEN_WARNINGS_DISABLED
#undef EIGEN_WARNINGS_DISABLED

#ifndef EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS
  #ifdef _MSC_VER
    #pragma warning( pop )
  #elif defined __INTEL_COMPILER
    #pragma warning pop
  #elif defined __clang__
    #pragma clang diagnostic pop
  #elif defined __GNUC__  &&  (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
    #pragma GCC diagnostic pop
  #endif

  #if defined __NVCC__
//    Don't reenable the diagnostic messages, as it turns out these messages need
//    to be disabled at the point of the template instantiation (i.e the user code)
//    otherwise they'll be triggered by nvcc.
//    #pragma diag_default code_is_unreachable
//    #pragma diag_default initialization_not_reachable
//    #pragma diag_default 2651
//    #pragma diag_default 2653
  #endif

#endif

#endif // EIGEN_WARNINGS_DISABLED

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tomoto-0.2.3 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.2.2 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.2.1 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.2.0 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.1.4 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.1.3 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.1.2 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.1.1 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.1.0 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h