Browse Source

Merge pull request #167 from luke-jr/bugfix_missing_stmt

Bugfix: Missing "break" no-op in default case
Con Kolivas 14 years ago
parent
commit
a5b05d9c55
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-opencl.c

+ 1 - 0
driver-opencl.c

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