On Fri, Sep 08, 2023 at 01:42:00PM +0200, Denis V. Lunev wrote: > On 9/8/23 13:24, Denis V. Lunev wrote: > > On 9/8/23 13:03, Stefan Hajnoczi wrote: > > > Please resolve the following CI failure: > > > > > > https://gitlab.com/qemu-project/qemu/-/jobs/5045998355 > > > > > > ../qemu-nbd.c: In function 'nbd_client_thread': > > > ../qemu-nbd.c:340:39: error: expected identifier before '(' token > > > 340 | nbd_client_release_pipe(opts->stderr); > > > | ^~~~~~
> The only possible reason I could imagine is that 'stderr' > word is defined under by pre-processor. Indeed, that is a common implementation; the obvious fix is to use a different name. v2 coming up with that change made. -- Eric Blake, Principal Software Engineer Red Hat, Inc. Virtualization: qemu.org | libguestfs.org