From: David Kalnischkies Date: Sat, 9 May 2015 12:02:59 +0000 (+0200) Subject: fix macro definition for very old GCC < 3 X-Git-Tag: 1.1.exp9~140^2~42 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ad5a4ac2bccb04f4aa74aeb2cefa90c79ed4b5e9 fix macro definition for very old GCC < 3 Git-Dch: Ignore --- diff --git a/apt-pkg/contrib/macros.h b/apt-pkg/contrib/macros.h index 14541d4d8..2f9c6c269 100644 --- a/apt-pkg/contrib/macros.h +++ b/apt-pkg/contrib/macros.h @@ -89,7 +89,7 @@ #define APT_MUSTCHECK __attribute__((warn_unused_result)) #else #define APT_NONNULL(...) - #define APT_REQRET + #define APT_MUSTCHECK #endif #if APT_GCC_VERSION >= 0x0400