Message ID | 1490100461-15396-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Commit | 3aa9c523e9cf4f4a5e239ac737281e096c884907 |
Headers | show |
On 21/03/2017 13:47, Martin Storsjö wrote:
> This is a follow-up to f637046d313.
The set should not hurt at all.
diff --git a/libavutil/attributes.h b/libavutil/attributes.h index c770f52..cd4e299 100644 --- a/libavutil/attributes.h +++ b/libavutil/attributes.h @@ -117,7 +117,7 @@ # define av_printf_format(fmtpos, attrpos) #endif -#if AV_GCC_VERSION_AT_LEAST(2,5) +#if AV_GCC_VERSION_AT_LEAST(2,5) || defined(__clang__) # define av_noreturn __attribute__((noreturn)) #else # define av_noreturn