Re: [XEN PATCH v3 24/25] tools: Add -Werror by default to all tools/

2022-07-22 Thread Luca Fancellu
> On 24 Jun 2022, at 17:04, Anthony PERARD wrote: > > And provide an option to ./configure to disable it. > > A follow-up patch will remove -Werror from every other Makefile in > tools/. ("tools: Remove -Werror everywhere else") > > Signed-off-by: Anthony PERARD Hi Antony, Looks good to m

[XEN PATCH v3 24/25] tools: Add -Werror by default to all tools/

2022-06-24 Thread Anthony PERARD
And provide an option to ./configure to disable it. A follow-up patch will remove -Werror from every other Makefile in tools/. ("tools: Remove -Werror everywhere else") Signed-off-by: Anthony PERARD --- tools/configure.ac | 1 + tools/Rules.mk | 4 config/Tools.mk.in | 1 + tools/co