Skip to content
Snippets Groups Projects
Commit 515fc1b8 authored by Niels Möller's avatar Niels Möller
Browse files

(werror): Removed incorrect noreturn attribute from declaration.

Rev: nettle/tools/misc.h:1.4
parent 0a2aed43
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ void
werror(const char *format, ...)
#if __GNUC___
__attribute__((__format__ (__printf__,1, 2)))
__attribute__((__noreturn__))
#endif
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment