mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Fix harmless warning.
This commit is contained in:
parent
9a928e3407
commit
4cd12aa8e0
1
ocl.c
1
ocl.c
@ -353,6 +353,7 @@ _clState *initCl(unsigned int gpu, char *name, size_t nameSize)
|
|||||||
strcpy(filename, "poclbm110717.cl");
|
strcpy(filename, "poclbm110717.cl");
|
||||||
strcpy(binaryfilename, "poclbm110717");
|
strcpy(binaryfilename, "poclbm110717");
|
||||||
break;
|
break;
|
||||||
|
case KL_NONE: /* Shouldn't happen */
|
||||||
case KL_PHATK:
|
case KL_PHATK:
|
||||||
strcpy(filename, "phatk110722.cl");
|
strcpy(filename, "phatk110722.cl");
|
||||||
strcpy(binaryfilename, "phatk110722");
|
strcpy(binaryfilename, "phatk110722");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user