On Tue, May 14, 2019 at 08:30:28PM -0300, Jason Gunthorpe wrote: > From: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > > The format-nonliteral option makes sure that the input to a formatting > function is actually a format string and not something else. > > date-time helps ensure reproducible builds > > redundant-decls, nested-externs are just general cleanlyness other > projects tend to turn on. > > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > --- > CMakeLists.txt | 4 ++++ > 1 file changed, 4 insertions(+) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>