avoid warning when SchedParamType is not used
This commit is contained in:
parent
e3298dda6d
commit
bad9c2f13a
|
@ -1609,7 +1609,9 @@ static PyTypeObject WaitidResultType;
|
|||
static int initialized;
|
||||
static PyTypeObject StatResultType;
|
||||
static PyTypeObject StatVFSResultType;
|
||||
#if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER)
|
||||
static PyTypeObject SchedParamType;
|
||||
#endif
|
||||
static newfunc structseq_new;
|
||||
|
||||
static PyObject *
|
||||
|
|
Loading…
Reference in New Issue