Revision: 1101
http://geeqie.svn.sourceforge.net/geeqie/?rev=1101&view=rev
Author: zas_
Date: 2008-08-28 10:50:02 +0000 (Thu, 28 Aug 2008)
Log Message:
-----------
Silent warnings about unused functions when lcms is not used.
Modified Paths:
--------------
trunk/src/layout.c
Modified: trunk/src/layout.c
===================================================================
--- trunk/src/layout.c 2008-08-27 17:02:14 UTC (rev 1100)
+++ trunk/src/layout.c 2008-08-28 10:50:02 UTC (rev 1101)
@@ -314,6 +314,8 @@
*-----------------------------------------------------------------------------
*/
+#ifdef HAVE_LCMS
+
static void layout_color_menu_enable_cb(GtkWidget *widget, gpointer data)
{
LayoutWindow *lw = data;
@@ -376,6 +378,8 @@
return g_strdelimit(g_strdup(name), "_", '-');
}
+#endif /* HAVE_LCMS */
+
static void layout_color_button_press_cb(GtkWidget *widget, gpointer data)
{
#ifndef HAVE_LCMS
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn