Silenced minor GCC warnings.

This commit is contained in:
Serhiy Storchaka 2015-02-26 15:27:57 +02:00
parent e71258a0e6
commit b48af340b9
4 changed files with 18 additions and 3 deletions

View file

@ -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 */
};