Re: [XEN PATCH v4 21/32] tools: Remove -Werror everywhere else

2022-08-19 Thread Anthony PERARD
On Fri, Aug 19, 2022 at 04:56:05PM +0200, Jan Beulich wrote: > On 11.08.2022 18:48, Anthony PERARD wrote: > > tools/console/client/Makefile | 1 - > > tools/console/daemon/Makefile | 1 - > > tools/debugger/kdd/Makefile | 1 - > > tools/flask/utils/Makefile | 1 - > > tools/fuzz/cpu-p

Re: [XEN PATCH v4 21/32] tools: Remove -Werror everywhere else

2022-08-19 Thread Jan Beulich
On 11.08.2022 18:48, Anthony PERARD wrote: > Patch "tools: Add -Werror by default to all tools/" have added > "-Werror" to CFLAGS in tools/Rules.mk, remove it from every other > makefiles as it is now duplicated. > > Signed-off-by: Anthony PERARD > Acked-by: Christian Lindig Acked-by: Jan Beuli

Ping: [XEN PATCH v4 21/32] tools: Remove -Werror everywhere else

2022-08-19 Thread Anthony PERARD
Hi Elena, Tim, Jan, Andrew, Roger, George, Elena, could you give a ack or review this patch, for the change in "tools/debugger/gdbsx/Rules.mk" ? Tim, could you give a ack or review this patch, for the change in "tools/debugger/kdd/Makefile" ? Jan, Andrew, Roger, could you give a ack or review th

Re: [XEN PATCH v4 21/32] tools: Remove -Werror everywhere else

2022-08-15 Thread Daniel P. Smith
On 8/11/22 12:48, Anthony PERARD wrote: Patch "tools: Add -Werror by default to all tools/" have added "-Werror" to CFLAGS in tools/Rules.mk, remove it from every other makefiles as it is now duplicated. Signed-off-by: Anthony PERARD Acked-by: Christian Lindig --- tools/console/client/Makefi

[XEN PATCH v4 21/32] tools: Remove -Werror everywhere else

2022-08-11 Thread Anthony PERARD
Patch "tools: Add -Werror by default to all tools/" have added "-Werror" to CFLAGS in tools/Rules.mk, remove it from every other makefiles as it is now duplicated. Signed-off-by: Anthony PERARD Acked-by: Christian Lindig --- tools/console/client/Makefile | 1 - tools/console/daemon/Makefile