Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
515fc1b8
Commit
515fc1b8
authored
Jul 07, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tools/misc.h
tools/misc.h
+0
-1
No files found.
tools/misc.h
View file @
515fc1b8
...
@@ -39,7 +39,6 @@ void
...
@@ -39,7 +39,6 @@ void
werror
(
const
char
*
format
,
...)
werror
(
const
char
*
format
,
...)
#if __GNUC___
#if __GNUC___
__attribute__
((
__format__
(
__printf__
,
1
,
2
)))
__attribute__
((
__format__
(
__printf__
,
1
,
2
)))
__attribute__
((
__noreturn__
))
#endif
#endif
;
;
...
...
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