mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Make dummy int public (with _Py_ prefix), to keep gcc -Wall happy.
This commit is contained in:
parent
37273177be
commit
cd165cc092
1 changed files with 2 additions and 1 deletions
|
|
@ -92,4 +92,5 @@ initsgi()
|
|||
initmodule("sgi", sgi_methods);
|
||||
}
|
||||
|
||||
static int dummy; /* $%#@!& dl wants at least a byte of bss */
|
||||
int _Py_sgi_dummy; /* $%#@!& dl wants at least a byte of bss */
|
||||
/* And gcc -Wall doesn't like unused static variables :-( */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue