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: Stanislav Brabec
Subject: lilypond-2.2.5 warning fix
Date: Tue, 24 Aug 2004 18:32:05 +0200

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);


-- 
Best Regards / S pozdravem,

Stanislav Brabec
software developer
---------------------------------------------------------------------
SuSE CR, s. r. o.                             e-mail: address@hidden
Drahobejlova 27                               tel: +420 296 542 382
190 00 Praha 9                                fax: +420 296 542 374
Czech Republic                                http://www.suse.cz/





reply via email to

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