mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
fixed warnings when compiling with DBG:=1 and OPTIMIZE:=1
svn path=/trunk/; revision=13368
This commit is contained in:
parent
84b7df2861
commit
36cdd4e24b
3 changed files with 6 additions and 0 deletions
|
@ -1175,6 +1175,7 @@ op_div:
|
|||
case JS_NAN:
|
||||
default:
|
||||
nan = 1;
|
||||
l = 0.0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -1202,6 +1203,7 @@ op_div:
|
|||
case JS_NAN:
|
||||
default:
|
||||
nan = 1;
|
||||
r = 0.0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -1135,6 +1135,7 @@ case 41:
|
|||
case JS_NAN:
|
||||
default:
|
||||
nan = 1;
|
||||
l = 0.0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -1162,6 +1163,7 @@ case 41:
|
|||
case JS_NAN:
|
||||
default:
|
||||
nan = 1;
|
||||
r = 0.0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -1133,6 +1133,7 @@ case 41:
|
|||
case JS_NAN:
|
||||
default:
|
||||
nan = 1;
|
||||
l = 0.0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -1160,6 +1161,7 @@ case 41:
|
|||
case JS_NAN:
|
||||
default:
|
||||
nan = 1;
|
||||
r = 0.0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue