mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-28 15:34:16 +00:00
Variable is already initialised in global scope.
This commit is contained in:
parent
0488a850cd
commit
ec9390dc4e
@ -145,7 +145,7 @@
|
|||||||
static const char SEPARATOR = '|';
|
static const char SEPARATOR = '|';
|
||||||
static const char COMMA = ',';
|
static const char COMMA = ',';
|
||||||
static const char EQ = '=';
|
static const char EQ = '=';
|
||||||
static int ONLY = 0;
|
static int ONLY;
|
||||||
|
|
||||||
void display(char *buf)
|
void display(char *buf)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user