1
0
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:
Con Kolivas 2012-04-20 23:48:36 -07:00
commit a5b05d9c55

View File

@ -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);