Skip to content

Commit

Permalink
Remove harmless warning on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Znort 987 committed Aug 15, 2011
1 parent 593022d commit 8256402
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.c
Expand Up @@ -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;

Expand Down

0 comments on commit 8256402

Please sign in to comment.