Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Silence warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Jan 23, 2017
1 parent 842da99 commit 016ca81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cgminer.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ int opt_log_interval = 5;
static const int max_queue = 1;
const int max_scantime = 60;
const int max_expiry = 600;
unsigned long long global_hashrate;
uint64_t global_hashrate;
unsigned long global_quota_gcd = 1;
time_t last_getwork;
int opt_pool_fallback = 120;
Expand Down
2 changes: 1 addition & 1 deletion miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ extern unsigned int local_work;
extern unsigned int total_go, total_ro;
extern const int opt_cutofftemp;
extern int opt_log_interval;
extern unsigned long long global_hashrate;
extern uint64_t global_hashrate;
extern char current_hash[68];
extern double current_diff;
extern uint64_t best_diff;
Expand Down

0 comments on commit 016ca81

Please sign in to comment.