mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
Try to remove some warnings.
This commit is contained in:
parent
521e26752b
commit
f2d18d6e99
@ -687,7 +687,7 @@ cmELFInternalImpl<Types>::GetDynamicSectionString(int tag)
|
||||
// The value has been read successfully. Report it.
|
||||
se.Position = static_cast<unsigned long>(strtab.sh_offset + first);
|
||||
se.Size = last - first;
|
||||
se.IndexInSection = di - this->DynamicSectionEntries.begin();
|
||||
se.IndexInSection = static_cast<int>(di - this->DynamicSectionEntries.begin());
|
||||
return &se;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user