Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30866

Modified Files:
        ufraw_conf.c 
Log Message:
Fix compiler warning from latest commit.

Index: ufraw_conf.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_conf.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- ufraw_conf.c        3 Nov 2009 06:41:31 -0000       1.150
+++ ufraw_conf.c        3 Nov 2009 07:00:12 -0000       1.151
@@ -156,8 +156,10 @@
     { "perceptual", "relative", "saturation", "absolute", "disable", NULL };
 static const char *grayscaleModeNames[] =
     { "none", "lightness", "luminance", "value", "mixer", NULL };
+#ifdef HAVE_LENSFUN
 static const char *lensfunModeNames[] =
     { "none", "auto", NULL };
+#endif
 
 void conf_init(conf_data *c)
 {


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to