Page MenuHomeFreeBSD

fix rtld-elf compilation warning for powerpc64 ELFv2 ABI
ClosedPublic

Authored by alfredo on Jan 10 2019, 12:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 10, 1:42 PM
Unknown Object (File)
Sun, Jun 8, 3:40 AM
Unknown Object (File)
Tue, May 27, 6:42 AM
Unknown Object (File)
May 11 2025, 11:34 PM
Unknown Object (File)
May 1 2025, 7:25 PM
Unknown Object (File)
Apr 24 2025, 9:15 AM
Unknown Object (File)
Apr 23 2025, 10:28 PM
Unknown Object (File)
Apr 13 2025, 9:30 PM

Details

Summary

reloc_jmpslot function parameter 'defobj' is not used when using ELFv2 ABI

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21917
Build 21161: arc lint + arc unit

Event Timeline

alfredo added reviewers: kib, bdragon.
libexec/rtld-elf/powerpc64/reloc.c
450

You can add __unused attribute to the argument. It is innocent when not true.

as per review, added __unused attributed instead

This revision is now accepted and ready to land.Jan 10 2019, 3:22 PM

OK, I'm fine with this solution.

This revision was automatically updated to reflect the committed changes.