mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Merge pull request #311 from kanoi/master
util.c - bug - proxy - no data end condition
This commit is contained in:
commit
77d2a2096c
2
compat.h
2
compat.h
@ -57,7 +57,7 @@ enum {
|
||||
PRIO_PROCESS = 0,
|
||||
};
|
||||
|
||||
static inline int setpriority(int which, int who, int prio)
|
||||
static inline int setpriority(__maybe_unused int which, __maybe_unused int who, __maybe_unused int prio)
|
||||
{
|
||||
/* FIXME - actually do something */
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user