HomeFreeBSD

rtld: Silence a false positive GCC 6.4.0 warning

Description

rtld: Silence a false positive GCC 6.4.0 warning

The function reloc_non_plt has complicated variable lifetimes that GCC 6.4.0
(the version currently used by amd64-xtoolchain-gcc) misunderstands and
produces an erroneous warning about. Silence it to allow the -Werror build
to proceed.

Reviewed by: emaste

Details

Provenance
cemAuthored on
Reviewer
emaste
Parents
rS340842: Silence gcc warnings.
Branches
Unknown
Tags
Unknown