[PATCH libdrm] meson: fix typo in compiler flag
Dylan Baker
dylan at pnwbakers.com
Wed Nov 7 19:17:28 UTC 2018
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Quoting Eric Engestrom (2018-11-07 08:50:30)
> Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
> ---
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 49bf2f740fb3627f2948..5ef17fc11fee25f98b3d 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -192,7 +192,7 @@ config.set10('HAVE_OPEN_MEMSTREAM', cc.has_function('open_memstream'))
>
> warn_c_args = []
> foreach a : ['-Wall', '-Wextra', '-Wsign-compare', '-Werror=undef',
> - '-Werror-implicit-function-declaration', '-Wpointer-arith',
> + '-Werror=implicit-function-declaration', '-Wpointer-arith',
> '-Wwrite-strings', '-Wstrict-prototypes', '-Wmissing-prototypes',
> '-Wmissing-declarations', '-Wnested-externs', '-Wpacked',
> '-Wswitch-enum', '-Wmissing-format-attribute',
> --
> Cheers,
> Eric
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20181107/5bc846f4/attachment.sig>
More information about the dri-devel
mailing list