mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Merge pull request #167 from luke-jr/bugfix_missing_stmt
Bugfix: Missing "break" no-op in default case
This commit is contained in:
commit
a5b05d9c55
@ -1226,6 +1226,7 @@ static bool opencl_thread_prepare(struct thr_info *thr)
|
||||
case KL_POCLBM:
|
||||
cgpu->kname = "poclbm";
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
applog(LOG_INFO, "initCl() finished. Found %s", name);
|
||||
|
Loading…
Reference in New Issue
Block a user