The following commit has been merged in the master branch:
commit f2d4fc28ed1a728de6bd899c0e827a2f30860e83
Author: Guillem Jover <[email protected]>
Date:   Thu Feb 21 02:35:18 2013 +0100

    u-a: Mark struct altdb_context bad_format() member as not returning

diff --git a/utils/update-alternatives.c b/utils/update-alternatives.c
index 2b8e600..1bd0823 100644
--- a/utils/update-alternatives.c
+++ b/utils/update-alternatives.c
@@ -1038,8 +1038,8 @@ struct altdb_context {
        char *filename;
        enum altdb_flags flags;
        bool modified;
-       void DPKG_ATTR_PRINTF(2) (*bad_format)(struct altdb_context *,
-                                              const char *format, ...);
+       void DPKG_ATTR_NORET DPKG_ATTR_PRINTF(2)
+            (*bad_format)(struct altdb_context *, const char *format, ...);
        jmp_buf on_error;
 };
 

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to