Re: [seq24-users] Modifying keyboard shortcut for delete button?
Brought to you by:
rcbuse
|
From: Jaakko S. <jaa...@gm...> - 2008-08-22 18:21:34
|
On Fri, Aug 22, 2008 at 9:13 PM, Guido Scholz <gui...@ba...> wrote: > Am Fri, 22. Aug 2008 um 00:21:44 +0300 schrieb Jaakko Sipari: > > Jaakko, > >> You can get the latest source by running this command (also includes >> all previously committed patches): > >> bzr branch lp:~jaakko-sipari/seq24/test1 > > if I compile this version I get a huge bunch of compiler warnings (e.g. > about "warning: deprecated conversion from string constant to 'char*'" > in *.xpm files). > > Does anybody care for this kind of bugs? > > Guido Well... getting a warning is not a bug. Especially when the warning is only for using deprecated stuff. Of course it becomes a bug when the deprecated feature actually gets removed from the compiler :) I agree that the compiler warnings should be kept to a minimum but IMHO the xpm files having deprecated stuff is pretty harmless. - Jaakko |