msvcrt: Fix a compiler warning.
This commit is contained in:
parent
a413c38a7c
commit
8efc3fec1d
|
@ -420,8 +420,8 @@ int CDECL _fpclass(double num)
|
|||
#ifdef FP_PNORM
|
||||
case FP_PNORM: return MSVCRT__FPCLASS_PN;
|
||||
#endif
|
||||
default: return MSVCRT__FPCLASS_PN;
|
||||
}
|
||||
return MSVCRT__FPCLASS_PN;
|
||||
#elif defined (fpclassify)
|
||||
switch (fpclassify( num ))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue