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
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
@ -15,7 +15,6 @@ static object *crypt_crypt(self, args)
|
|||
char *word, *salt;
|
||||
extern char * crypt();
|
||||
|
||||
struct passwd *p;
|
||||
if (!getargs(args, "(ss)", &word, &salt)) {
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue