Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
librist
Manage
Activity
Members
Labels
Plan
Issues
29
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rist
librist
Merge requests
!167
Fix build on gcc-11
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix build on gcc-11
gcc11
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Gijs Peskens
requested to merge
gcc11
into
master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Fixes
#104 (closed)
0
0
Merge request reports
Compare
master
version 1
867284c0
3 years ago
master (base)
and
latest version
latest version
cd080157
1 commit,
3 years ago
version 1
867284c0
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
include/common/attributes.h
+
1
−
1
Options
@@ -47,7 +47,7 @@ struct __attribute__((packed)) sname sbody;
#define RIST_MARK_UNUSED(unused_param) ((void)(unused_param))
#if defined(__GNUC__) && __GNUC__ >= 7
#define RIST_FALLTHROUGH __attribute__ ((fallthrough))
#define RIST_FALLTHROUGH
;
__attribute__ ((fallthrough))
#else
#define RIST_FALLTHROUGH ((void)0)
#endif
/* __GNUC__ >= 7 */
Loading