mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
Remove warning
This commit is contained in:
parent
f6a1218e10
commit
1dcfcc809e
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user