mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
60fca2c90f
commit
a376cc5cc8
27 changed files with 93 additions and 56 deletions
|
@ -134,7 +134,6 @@ fh_getfontinfo(self, args)
|
|||
object *args;
|
||||
{
|
||||
fmfontinfo info;
|
||||
object *v;
|
||||
if (!getnoarg(args))
|
||||
return NULL;
|
||||
if (fmgetfontinfo(self->fh_fh, &info) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue