Skip to content

Commit

Permalink
Silence harmless warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Mar 18, 2014
1 parent c8c9d87 commit 0c4b7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-icarus.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,12 @@ static const char *timing_mode_str(enum timing_mode timing_mode)
static void set_timing_mode(int this_option_offset, struct cgpu_info *icarus)
{
struct ICARUS_INFO *info = (struct ICARUS_INFO *)(icarus->device_data);
int read_count_timing = 0;
enum sub_ident ident;
double Hs, fail_time;
char buf[BUFSIZ+1];
char *ptr, *comma, *eq;
size_t max;
int read_count_timing;
int i;

if (opt_icarus_timing == NULL)
Expand Down

0 comments on commit 0c4b7e2

Please sign in to comment.