mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
TestErasureCodeShec_thread.cc: use static_cast instead of c-style
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
bfe58833d4
commit
5393f32bbf
@ -99,7 +99,7 @@ int main(int argc, char **argv)
|
||||
|
||||
void* thread1(void* pParam)
|
||||
{
|
||||
TestParam* param = (TestParam*) pParam;
|
||||
TestParam* param = static_cast<TestParam*>(pParam);
|
||||
|
||||
time_t start, end;
|
||||
int r;
|
||||
|
Loading…
Reference in New Issue
Block a user