Przeglądaj źródła

libdpkg: Add missing DPKG_ATTR_VPRINTF when !HAVE_C_ATTRIBUTE

Guillem Jover 16 lat temu
rodzic
commit
fd8fb6f415
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      lib/dpkg/macros.h

+ 1 - 0
lib/dpkg/macros.h

@@ -35,6 +35,7 @@
 #define DPKG_ATTR_CONST
 #define DPKG_ATTR_CONST
 #define DPKG_ATTR_NORET
 #define DPKG_ATTR_NORET
 #define DPKG_ATTR_PRINTF(n)
 #define DPKG_ATTR_PRINTF(n)
+#define DPKG_ATTR_VPRINTF(n)
 #define DPKG_ATTR_SENTINEL
 #define DPKG_ATTR_SENTINEL
 #endif
 #endif