summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-29 08:51:25 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-29 08:51:25 +0100
commit00a95ff7123b495f9248448cc374502954a02d76 (patch)
tree835bf52eb1354182b33f18cb700ea505b3abc11e /sc
parentb24cc13d3c5b305ca7554e049b0ec87413d9d292 (diff)
WaE: empty body
Change-Id: I07a50583990325e83bf9a27fba0194c3a277eea6
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/opencl_device.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/opencl/opencl_device.cxx b/sc/source/core/opencl/opencl_device.cxx
index f6ab41f7fbe8..de99e0ddc0dc 100644
--- a/sc/source/core/opencl/opencl_device.cxx
+++ b/sc/source/core/opencl/opencl_device.cxx
@@ -406,7 +406,9 @@ ds_status pickBestDevice(ds_profile* profile, int* bestDeviceIdx)
if (pScore)
fScore = pScore->fTime;
else
+ {
LOG_PRINTF("Unusual null score");
+ }
if (DS_DEVICE_OPENCL_DEVICE == device.type)
{