Browse Source

Remove warning

Andy Cedilnik 23 years ago
parent
commit
1dcfcc809e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/ctest.cxx

+ 1 - 1
Source/ctest.cxx

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