Rookfighter / inifile-cpp

A header-only and easy to use Ini file parser for C++.
MIT License
363 stars 68 forks source link

Fix warning: possible loss of data #25

Closed jcastro0x closed 2 years ago

jcastro0x commented 2 years ago

Building projects with /W4 or -Wall throws warning of possible loss of data. I specificed to compiler that the int returned by ::toupper and ::tolower will be char when working with strings