mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Added `void' to declaration of initgl(), to keep gcc -Wall happy.
This commit is contained in:
parent
665f9198fe
commit
7ce52be627
1 changed files with 1 additions and 0 deletions
|
@ -533,6 +533,7 @@ for func in functions:
|
|||
print '\t{NULL, NULL} /* Sentinel */'
|
||||
print '};'
|
||||
print
|
||||
print 'void'
|
||||
print 'initgl()'
|
||||
print '{'
|
||||
print '\tinitmodule("gl", gl_methods);'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue