Update of /cvsroot/ufraw/ufraw In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22400
Modified Files: ufraw_settings.cc Log Message: Fix compiler warning. Index: ufraw_settings.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_settings.cc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ufraw_settings.cc 21 Feb 2010 10:03:55 -0000 1.4 +++ ufraw_settings.cc 21 Feb 2010 15:30:09 -0000 1.5 @@ -230,6 +230,8 @@ #ifdef HAVE_LENSFUN if (root == NULL || root->Name() != ufRawResources) *this << new Lensfun; // Lensfun data is not saved to .ufrawrc +#else + (void)root; #endif } ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs