On 13/10/2022 14:05, Anthony Perard wrote: > diff --git a/tools/debugger/gdbsx/Rules.mk b/tools/debugger/gdbsx/Rules.mk > index 920f1c87fb..0610db873b 100644 > --- a/tools/debugger/gdbsx/Rules.mk > +++ b/tools/debugger/gdbsx/Rules.mk > @@ -1,6 +1,6 @@ > include $(XEN_ROOT)/tools/Rules.mk > > -CFLAGS += -Werror -Wmissing-prototypes > +CFLAGS += -Wmissing-prototypes > # (gcc 4.3x and later) -Wconversion -Wno-sign-conversion > > CFLAGS-$(clang) += -Wno-ignored-attributes >
This hunk introduces trailing whitespace. All other hunks are fine. ~Andrew