From 59f791f591059ba44dcbbfe50fa20390e8565781 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 7 Sep 2009 15:07:12 +0300 Subject: [PATCH] Add noreturn annotation to die() .. which itself should die --- python/rpmts-py.c | 1 + 1 file changed, 1 insertion(+) diff --git a/python/rpmts-py.c b/python/rpmts-py.c index b7c61f8..cec2da9 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -167,6 +167,7 @@ fprintf(stderr, "*** rpmts_Debug(%p) ts %p\n", s, s->ts); return Py_None; } +RPM_GNUC_NORETURN static void die(PyObject *cb) { char *pyfn = NULL; -- 2.7.4