[LTP] [PATCH] config.mk.in: build.sh: Add -Wno-missing-field-initializers to CFLAGS

zhaogongyi zhaogongyi@huawei.com
Fri Dec 9 02:08:00 CET 2022


Hi!

> 
> Hi!
> > Add CFLAGS -Wno-missing-field-initializers to suppress the compilation
> > warnings like:
> >
> > autogroup01.c:87:1: warning: missing initializer for field
> > ‘needs_cmds’ of ‘struct tst_test’ [-Wmissing-field-initializers]  };
> > ^ In file included from autogroup01.c:21:0:
> > ../../../../include/tst_test.h:324:21: note: ‘needs_cmds’ declared here
> >   const char *const *needs_cmds;
> 
> This is actually caused by a gcc bug that has been already fixed see:
> 
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84685

Thank you for your notice.

> 
> And I do not think that it's a good idea to work around gcc warnings in our
> build system.
> 

I haven't paid attention to other warning messages now. Maybe they should be ignored as well.


Regards,
Gongyi


More information about the ltp mailing list