From: Karel Zak Date: Wed, 17 Feb 2021 11:25:49 +0000 (+0100) Subject: libmount: (python) fix compiler warning X-Git-Tag: v2.37-rc1~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=296b58a79e21be1b575869c7b37cc06d7c6c2a41;p=thirdparty%2Futil-linux.git libmount: (python) fix compiler warning Signed-off-by: Karel Zak --- diff --git a/libmount/python/context.c b/libmount/python/context.c index 6e3ffcb397..353a893f53 100644 --- a/libmount/python/context.c +++ b/libmount/python/context.c @@ -1179,7 +1179,7 @@ PyTypeObject ContextType = { sizeof(ContextObjext), /*tp_basicsize*/ 0, /*tp_itemsize*/ (destructor)Context_dealloc, /*tp_dealloc*/ - NULL, /*tp_print*/ + 0, /*tp_print*/ NULL, /*tp_getattr*/ NULL, /*tp_setattr*/ NULL, /*tp_compare*/