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.
|
// The value has been read successfully. Report it.
|
||||||
se.Position = static_cast<unsigned long>(strtab.sh_offset + first);
|
se.Position = static_cast<unsigned long>(strtab.sh_offset + first);
|
||||||
se.Size = last - first;
|
se.Size = last - first;
|
||||||
se.IndexInSection = di - this->DynamicSectionEntries.begin();
|
se.IndexInSection = static_cast<int>(di - this->DynamicSectionEntries.begin());
|
||||||
return &se;
|
return &se;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue