mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0032727: Coding Rules - eliminate CLang warning -Wshorten-64-to-32 in MessageView_ActionsTest.cxx
This commit is contained in:
parent
4af354e6ed
commit
f4f9ce4b77
@ -150,7 +150,7 @@ void MessageView_ActionsTest::OnTestMetric()
|
||||
return;
|
||||
|
||||
OCCT_ADD_MESSAGE_LEVEL_SENTRY ("MessageModel_Actions::OnTestMetric()");
|
||||
unsigned int start_time = clock();
|
||||
clock_t start_time = clock();
|
||||
|
||||
Standard_Integer aCounter = 1500;
|
||||
Standard_Real aValue = 0., aValue2 = 0.1;
|
||||
@ -172,7 +172,7 @@ void MessageView_ActionsTest::OnTestMetric()
|
||||
|
||||
myTreeModel->UpdateTreeModel();
|
||||
|
||||
unsigned int end_time = clock();
|
||||
clock_t end_time = clock();
|
||||
std::cout << "clock() = " << end_time - start_time << std::endl;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user