Quiet warnings.

This commit is contained in:
Steve Checkoway
2003-09-22 09:26:36 +00:00
parent 3b51a926fc
commit 59c5db4558
+1 -1
View File
@@ -118,7 +118,7 @@ RageLog::RageLog()
1900+now->tm_year, now->tm_mon, now->tm_mday, now->tm_hour, now->tm_min, now->tm_sec ); 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) #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 #endif
} }