Changed the "unsigned int" old-style cast to a "unsigned" type conversion to avoid

warning: use of old-style cast
This commit is contained in:
henry
2008-12-29 18:51:40 +00:00
parent 5381d742bf
commit eb37259958
5 changed files with 6 additions and 5 deletions

View File

@ -32,7 +32,6 @@ License
const char* const Foam::string::typeName = "string";
int Foam::string::debug(debug::debugSwitch(string::typeName, 0));
const Foam::string Foam::string::null;
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //