On Friday, 2018-01-26 09:45:14 -0800, Dylan Baker wrote: > Reviewed-by: Dylan Baker <dylan@xxxxxxxxxxxxx> Thanks :) Is that for this patch or the series? > > Quoting Eric Engestrom (2018-01-26 03:30:47) > > Signed-off-by: Eric Engestrom <eric.engestrom@xxxxxxxxxx> > > --- > > meson.build | 8 ++++---- > > 1 file changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/meson.build b/meson.build > > index 1fd58b071bb90a49996e..1bccdb2c03d7846e7bfb 100644 > > --- a/meson.build > > +++ b/meson.build > > @@ -207,8 +207,8 @@ foreach a : ['-Wall', '-Wextra', '-Wsign-compare', '-Werror=undef', > > '-Werror-implicit-function-declaration', '-Wpointer-arith', > > '-Wwrite-strings', '-Wstrict-prototypes', '-Wmissing-prototypes', > > '-Wmissing-declarations', '-Wnested-externs', '-Wpacked', > > - '-Wswitch-enum', '-Wmissing-format-attribute', > > - '-Wstrict-aliasing=2', '-Winit-self', '-Winline', '-Wshadow', > > + '-Wswitch-enum', '-Wmissing-format-attribute', > > + '-Wstrict-aliasing=2', '-Winit-self', '-Winline', '-Wshadow', > > '-Wdeclaration-after-statement', '-Wold-style-definition'] > > if cc.has_argument(a) > > warn_c_args += a > > @@ -216,7 +216,7 @@ foreach a : ['-Wall', '-Wextra', '-Wsign-compare', '-Werror=undef', > > endforeach > > # GCC will never error for -Wno-*, so check for -W* then add -Wno-* to the list > > # of options > > -foreach a : ['unused-parameter', 'attributes', 'long-long', > > +foreach a : ['unused-parameter', 'attributes', 'long-long', > > 'missing-field-initializers'] > > if cc.has_argument('-W@0@'.format(a)) > > warn_c_args += '-Wno-@0@'.format(a) > > @@ -326,7 +326,7 @@ pkg.generate( > > version : meson.project_version(), > > description : 'Userspace interface to kernel DRM services', > > ) > > - > > + > > if with_libkms > > subdir('libkms') > > endif > > -- > > Cheers, > > Eric > > > > _______________________________________________ > > dri-devel mailing list > > dri-devel@xxxxxxxxxxxxxxxxxxxxx > > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel