Re: [Geany-devel] Patch for utils.h to work on GTK2.8

2010-10-08 Thread Frank Lanitz
Am 08.10.2010 06:16, schrieb Lex Trotman: G_GNUC_WARN_UNUSED does not come in until gtk 2.10 so attached just defines it to nothing if it isn't defined so utils.h will build on gtk 2.8 Not sure, but do we need this macro at all? Cheers, Frank ___

Re: [Geany-devel] Patch for utils.h to work on GTK2.8

2010-10-08 Thread Colomban Wendling
Le 08/10/2010 06:16, Lex Trotman a écrit : Hi, G_GNUC_WARN_UNUSED does not come in until gtk 2.10 so attached just defines it to nothing if it isn't defined so utils.h will build on gtk 2.8 Cheers Lex This macro is in GLib, not GTK ;) And BTW, this is already done in geany.h:94, so

Re: [Geany-devel] Patch for utils.h to work on GTK2.8

2010-10-08 Thread Nick Treleaven
On Fri, 08 Oct 2010 15:06:36 +0200 Colomban Wendling lists@herbesfolles.org wrote: G_GNUC_WARN_UNUSED does not come in until gtk 2.10 so attached just defines it to nothing if it isn't defined so utils.h will build on gtk 2.8 Cheers Lex This macro is in GLib, not GTK ;) And

Re: [Geany-devel] Patch for utils.h to work on GTK2.8

2010-10-08 Thread Lex Trotman
On 9 October 2010 00:06, Colomban Wendling lists@herbesfolles.org wrote: Le 08/10/2010 06:16, Lex Trotman a écrit : Hi, G_GNUC_WARN_UNUSED does not come in until gtk 2.10 so attached just defines it to nothing if it isn't defined so utils.h will build on gtk 2.8 Cheers Lex This macro

[Geany-devel] Patch for utils.h to work on GTK2.8

2010-10-07 Thread Lex Trotman
Hi, G_GNUC_WARN_UNUSED does not come in until gtk 2.10 so attached just defines it to nothing if it isn't defined so utils.h will build on gtk 2.8 Cheers Lex Index: utils.h === --- utils.h (revision 5292) +++ utils.h (working copy)