We try to clean up our project and remove all warnings. I get warning for this line:
if(line.find_first_not_of('\n\t ') != string::npos) {
warning C4305: 'argument' : truncation from 'int' to 'char'
I am not sure what to do... Both values are size_t, not sure why it complains.