mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
support compiling with IBM XL 16.1 w/ clang front end
This commit is contained in:
parent
0d073e0b67
commit
49ecde8d80
@ -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_);
|
||||
|
Loading…
Reference in New Issue
Block a user