[Lldb-commits] [lldb] [lldb] [Windows] Silence format string warnings (PR #150886)

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 28 01:22:43 PDT 2025


mstorsjo wrote:

> Oh but is there a Mingw detail here that means the cast is better?

No, mingw should conform quite closely regarding such details. I just didn't feel like assuming such details about the type of DWORD, but you're right, and it should be fine to do that instead. Will update.

https://github.com/llvm/llvm-project/pull/150886


More information about the lldb-commits mailing list