summaryrefslogtreecommitdiff
path: root/Programs
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-26 15:27:57 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-26 15:27:57 +0200
commitb48af340b9e6c8775fb9da9cab06e922d0bd0127 (patch)
treef53af08a17612daf55f4e446e3e49df0be97ced4 /Programs
parente71258a0e67cf744f5f2c0bca15f1d66871ce050 (diff)
downloadcpython-git-b48af340b9e6c8775fb9da9cab06e922d0bd0127.tar.gz
Silenced minor GCC warnings.
Diffstat (limited to 'Programs')
-rw-r--r--Programs/_freeze_importlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Programs/_freeze_importlib.c b/Programs/_freeze_importlib.c
index d0c33e2336..31b3d31bd7 100644
--- a/Programs/_freeze_importlib.c
+++ b/Programs/_freeze_importlib.c
@@ -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 */
};