« Return to Thread: [PATCH v2] Fix crash when a stencil routine is missing

Re: [PATCH v2] Fix crash when a stencil routine is missing

by Graham Percival-3 :: Rate this Message:

Reply to Author | View in Thread

On Sun, Jul 05, 2009 at 02:29:44PM -0700, Patrick McCarty wrote:
> 1.) I used Jan's suggestion for -d option name, but I'm not sure this
> is the best name.  What should the option be called?

-dwarning-as-error
looks fine to me.

> 3.) I don't know how to enable the -d option by default for regression
> test compilation, so should I delegate this task?

You can enable any -d option with something like
  #(set warning-as-error)
but I'm not certain if that's the exact command.

... oh wait, here it is:
#(ly:set-option 'point-and-click #f)

Cheers,
- Graham


_______________________________________________
lilypond-devel mailing list
lilypond-devel@...
http://lists.gnu.org/mailman/listinfo/lilypond-devel

 « Return to Thread: [PATCH v2] Fix crash when a stencil routine is missing