cxong / tinydir

Lightweight, portable and easy to integrate C directory and file reader
Other
800 stars 124 forks source link

Coerce size()/strlen() to unsigned int #79

Closed GabeNI closed 6 months ago

GabeNI commented 6 months ago

Explicitly truncate string size to 32 bits to prevent C4267 on Visual Studio:

warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int'