Browse Source

Fix a warning in ethash_cl_miner

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
9935fe75da
  1. 1
      libethash-cl/ethash_cl_miner.cpp

1
libethash-cl/ethash_cl_miner.cpp

@ -416,6 +416,7 @@ bool ethash_cl_miner::init(
void ethash_cl_miner::search(uint8_t const* header, uint64_t target, search_hook& hook, unsigned _msPerBatch)
{
(void)_msPerBatch;
try
{
struct pending_batch

Loading…
Cancel
Save