Commit 1ba5e456 authored by James Almer's avatar James Almer

Merge commit '3aa9c523'

* commit '3aa9c523':
  libavutil: Define the noreturn attribute for clang in MSVC mode as well
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 157dc149 3aa9c523
......@@ -158,7 +158,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment