diff --git a/Cantera/src/xml.h b/Cantera/src/xml.h index 5f0654141..d9fc544da 100755 --- a/Cantera/src/xml.h +++ b/Cantera/src/xml.h @@ -193,7 +193,7 @@ namespace Cantera { ostream& output() { return m_s; } inline string XML_filter(string name) { - int ns = name.size(); + int ns = static_cast(name.size()); string nm(name); for (int m = 0; m < ns; m++) if (name[m] == ' '