The following commit has been merged in the master branch:
commit fd8fb6f415a1fdf7ffff6f5ad26048be8ce28412
Author: Guillem Jover <[email protected]>
Date: Thu Feb 25 08:50:49 2010 +0100
libdpkg: Add missing DPKG_ATTR_VPRINTF when !HAVE_C_ATTRIBUTE
diff --git a/lib/dpkg/macros.h b/lib/dpkg/macros.h
index 5b1c3a2..e7c8f48 100644
--- a/lib/dpkg/macros.h
+++ b/lib/dpkg/macros.h
@@ -35,6 +35,7 @@
#define DPKG_ATTR_CONST
#define DPKG_ATTR_NORET
#define DPKG_ATTR_PRINTF(n)
+#define DPKG_ATTR_VPRINTF(n)
#define DPKG_ATTR_SENTINEL
#endif
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]