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
Commits
78a1931b
Commit
78a1931b
authored
6 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: disable implicit-fallthroug warnings
parent
5a3f4695
No related branches found
No related tags found
1 merge request
!488
Merge in next and don't billboard papersprites in GL
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.cfg
+3
-6
3 additions, 6 deletions
src/Makefile.cfg
with
3 additions
and
6 deletions
src/Makefile.cfg
+
3
−
6
View file @
78a1931b
...
...
@@ -190,9 +190,6 @@ endif
ifdef
GCC46
WFLAGS+=-Wno-suggest-attribute=noreturn
endif
ifdef
GCC71
WFLAGS+=-Wno-error=implicit-fallthrough
-Wimplicit-fallthrough=3
endif
ifndef
MINGW
ifdef
GCC45
...
...
@@ -222,9 +219,9 @@ endif
ifdef
GCC61
WFLAGS+=-Wno-tautological-compare
-Wno-error=tautological-compare
endif
ifdef
GCC7
2
WFLAGS+=-Wno-error=implicit-fallthroug
WFLAGS+=-Wno-implicit-fallthroug
ifdef
GCC7
1
WFLAGS+=-Wno-error=implicit-fallthroug
h
WFLAGS+=-Wno-implicit-fallthroug
h
endif
ifdef
GCC80
WFLAGS+=-Wno-error=format-overflow
...
...
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