fixed gnu warning

This commit is contained in:
Jeff Hill
2000-12-14 01:20:26 +00:00
parent 55e6d1a8d5
commit f4397da253

View File

@@ -331,7 +331,8 @@ inline bool osiTime::operator > (const osiTime &rhs) const
inline osiTime & osiTime::operator = (const tm_nano_sec &rhs)
{
return *this = osiTime (rhs);
*this = osiTime (rhs);
return *this;
}
inline osiTime & osiTime::operator = (const struct timespec &rhs)