mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
@ -313,7 +313,7 @@ static struct methodlist thread_methods[] = {
|
|||
void
|
||||
initthread()
|
||||
{
|
||||
object *m, *d, *x;
|
||||
object *m, *d;
|
||||
|
||||
/* Create the module and add the functions */
|
||||
m = initmodule("thread", thread_methods);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue