Remove warning

This commit is contained in:
Andy Cedilnik 2002-10-10 08:23:29 -04:00
parent f6a1218e10
commit 1dcfcc809e
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ int ctest::BuildDirectory()
} }
if ( found ) if ( found )
{ {
errorwarning.m_LogLine = kk; errorwarning.m_LogLine = static_cast<int>(kk);
errorwarning.m_Text = lines[kk]; errorwarning.m_Text = lines[kk];
errorwarning.m_PreContext = ""; errorwarning.m_PreContext = "";
errorwarning.m_PostContext = ""; errorwarning.m_PostContext = "";