Philippe Mathieu-Daudé
fbf58f2141
util/vhost-user-server: Clean up local variable shadowing
...
Fix:
util/vhost-user-server.c: In function ‘set_watch’:
util/vhost-user-server.c:274:20: warning: declaration of ‘vu_fd_watch’ shadows a previous local [-Wshadow=compatible-local]
274 | VuFdWatch *vu_fd_watch = g_new0(VuFdWatch, 1);
| ^~~~~~~~~~~
util/vhost-user-server.c:271:16: note: shadowed declaration is here
271 | VuFdWatch *vu_fd_watch = find_vu_fd_watch(server, fd);
| ^~~~~~~~~~~
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230904161235.84651-18-philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2023-09-29 10:07:16 +02:00
..
2023-05-30 17:37:26 +02:00
2023-05-30 17:37:26 +02:00
2023-05-10 14:15:13 +02:00
2023-05-30 17:37:26 +02:00
2023-05-30 17:37:26 +02:00
2022-03-07 13:16:49 +00:00
2022-11-21 11:58:10 +01:00
2023-03-20 12:43:50 +01:00
2023-05-23 16:51:13 -07:00
2023-06-13 11:28:58 +02:00
2022-05-03 15:18:14 +04:00
2022-04-06 14:31:55 +02:00
2022-05-04 15:55:23 +02:00
2023-05-18 08:53:52 +02:00
2023-09-19 13:20:54 -04:00
2023-09-15 13:57:00 +00:00
2023-08-31 19:47:43 +02:00
2023-05-23 15:20:15 +08:00
2023-06-02 12:29:27 -05:00
2023-03-20 12:43:50 +01:00
2023-01-11 10:44:34 +01:00
2023-04-06 12:38:42 -04:00
2022-05-03 15:17:56 +04:00
2022-04-06 14:31:55 +02:00
2023-05-30 17:37:26 +02:00
2023-08-30 07:39:59 -04:00
2023-05-30 17:37:26 +02:00
2023-06-02 12:27:19 -05:00
2023-02-17 14:34:24 +01:00
2022-04-06 14:31:43 +02:00
2022-06-20 08:38:58 -03:00
2023-02-04 06:19:42 -10:00
2023-08-09 09:26:32 -07:00
2023-09-07 20:32:11 -05:00
2022-09-02 10:22:39 +08:00
2022-04-21 17:03:51 +04:00
2023-06-13 17:42:01 +10:00
2023-08-31 19:47:43 +02:00
2022-03-07 13:16:49 +00:00
2023-09-01 23:46:20 +02:00
2023-04-24 11:29:00 +02:00
2022-11-06 09:48:50 +01:00
2023-01-09 13:50:47 +01:00
2023-09-15 05:26:50 -07:00
2023-08-03 13:04:35 +02:00
2023-08-31 19:47:43 +02:00
2022-06-29 10:56:12 +03:00
2023-02-23 13:56:14 +01:00
2023-05-30 17:37:26 +02:00
2023-06-06 09:42:14 +02:00
2023-01-19 10:18:28 +01:00
2023-04-20 11:17:35 +02:00
2021-10-15 16:11:22 +02:00
2022-04-06 14:31:43 +02:00
2023-08-31 19:47:43 +02:00
2023-03-07 12:38:40 +01:00
2023-03-07 12:38:40 +01:00
2022-06-21 09:24:34 -07:00
2023-02-02 11:48:20 +00:00
2023-06-01 11:05:05 -04:00
2023-03-28 15:23:10 -07:00
2023-08-31 19:47:43 +02:00
2023-02-04 07:56:54 +01:00
2023-09-01 13:34:03 -07:00
2023-04-27 16:39:43 +02:00
2023-05-03 14:00:08 -05:00
2022-12-14 16:19:35 +01:00
2023-09-20 17:46:01 +02:00
2023-08-29 10:49:24 +02:00
2023-06-27 17:08:56 +02:00
2021-11-16 09:43:44 +01:00
2023-02-27 09:15:39 +01:00
2023-02-11 16:51:09 +01:00
2023-05-24 09:21:22 +02:00
2023-09-29 10:07:16 +02:00