Commit 89c3bc58 authored by Alexander Bock's avatar Alexander Bock Committed by Victor Zverovich

Remove warning C4668 in MSVC for FMT_GCC_VERSION and FMT_HAS_GXX_CXX11

parent 4af9421f
...@@ -99,7 +99,9 @@ typedef __int64 intmax_t; ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment