Philippe Mathieu-Daudé
82f3346ff4
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>
2023-10-06 13:27:48 +02:00
..
2021-01-29 17:07:53 +00:00
2023-09-25 08:35:06 -05:00
2023-09-08 13:08:52 +03:00
2023-09-15 13:57:00 +00:00
2023-06-13 17:25:47 +10:00
2023-10-05 09:01:01 -04:00
2023-09-16 14:57:15 +00:00
2023-03-07 20:44:09 +00:00
2023-10-06 13:16:57 +02:00
2023-09-07 20:32:11 -05:00
2022-04-06 10:50:37 +02:00
2023-10-04 10:54:40 +02:00
2023-05-25 10:18:33 +02:00
2023-10-06 13:27:43 +02:00
2023-09-29 08:13:57 +02:00
2023-10-06 13:27:48 +02:00
2022-06-28 10:53:32 +02:00
2023-09-07 14:01:29 -04:00
2022-09-13 17:18:21 +01:00
2023-09-12 11:34:56 +02:00
2023-10-06 13:27:48 +02:00
2023-10-04 11:03:54 -07:00
2023-10-03 15:04:56 +04:00
2023-08-31 19:47:43 +02:00
2023-08-31 19:47:43 +02:00
2022-04-21 17:03:51 +04:00
2019-06-12 13:20:20 +02:00
2022-09-23 14:36:33 +02:00