commit | 6374bb5a699a6e21214bec2bbe2e527fd219b8ba | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jun 13 16:28:25 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jun 13 16:28:25 2007 +0000 |
tree | 5124efe5460cb93e82b35147ee8023da848e6408 | |
parent | fa331631d4154a3e462e4f50bb946ddb19c0542c [diff] [blame] |
Shut up compiler warnings.
diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c index 2680320..7981d51 100644 --- a/Modules/_cursesmodule.c +++ b/Modules/_cursesmodule.c
@@ -1745,7 +1745,9 @@ static PyObject * PyCurses_GetWin(PyCursesWindowObject *self, PyObject *temp) { +#if 0 WINDOW *win; +#endif PyCursesInitialised