diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-04 14:00:18 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-10-06 13:27:48 +0200 |
commit | fcd9a353798d09a6fe39e720fb1a52ed32cad91d (patch) | |
tree | ec324eb962997dc60c645a9f8f3186c344ea9591 /chardev/char-parallel.c | |
parent | 48176a1d287179ea4e85122e1bc803f329773141 (diff) | |
download | qemu-fcd9a353798d09a6fe39e720fb1a52ed32cad91d.zip qemu-fcd9a353798d09a6fe39e720fb1a52ed32cad91d.tar.gz qemu-fcd9a353798d09a6fe39e720fb1a52ed32cad91d.tar.bz2 |
sysemu/tpm: Clean up global variable shadowing
Fix:
softmmu/tpm.c:178:59: error: declaration shadows a variable in the global scope [-Werror,-Wshadow]
int tpm_config_parse(QemuOptsList *opts_list, const char *optarg)
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/getopt.h:77:14: note: previous declaration is here
extern char *optarg; /* getopt(3) external variables */
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004120019.93101-16-philmd@linaro.org>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'chardev/char-parallel.c')
0 files changed, 0 insertions, 0 deletions