Sha256: e0200d2f76f2944831e0c12973faa72fabb0445bbafd65c7ae516ab8cd67ade5

Contents?: true

Size: 1 KB

Versions: 14

Compression:

Stored size: 1 KB

Contents

#ifdef EIGEN_WARNINGS_DISABLED_2
// "DisableStupidWarnings.h" was included twice recursively: Do not reenable warnings yet!
#  undef EIGEN_WARNINGS_DISABLED_2

#elif defined(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

14 entries across 14 versions & 2 rubygems

Version Path
tomoto-0.5.1 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.5.0 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.4.1 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
umappp-0.2.0 vendor/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.4.0 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.3.3 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.3.2 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.3.1 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
umappp-0.1.6 vendor/Eigen/src/Core/util/ReenableStupidWarnings.h
umappp-0.1.5 vendor/Eigen/src/Core/util/ReenableStupidWarnings.h
umappp-0.1.4 vendor/Eigen/src/Core/util/ReenableStupidWarnings.h
umappp-0.1.3 vendor/Eigen/src/Core/util/ReenableStupidWarnings.h
umappp-0.1.2 vendor/Eigen/src/Core/util/ReenableStupidWarnings.h
tomoto-0.3.0 vendor/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h