Le dimanche 05 juillet 2009 à 18:01 -0700, Patrick McCarty a écrit : > On Sun, Jul 05, 2009 at 05:39:45PM -0700, Graham Percival wrote: > > -dwarning-as-error > > looks fine to me. > > I think Han-Wen suggested to enable this option for the entire > regression test suite, so adding this option to every single > regression test would not be reasonable. > > In other words, some makefile hacking is needed, which I would > probably need to delegate.
What about the following? Best, John diff --git a/input/regression/GNUmakefile b/input/regression/GNUmakefile index 753d483..f1a8179 100644 --- a/input/regression/GNUmakefile +++ b/input/regression/GNUmakefile @@ -7,3 +7,5 @@ include $(depth)/make/stepmake.make TITLE=LilyPond Regression Tests SUBDIRS=musicxml + +LILYPOND_BOOK_LILYPOND_FLAGS += -dwarning-as-error _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
