bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.68k stars 467 forks source link

Add cast for warning C4267 #268

Closed OlafvdSpek closed 1 year ago

OlafvdSpek commented 1 year ago

warning C4267: 'argument': conversion from 'size_t' to 'DWORD', possible loss of data

bombela commented 1 year ago

Thank you!