Kitware / KWStyle

Kitware Style Checker
Other
53 stars 30 forks source link

COMP: Explicit size_t to long conversion #97

Closed thewtex closed 3 years ago

thewtex commented 3 years ago

Use static_cast like the other entries. Also add const.

To address:

D:\a\1\s-build\KWStyle\kwsParser.cxx(428): warning C4267: 'initializing': conversion from 'size_t' to 'long', possible loss of data