Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nettle
nettle
Commits
515fc1b8
Commit
515fc1b8
authored
14 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(werror): Removed incorrect noreturn attribute from declaration.
Rev: nettle/tools/misc.h:1.4
parent
0a2aed43
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/misc.h
+0
-1
0 additions, 1 deletion
tools/misc.h
with
0 additions
and
1 deletion
tools/misc.h
+
0
−
1
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
;
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment