commented additional preprocessor branch in bn_mp_set_double.c

This commit is contained in:
czurnieden 2018-12-07 21:18:43 +01:00 committed by Steffen Jaeckel
parent 44e4986bfe
commit 7ce3d15995

View File

@ -49,6 +49,7 @@ int mp_set_double(mp_int *a, double b)
return MP_OKAY; return MP_OKAY;
} }
#else #else
/* pragma message() not supported by several compilers (in mostly older but still used versions) */
# ifdef _MSC_VER # ifdef _MSC_VER
# pragma message("mp_set_double implementation is only available on platforms with IEEE754 floating point format") # pragma message("mp_set_double implementation is only available on platforms with IEEE754 floating point format")
# else # else