diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-10 12:23:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-10 12:23:29 (GMT) |
commit | 1dcfcc809e5226a396807426bc55212ba92c7691 (patch) | |
tree | 28b903d9164b5f53d8a488ac2b9f5ec240100ac8 /Source/ctest.cxx | |
parent | f6a1218e102373bd945cd58c9d01d0200bcb3a54 (diff) | |
download | CMake-1dcfcc809e5226a396807426bc55212ba92c7691.zip CMake-1dcfcc809e5226a396807426bc55212ba92c7691.tar.gz CMake-1dcfcc809e5226a396807426bc55212ba92c7691.tar.bz2 |
Remove warning
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 2 |
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 = ""; |