support compiling with IBM XL 16.1 w/ clang front end

This commit is contained in:
Cameron Smith 2020-02-05 11:00:34 -05:00
parent 0d073e0b67
commit 49ecde8d80

View File

@ -59,6 +59,8 @@ const char *errno_to_string (int errno_);
#if defined __clang__
#if __has_feature(attribute_analyzer_noreturn)
void zmq_abort (const char *errmsg_) __attribute__ ((analyzer_noreturn));
#else
void zmq_abort (const char *errmsg_);
#endif
#elif defined __MSCVER__
__declspec(noreturn) void zmq_abort (const char *errmsg_);