mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Keep gcc -Wall happy
This commit is contained in:
parent
f0b69f01eb
commit
7c14103d77
5 changed files with 4 additions and 5 deletions
|
@ -279,6 +279,7 @@ all_ins(d)
|
|||
if (ins(d, "LOCK_EX", (long)LOCK_EX)) return -1;
|
||||
if (ins(d, "LOCK_NB", (long)LOCK_NB)) return -1;
|
||||
if (ins(d, "LOCK_UN", (long)LOCK_UN)) return -1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue