Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ldelf: riscv: e64_relocate(): tag sym_idx as __maybe_unused
The sym_idx variable in e64_relocate() is not used in the rv64 build. Therefore, mark it __maybe_unused to avoid a warning. Signed-off-by: Jerome Forissier <[email protected]> Reviewed-by: Etienne Carriere <[email protected]> Reviewed-by: Alvin Chang <[email protected]> Acked-by: Jens Wiklander <[email protected]>
- Loading branch information