mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
@ -204,7 +204,7 @@ FILE *outf;
|
|||
/*unsigned*/ long *tab;
|
||||
int len;
|
||||
{
|
||||
int r;
|
||||
int r = 0;
|
||||
|
||||
while(len) {
|
||||
r = putlong(outf,*tab++);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue