mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 14:58:01 +00:00
Get rid of unused warning for !scrypt.
This commit is contained in:
parent
bb4bec98d5
commit
68f9af28f2
2
scrypt.h
2
scrypt.h
@ -16,7 +16,7 @@ static inline bool scrypt_test(__maybe_unused unsigned char *pdata,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void scrypt_outputhash(struct work *work)
|
static inline void scrypt_outputhash(__maybe_unused struct work *work)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
#endif /* USE_SCRYPT */
|
#endif /* USE_SCRYPT */
|
||||||
|
Loading…
Reference in New Issue
Block a user