mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Silenced minor GCC warnings.
This commit is contained in:
parent
e71258a0e6
commit
b48af340b9
4 changed files with 18 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
of frozen modules instead, left deliberately blank so as to avoid
|
||||
unintentional import of a stale version of _frozen_importlib. */
|
||||
|
||||
const static struct _frozen _PyImport_FrozenModules[] = {
|
||||
static const struct _frozen _PyImport_FrozenModules[] = {
|
||||
{0, 0, 0} /* sentinel */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue