1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 03:24:26 +00:00

Remove harmless warning on win32

This commit is contained in:
Znort 987 2011-08-15 14:58:36 +02:00
parent 593022dfd7
commit 8256402a63

5
main.c
View File

@ -263,7 +263,10 @@ static char datestamp[40];
static char blocktime[30];
static char *opt_kernel = NULL;
static char *opt_stderr_cmd = NULL;
#if defined(unix)
static char *opt_stderr_cmd = NULL;
#endif // defined(unix)
enum cl_kernel chosen_kernel;