Browse Source

Remove harmless warning on win32

nfactor-troky
Znort 987 13 years ago
parent
commit
8256402a63
  1. 5
      main.c

5
main.c

@ -263,7 +263,10 @@ static char datestamp[40]; @@ -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;

Loading…
Cancel
Save