1
0
Fork 0

--warnings

This commit is contained in:
mfranz 2006-03-09 21:41:51 +00:00
parent 049078ea55
commit e8c2b8c9f4

View file

@ -133,7 +133,7 @@ bool FGGeneric::parse_message() {
double val;
int i = -1;
while ((++i < _in_message.size()) &&
while ((++i < (int)_in_message.size()) &&
p1 && strcmp(p1, line_separator.c_str())) {
p2 = strstr(p1, var_separator.c_str());