avoid warning when SchedParamType is not used

This commit is contained in:
Benjamin Peterson 2011-08-02 18:42:14 -05:00
parent e3298dda6d
commit bad9c2f13a
1 changed files with 2 additions and 0 deletions

View File

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