Commit: aarch64.em: Fix Clang compilation warning
Jan Beulich
jbeulich@suse.com
Mon Dec 9 08:59:54 GMT 2024
On 05.12.2024 10:58, Nick Clifton wrote:
> --- a/ld/emultempl/aarch64elf.em
> +++ b/ld/emultempl/aarch64elf.em
> @@ -354,34 +354,34 @@ aarch64_elf_create_output_section_statements (void)
> }
>
> static bool
> -aarch64_parse_feature_report_option (const char *optarg,
> +aarch64_parse_feature_report_option (const char *_optarg,
Just to mention it: The C spec dedicates single-underscore prefixed identifiers
to ones having file scope. The issue isn't severe, I think, but going forward
it may be better to avoid underscore prefixes for parameter or local variable
names.
Jan
More information about the Binutils
mailing list