bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lilypond-2.2.5 warning fix


From: Han-Wen Nienhuys
Subject: lilypond-2.2.5 warning fix
Date: Tue, 24 Aug 2004 19:30:41 +0200

address@hidden writes:
> Hallo lilypond developers.
> 
> This patch fixes return value warning in gcc.
> 
> --- python/midi.c
> +++ python/midi.c
> @@ -400,7 +400,7 @@
>    {0, 0}        /* Sentinel */
>  };
>  
> -initmidi ()
> +void initmidi ()
>  {
>    PyObject *m, *d;
>    m = Py_InitModule ("midi", MidiMethods);

thanks.  BTW, if you are packaging LilyPond for SUSE, please use
2.2.6, there's an annoying bug in the metronome markup of .5

-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]