Re: [PATCH phonesim 10/13] Port from c-style casts to static_cast<>()

2019-11-18 Thread Denis Kenzior
Hi Jonah, On 11/12/19 3:37 PM, Jonah BrĂ¼chert wrote: Done using the google-readability-casting check of clang-tidy --- src/callmanager.cpp | 6 +- src/hardwaremanipulator.cpp | 12 +- src/phonesim.cpp | 62 +++--- src/qatresult.cpp| 10 +-

[PATCH phonesim 10/13] Port from c-style casts to static_cast<>()

2019-11-12 Thread Jonah BrĂ¼chert
Done using the google-readability-casting check of clang-tidy --- src/callmanager.cpp | 6 +- src/hardwaremanipulator.cpp | 12 +- src/phonesim.cpp | 62 +++--- src/qatresult.cpp| 10 +- src/qatresultparser.cpp | 6 +- src/qatutils.cpp |