__THROW warning fix for e2k
This commit is contained in:
parent
bb006f9735
commit
12808a92da
@ -490,7 +490,7 @@ double _strtod_l(const char* nptr, char** endptr, _locale_t locale) {
|
|||||||
# pragma warning(pop)
|
# pragma warning(pop)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if defined(__THROW) && FMT_GCC_VERSION > 0 && FMT_GCC_VERSION <= 408
|
# if defined(__THROW) && ((FMT_GCC_VERSION > 0 && FMT_GCC_VERSION <= 408) || defined (__e2k__))
|
||||||
# define FMT_LOCALE_THROW __THROW
|
# define FMT_LOCALE_THROW __THROW
|
||||||
# else
|
# else
|
||||||
# define FMT_LOCALE_THROW
|
# define FMT_LOCALE_THROW
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user