-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make casting styles consistent #4793
Conversation
I have generated with grep command and some further manual cleanup a list of old C style casts. Here all files are checked not only search.cpp and tt.cpp. So par example you had overlook in tt.cpp line 47 and in search.cpp line 1865.
|
Make casting styles consistent with the rest of the code. closes official-stockfish#4793 No functional change
bf6009e
to
7a5ba19
Compare
updated, thanks |
you forgot some, here the updated list:
In misc.cpp are always two function casts per line, but if you change only the first it compiles. Here is a diff with all the additional changes to your PR which works for me. |
Make casting styles consistent with the rest of the code. closes official-stockfish#4793 No functional change
7a5ba19
to
6f56130
Compare
Make casting styles consistent with the rest of the code. closes official-stockfish#4793 No functional change
6f56130
to
bd6890a
Compare
fixed, thanks |
Make casting styles consistent with the rest of the code.
closes #4793
No functional change