1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 03:24:26 +00:00

reduce windows compile warnings

This commit is contained in:
Kano 2012-09-21 22:04:39 +10:00
parent 41dcb10d4c
commit 37f8a1f775

View File

@ -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;