The following commit has been merged in the master branch:
commit 3c32c3e2c71c21f6d7b0714986b58cb918856701
Author: Guillem Jover <[email protected]>
Date:   Thu Feb 25 18:02:46 2010 +0100

    libdpkg: Mark (de)compress_xz functions as not returning

diff --git a/lib/dpkg/compress.c b/lib/dpkg/compress.c
index c375f55..9dabb4a 100644
--- a/lib/dpkg/compress.c
+++ b/lib/dpkg/compress.c
@@ -325,13 +325,13 @@ struct compressor compressor_bzip2 = {
  * Xz compressor.
  */
 
-static void
+static void DPKG_ATTR_NORET
 decompress_xz(int fd_in, int fd_out, const char *desc)
 {
        fd_fd_filter(fd_in, fd_out, desc, XZ, "-dc", NULL);
 }
 
-static void
+static void DPKG_ATTR_NORET
 compress_xz(int fd_in, int fd_out, int compress_level, const char *desc)
 {
        char combuf[6];

-- 
dpkg's main repository


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

Reply via email to