gtest doesn't generate any warnings, but this seems fine,
Reviewed-by: Dylan Baker <[email protected]>

Quoting Eric Engestrom (2018-10-31 09:43:03)
> gtest is an external project that is copied in this tree for technical
> reasons, but isn't maintained by us, so its warnings are irrelevant.
> 
> Cc: Emil Velikov <[email protected]>
> Signed-off-by: Eric Engestrom <[email protected]>
> ---
>  src/gtest/meson.build | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gtest/meson.build b/src/gtest/meson.build
> index 91a49240416951731eb9..23c21423d008d71fc8f9 100644
> --- a/src/gtest/meson.build
> +++ b/src/gtest/meson.build
> @@ -22,6 +22,7 @@ libgtest = static_library(
>    'gtest',
>    files('src/gtest-all.cc', 'src/gtest_main.cc'),
>    include_directories : include_directories('include'),
> +  cpp_args : '-w',
>    build_by_default : false,
>  )
>  
> -- 
> Cheers,
>   Eric
> 

Attachment: signature.asc
Description: signature

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to