mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
86bea46b3d
commit
1ed5e57684
4 changed files with 4 additions and 29 deletions
|
@ -536,5 +536,5 @@ print
|
|||
print 'void'
|
||||
print 'initgl()'
|
||||
print '{'
|
||||
print '\tPy_InitModule("gl", gl_methods);'
|
||||
print '\t(void) Py_InitModule("gl", gl_methods);'
|
||||
print '}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue