Vishal Verma wrote:
> Meson has started to warn about:
> 
>   WARNING: You should add the boolean check kwarg to the run_command call.
>          It currently defaults to false,
>          but it will default to true in future releases of meson.
>          See also: https://github.com/mesonbuild/meson/issues/9300
> 
> There is one instance of run_command() in the top-level meson.build
> which elides the explicit check argument. Since we don't care about the
> result of clean_config.sh (if any config.h are found they will be
> cleaned, and if none are found, we're fine), add a 'check: false'
> argument to this and squelch the warning.

Looks good to me:

Reviewed-by: Dan Williams <[email protected]>

Reply via email to