Browse Source

Ping buildbot.

cl-refactor
Paweł Bylica 10 years ago
parent
commit
201d2fff0d
  1. 2
      libethash-cl/ethash_cl_miner.cpp

2
libethash-cl/ethash_cl_miner.cpp

@ -108,7 +108,7 @@ string ethash_cl_miner::platform_info(unsigned _platformId, unsigned _deviceId)
if (devices.empty()) if (devices.empty())
{ {
ETHCL_LOG("No OpenCL devices found."); ETHCL_LOG("No OpenCL devices found.");
return string(); return {};
} }
// use selected default device // use selected default device

Loading…
Cancel
Save