Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23746
Modified Files:
dcraw_indi.c
Log Message:
Better fix for Solaris GCC build issue.
Index: dcraw_indi.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw_indi.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- dcraw_indi.c 14 Mar 2013 03:15:13 -0000 1.103
+++ dcraw_indi.c 14 Mar 2013 05:40:11 -0000 1.104
@@ -148,7 +148,7 @@
if ((nc = colors) == 3 && filters) nc++;
progress(PROGRESS_WAVELET_DENOISE, -nc * 5);
#ifdef _OPENMP
-#if defined(__sun) || defined(__SUNPRO_C) /* Fix bug #3205673 - NKBJ */
+#if defined(__sun) && !defined(__GNUC__) /* Fix bug #3205673 - NKBJ */
#pragma omp parallel for \
default(none) \
shared(nc,image,size,noise) \
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs