summaryrefslogtreecommitdiff
path: root/lang_ext/python/cext.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-31 21:43:11 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-31 21:43:11 -0700
commit4b47002198f2c0404e16d2f02786845d6d3a0d3b (patch)
tree9c81020f12361ae64c4cc1087b6b814d8a17562c /lang_ext/python/cext.c
parent1fe9414757834a53eb858bb52a719c6bcd2f961a (diff)
Update Python C extension for new upb_array API.
Diffstat (limited to 'lang_ext/python/cext.c')
-rw-r--r--lang_ext/python/cext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang_ext/python/cext.c b/lang_ext/python/cext.c
index 5336f2d..c2199c4 100644
--- a/lang_ext/python/cext.c
+++ b/lang_ext/python/cext.c
@@ -11,6 +11,7 @@ PyMODINIT_FUNC
initcext(void)
{
PyObject *mod = Py_InitModule("upb.cext", NULL);
+ (void)mod;
initdefinition();
initpb();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback