1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Fix harmless warning.

This commit is contained in:
Con Kolivas 2011-07-24 09:04:56 +10:00
parent 9a928e3407
commit 4cd12aa8e0

1
ocl.c
View File

@ -353,6 +353,7 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
strcpy(filename, "poclbm110717.cl");
strcpy(binaryfilename, "poclbm110717");
break;
case KL_NONE: /* Shouldn't happen */
case KL_PHATK:
strcpy(filename, "phatk110722.cl");
strcpy(binaryfilename, "phatk110722");