On Wed, Sep 15, 2021 at 11:08 AM Bruce Richardson <[email protected]> wrote: > On Wed, Sep 15, 2021 at 09:14:34AM +0100, Ferruh Yigit wrote: > > On 9/15/2021 6:08 AM, David Marchand wrote: > > > Like for python, multiline statements in meson must either use a > > > backslash character (explicit continuation) or be enclosed in () > > > (implicit continuation). > > > > > > python PEP8 recommends the latter [1], and it looks like meson had > > > an issue with backslash before 0.50 [2]. > > > > > > 1: https://www.python.org/dev/peps/pep-0008/#multiline-if-statements > > > 2: https://github.com/mesonbuild/meson/commit/90c9b868b20b > > > > > > Fixes: 394407f50c90 ("config/ppc: ignore GCC 11 psabi warnings") > > > > > > Reported-by: Ferruh Yigit <[email protected]> > > > Signed-off-by: David Marchand <[email protected]> > > Tested-by: Ferruh Yigit <[email protected]> > Acked-by: Bruce Richardson <[email protected]>
Applied, thanks. -- David Marchand

