summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-10 12:23:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-10 12:23:29 (GMT)
commit1dcfcc809e5226a396807426bc55212ba92c7691 (patch)
tree28b903d9164b5f53d8a488ac2b9f5ec240100ac8 /Source/ctest.cxx
parentf6a1218e102373bd945cd58c9d01d0200bcb3a54 (diff)
downloadCMake-1dcfcc809e5226a396807426bc55212ba92c7691.zip
CMake-1dcfcc809e5226a396807426bc55212ba92c7691.tar.gz
CMake-1dcfcc809e5226a396807426bc55212ba92c7691.tar.bz2
Remove warning
Diffstat (limited to 'Source/ctest.cxx')
-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 = "";