1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-03 10:35:03 +00:00

Merge pull request #214 from sterlingpickens/patch-1

initial_args warning
This commit is contained in:
troky 2014-05-27 08:52:59 +02:00
commit b08782f0bf

View File

@ -3243,11 +3243,7 @@ void kill_work(void)
quit(0, "Shutdown signal received.");
}
static
#ifdef WIN32
const
#endif
char **initial_args;
static const char **initial_args;
static void clean_up(bool restarting);