Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
515fc1b8
Commit
515fc1b8
authored
Jul 07, 2011
by
Niels Möller
Browse files
(werror): Removed incorrect noreturn attribute from declaration.
Rev: nettle/tools/misc.h:1.4
parent
0a2aed43
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/misc.h
View file @
515fc1b8
...
...
@@ -39,7 +39,6 @@ void
werror
(
const
char
*
format
,
...)
#if __GNUC___
__attribute__
((
__format__
(
__printf__
,
1
,
2
)))
__attribute__
((
__noreturn__
))
#endif
;
...
...
Write
Preview
Supports
Markdown
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