Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
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
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Merge requests
!1618
Remove mixed code and declarations warning
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove mixed code and declarations warning
let-mixed-declarations
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
James R.
requested to merge
let-mixed-declarations
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
This has been a thorn in the side for too long.
Fixes a warning in
next
.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0ac36b7c
1 commit,
3 years ago
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Makefile.d/versions.mk
+
0
−
2
Options
@@ -35,8 +35,6 @@ ifndef GCC295
WFLAGS
+=
-Wendif-labels
endif
ifdef
GCC41
WFLAGS
+=
-Wdeclaration-after-statement
WFLAGS
+=
-Wno-error
=
declaration-after-statement
WFLAGS
+=
-Wshadow
endif
#WFLAGS+=-Wlarger-than-%len%
Loading