From 4b47002198f2c0404e16d2f02786845d6d3a0d3b Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Mon, 31 Aug 2009 21:43:11 -0700 Subject: Update Python C extension for new upb_array API. --- lang_ext/python/cext.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lang_ext/python/cext.c') 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(); } -- cgit v1.2.3