Re: [PATCH] Fix build with clang 6.0.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  Michal Privoznik wrote:

> On 03/11/2018 04:38 PM, Roman Bogorodskiy wrote:
> > Clang 6.0.0 complains when initializing structure with { NULL }:
> > 
> > conf/domain_addr.c:1494:38: error: missing field 'type' initializer [-Werror,-Wmissing-field-initializers]
> >     virDomainDeviceInfo nfo = { NULL };
> > 
> > Use { 0 } instead to make it happy.
> > ---
> >  src/conf/domain_addr.c | 2 +-
> >  tests/sysinfotest.c    | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> ACK

Pushed, thanks!

> Michal

Roman Bogorodskiy

Attachment: signature.asc
Description: PGP signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux