[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:24:31 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 46a63329bae6348c830a12a7ff1bf2e9d256c96c
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Mar 22 17:31:38 2010 +0200

    Fix build on non-gcc.

diff --git a/libclamav/others.h b/libclamav/others.h
index 5723dab..a849cd6 100644
--- a/libclamav/others.h
+++ b/libclamav/others.h
@@ -422,6 +422,7 @@ void cli_errmsg(const char *str, ...);
 #define always_inline inline __attribute__((always_inline))
 #define never_inline __attribute__((noinline))
 #else
+#define never_inline
 #define always_inline inline
 #endif
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list