Commit c150f07
committed
Fix a silly warning with Intel compiler
Intel compiler cries for an explicit cast
warning official-stockfish#2259: non-pointer conversion from "double" to "int"
may lose significant bits
No functional change.1 parent 62f5312 commit c150f07
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments