[PATCH libdrm 7/7] meson: cleanup whitespace
Dylan Baker
dylan at pnwbakers.com
Mon Jan 29 19:13:34 UTC 2018
For the series :)
But please do get someone from nouveau (Emil CC'd Ben, so presumably him) before
pushing the nouveau patch.
Dylan
Quoting Eric Engestrom (2018-01-29 02:54:47)
> On Friday, 2018-01-26 09:45:14 -0800, Dylan Baker wrote:
> > Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
>
> 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 at imgtec.com>
> > > ---
> > > 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 at 0@'.format(a))
> > > warn_c_args += '-Wno- at 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 at lists.freedesktop.org
> > > https://lists.freedesktop.org/mailman/listinfo/dri-devel
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180129/3895fdce/attachment.sig>
More information about the dri-devel
mailing list