Update of /cvsroot/ufraw/ufraw
In directory vz-cvs-3.sog:/tmp/cvs-serv14100
Modified Files:
dcraw.cc
Log Message:
Fix a couple of GCC 4.4 warnings.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -d -r1.246 -r1.247
--- dcraw.cc 25 Jul 2011 05:57:57 -0000 1.246
+++ dcraw.cc 4 Aug 2011 09:30:07 -0000 1.247
@@ -25,7 +25,7 @@
#define DCRAW_VERSION "9.10"
// dcraw plays with array bounds everywhere, there is no point to warn about
it.
-#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >=
5)) && !defined(__INTEL_COMPILER)
+#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >=
4)) && !defined(__INTEL_COMPILER)
#pragma GCC diagnostic ignored "-Warray-bounds"
#endif
@@ -6138,7 +6138,8 @@
void CLASS parse_redcine()
{
- unsigned i, len, rdvo;
+ int len;
+ unsigned i, rdvo;
order = 0x4d4d;
is_raw = 0;
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs