qemu/plugins
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
..
api.c plugin: Simplify struct qemu_plugin_hwaddr 2023-09-16 14:57:15 +00:00
core.c plugins: Remove unused 'exec/helper-proto.h' header 2023-06-20 10:01:30 +02:00
loader.c plugins/loader: Clean up global variable shadowing 2023-10-06 13:27:48 +02:00
meson.build configure, meson: move --enable-plugins to meson 2023-09-07 13:32:37 +02:00
plugin.h Clean up header guards that don't match their file name 2022-05-11 16:49:06 +02:00
qemu-plugins.symbols plugins: add helper functions for coverage plugins 2022-02-09 12:08:42 +00:00