From 1dcfcc809e5226a396807426bc55212ba92c7691 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 10 Oct 2002 08:23:29 -0400 Subject: [PATCH] Remove warning --- Source/ctest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index dfc18a1d1..1b87f7948 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -574,7 +574,7 @@ int ctest::BuildDirectory() } if ( found ) { - errorwarning.m_LogLine = kk; + errorwarning.m_LogLine = static_cast(kk); errorwarning.m_Text = lines[kk]; errorwarning.m_PreContext = ""; errorwarning.m_PostContext = "";