From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 24 Sep 2012 15:21:16 +0000 (+0200) Subject: Provide a NORETURN_ATTRIBUTE macro similar to PRINTF_ATTRIBUTE X-Git-Tag: 0.15_rc1~237 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=25d97b97914e2bddc1b1d82ac5ebbe8608ad8e74;hp=25d97b97914e2bddc1b1d82ac5ebbe8608ad8e74;p=notmuch Provide a NORETURN_ATTRIBUTE macro similar to PRINTF_ATTRIBUTE This attribute is understood by gcc since version 2.5. clang provides support for testing for function attributes using __has_attribute. For other compilers this macro evaluates to the empty string. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> ---