Re: [PATCH v2] meson: add option to disable selective werror

2018-08-10 Thread Marty E. Plummer
On Thu, Aug 09, 2018 at 01:03:57PM -0700, Eric Anholt wrote: > "Marty E. Plummer" writes: > > > Signed-off-by: Marty E. Plummer > > We definitely want our -W flags. Are you finding that one of the > -Werror ones is throwing errors for you? If so, let's fix that for > everyone. Nothing is

Re: [PATCH v2] meson: add option to disable selective werror

2018-08-09 Thread Eric Anholt
Matt Turner writes: > On Thu, Aug 9, 2018 at 1:03 PM, Eric Anholt wrote: >> "Marty E. Plummer" writes: >> >>> Signed-off-by: Marty E. Plummer >> >> We definitely want our -W flags. Are you finding that one of the >> -Werror ones is throwing errors for you? If so, let's fix that for >>

Re: [PATCH v2] meson: add option to disable selective werror

2018-08-09 Thread Matt Turner
On Thu, Aug 9, 2018 at 1:03 PM, Eric Anholt wrote: > "Marty E. Plummer" writes: > >> Signed-off-by: Marty E. Plummer > > We definitely want our -W flags. Are you finding that one of the > -Werror ones is throwing errors for you? If so, let's fix that for > everyone. -Werror is fine for

Re: [PATCH v2] meson: add option to disable selective werror

2018-08-09 Thread Eric Anholt
"Marty E. Plummer" writes: > Signed-off-by: Marty E. Plummer We definitely want our -W flags. Are you finding that one of the -Werror ones is throwing errors for you? If so, let's fix that for everyone. signature.asc Description: PGP signature

[PATCH v2] meson: add option to disable selective werror

2018-08-09 Thread Marty E. Plummer
Signed-off-by: Marty E. Plummer --- My mistake, missed a colon on the first go around. meson.build | 12 +++- meson_options.txt | 2 ++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index cd1e4a58c..b2c46f730 100644 --- a/meson.build +++