Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
49ecde8d
Commit
49ecde8d
authored
Feb 05, 2020
by
Cameron Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
support compiling with IBM XL 16.1 w/ clang front end
parent
0d073e0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
err.hpp
src/err.hpp
+2
-0
No files found.
src/err.hpp
View file @
49ecde8d
...
...
@@ -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_
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment