[lldb] Silence narrowing conversion warning with MSVC
commitcb67dc19256565d15f6bed0e9808f4026ca04995
authorAlexandre Ganea <alex_toresh@yahoo.fr>
Thu, 18 Jan 2024 14:35:05 +0000 (18 09:35 -0500)
committerAlexandre Ganea <alex_toresh@yahoo.fr>
Thu, 18 Jan 2024 18:06:12 +0000 (18 13:06 -0500)
tree0f61eda77d26111dedcc4d355df0a09a77a39105
parentded8aa61849c88492811186e0f4a7ee56a5d78ea
[lldb] Silence narrowing conversion warning with MSVC

Fixes:
```
[13/270] Building CXX object tools\lldb\unittests\Core\CMakeFiles\LLDBCoreTests.dir\DumpDataExtractorTest.cpp.obj
C:\git\llvm-project\lldb\unittests\Core\DumpDataExtractorTest.cpp(140): warning C4305: 'argument': truncation from 'double' to 'const std::complex<float>::_Ty'
```
lldb/unittests/DataFormatter/StringPrinterTests.cpp