fixed a few warnings

This commit is contained in:
Dhanya Maliakal
2017-11-17 08:46:04 +01:00
parent bbcf75bc09
commit c1e735c1b4
3 changed files with 17 additions and 16 deletions

View File

@ -87,7 +87,7 @@ protected:
m_string.append(p, p + n);
//changed from uint because of 64 bit
int pos = 0;
unsigned int pos = 0;
while (pos != string::npos){
pos = m_string.find('\n');