Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ce52be

Browse files
committed
Added `void' to declaration of initgl(), to keep gcc -Wall happy.
1 parent 665f919 commit 7ce52be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/cgen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def mkobject(type, arg):
533533
print '\t{NULL, NULL} /* Sentinel */'
534534
print '};'
535535
print
536+
print 'void'
536537
print 'initgl()'
537538
print '{'
538539
print '\tinitmodule("gl", gl_methods);'

0 commit comments

Comments
 (0)