Philippe Mathieu-Daudé
badf708d69
hw/audio/soundhw: Clean up global variable shadowing
Fix:
hw/audio/soundhw.c:86:33: error: declaration shadows a variable in the global scope [-Werror,-Wshadow]
void select_soundhw(const char *optarg, const char *audiodev)
^
/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-2-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2023-10-06 13:16:57 +02:00
..
2023-10-05 09:01:01 -04:00
2023-10-03 07:43:44 -04:00
2023-10-06 13:16:57 +02:00
2023-09-29 08:13:57 +02:00
2023-09-21 11:31:16 +03:00
2023-10-05 09:01:01 -04:00
2023-09-21 11:31:16 +03:00
2023-10-06 10:56:54 +02:00
2023-10-05 09:01:01 -04:00
2023-09-21 11:31:16 +03:00
2023-09-15 17:34:38 +02:00
2023-09-29 10:07:19 +02:00
2023-10-06 10:56:54 +02:00
2023-10-03 10:29:40 +02:00
2023-10-04 11:03:54 -07:00
2023-09-21 11:31:16 +03:00
2023-10-04 18:15:05 -04:00
2023-10-06 10:56:54 +02:00
2023-09-29 10:07:15 +02:00
2023-10-04 18:15:06 -04:00
2023-09-29 10:07:16 +02:00
2023-10-03 10:29:40 +02:00
2023-09-29 10:07:19 +02:00
2023-10-06 10:56:54 +02:00
2023-09-29 10:07:16 +02:00
2023-09-29 10:07:20 +02:00
2023-10-03 10:29:39 +02:00
2023-10-04 18:15:06 -04:00
2023-10-04 18:15:06 -04:00
2023-09-29 09:33:10 +02:00
2023-10-04 11:03:54 -07:00
2023-09-29 10:07:20 +02:00
2023-09-21 11:31:16 +03:00
2023-09-21 11:31:16 +03:00
2023-09-12 11:13:33 +02:00
2023-10-05 09:01:01 -04:00
2023-09-21 11:31:16 +03:00
2023-09-29 10:07:18 +02:00
2023-09-21 11:31:16 +03:00
2023-09-29 10:07:19 +02:00
2023-09-20 07:54:34 +03:00
2023-09-29 08:28:02 +02:00
2023-10-03 10:29:40 +02:00
2023-09-18 07:25:28 -03:00
2023-10-06 12:47:57 +02:00