>>> On 24.09.18 at 15:00, <[email protected]> wrote: > --- a/xen/Rules.mk > +++ b/xen/Rules.mk > @@ -58,6 +58,7 @@ CFLAGS += -Werror -Wredundant-decls -Wno-pointer-arith > CFLAGS += -pipe -D__XEN__ -include $(BASEDIR)/include/xen/config.h > CFLAGS-$(CONFIG_DEBUG_INFO) += -g > CFLAGS += '-D__OBJECT_FILE__="$@"' > +$(call cc-option-add,CFLAGS,CC,-Wvla)
Could I talk you into moving this up a few lines, next to the other -W settings (just out of context)? In any event Acked-by: Jan Beulich <[email protected]> Jan _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
