mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Try to remove some warnings.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user