sc/source/core/opencl/opencl_device.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit bf777a24956e8c62d969c2361a200e90eec651c8
Author: I-Jui (Ray) Sung <r...@multicorewareinc.com>
Date:   Fri Nov 29 02:22:54 2013 -0600

    GPU Calc: fix warnings
    
    Change-Id: I5b98eecc55dbb89fa0f4127f437e0e8cc798eb86

diff --git a/sc/source/core/opencl/opencl_device.cxx 
b/sc/source/core/opencl/opencl_device.cxx
index de99e0d..79e2396 100644
--- a/sc/source/core/opencl/opencl_device.cxx
+++ b/sc/source/core/opencl/opencl_device.cxx
@@ -404,7 +404,9 @@ ds_status pickBestDevice(ds_profile* profile, int* 
bestDeviceIdx)
 
         double fScore = DBL_MAX;
         if (pScore)
+        {
             fScore = pScore->fTime;
+        }
         else
         {
             LOG_PRINTF("Unusual null score");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to