Quiet warnings.

This commit is contained in:
Steve Checkoway
2003-09-22 09:26:36 +00:00
parent 3b51a926fc
commit 59c5db4558
+2 -2
View File
@@ -116,9 +116,9 @@ RageLog::RageLog()
this->Trace( "Log starting %.4d-%.2d-%.2d %.2d:%.2d:%.2d",
1900+now->tm_year, now->tm_mon, now->tm_mday, now->tm_hour, now->tm_min, now->tm_sec );
this->Trace( "" );
this->Trace( " " );
#if defined(HAVE_VERSION_INFO)
this->Info("Compiled %s (build %i)", version_time, version_num);
this->Info("Compiled %s (build %lu)", version_time, version_num);
#endif
}