mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-03 09:42:17 +00:00
Bugfix: Missing "break" no-op in default case
This commit is contained in:
parent
7b947882fe
commit
7987476db3
@ -1226,6 +1226,7 @@ static bool opencl_thread_prepare(struct thr_info *thr)
|
|||||||
case KL_POCLBM:
|
case KL_POCLBM:
|
||||||
cgpu->kname = "poclbm";
|
cgpu->kname = "poclbm";
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
applog(LOG_INFO, "initCl() finished. Found %s", name);
|
applog(LOG_INFO, "initCl() finished. Found %s", name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user