diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-04 14:00:08 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-10-06 13:27:48 +0200 |
commit | 82f3346ff46e1bbbe768a3084e7052668d34c1fe (patch) | |
tree | c67ef0125db12c416cf35441289e65cd4cc7d519 /ui | |
parent | d2803376849806135d7a3c6bc1ad2026cdaeec22 (diff) | |
download | qemu-82f3346ff46e1bbbe768a3084e7052668d34c1fe.zip qemu-82f3346ff46e1bbbe768a3084e7052668d34c1fe.tar.gz qemu-82f3346ff46e1bbbe768a3084e7052668d34c1fe.tar.bz2 |
plugins/loader: Clean up global variable shadowing
Fix:
include/qemu/plugin.h:245:54: error: declaration shadows a variable in the global scope [-Werror,-Wshadow]
static inline void qemu_plugin_opt_parse(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-6-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'ui')
0 files changed, 0 insertions, 0 deletions