Remove warning C4668 in MSVC for FMT_GCC_VERSION and FMT_HAS_GXX_CXX11

This commit is contained in:
Alexander Bock 2017-07-06 17:36:56 -04:00 committed by GitHub
parent 7d3cec5106
commit 7eff0809a4

View File

@ -99,7 +99,9 @@ typedef __int64 intmax_t;
# define FMT_HAS_GXX_CXX11 1 # define FMT_HAS_GXX_CXX11 1
# endif # endif
#else #else
# define FMT_GCC_VERSION 0
# define FMT_GCC_EXTENSION # define FMT_GCC_EXTENSION
# define FMT_HAS_GXX_CXX11 0
#endif #endif
#if defined(__INTEL_COMPILER) #if defined(__INTEL_COMPILER)