Re: [PATCH v2] build: fix warnings when running external commands

2022-02-02 Thread Thomas Monjalon
24/01/2022 15:08, Jerin Jacob: > On Thu, Jan 20, 2022 at 11:37 PM Bruce Richardson > wrote: > > > > Meson 0.61.1 is giving warnings that the calls to run_command do not > > always explicitly specify if the result is to be checked or not, i.e. > > there is a missing "check" parameter. This is becau

Re: [PATCH v2] build: fix warnings when running external commands

2022-01-24 Thread Jerin Jacob
On Thu, Jan 20, 2022 at 11:37 PM Bruce Richardson wrote: > > Meson 0.61.1 is giving warnings that the calls to run_command do not > always explicitly specify if the result is to be checked or not, i.e. > there is a missing "check" parameter. This is because the default > behaviour without the para

[PATCH v2] build: fix warnings when running external commands

2022-01-20 Thread Bruce Richardson
Meson 0.61.1 is giving warnings that the calls to run_command do not always explicitly specify if the result is to be checked or not, i.e. there is a missing "check" parameter. This is because the default behaviour without the parameter is due to change in the future. We can fix these warnings by