mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Make gcc -Wall happy.
This commit is contained in:
parent
89bae99c5d
commit
c501583dfa
2 changed files with 8 additions and 6 deletions
|
@ -630,7 +630,7 @@ strop_count(self, args)
|
|||
PyObject *args;
|
||||
{
|
||||
char *s, *sub;
|
||||
int len, n, j;
|
||||
int len, n;
|
||||
int i = 0, last = INT_MAX;
|
||||
int m, r;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue