summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/ctest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index dfc18a1..1b87f79 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<int>(kk);
errorwarning.m_Text = lines[kk];
errorwarning.m_PreContext = "";
errorwarning.m_PostContext = "";