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
ac2ec6c9
Commit
ac2ec6c9
authored
6 years ago
by
Alam Ed Arias
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: disable some warnings for GCC 8.x
parent
4b0d45af
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!488
Merge in next and don't billboard papersprites in GL
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
src/Makefile.cfg
+8
-0
8 additions, 0 deletions
src/Makefile.cfg
with
9 additions
and
1 deletion
.travis.yml
+
1
−
1
View file @
ac2ec6c9
...
@@ -85,7 +85,7 @@ matrix:
...
@@ -85,7 +85,7 @@ matrix:
-
p7zip-full
-
p7zip-full
-
gcc-8
-
gcc-8
compiler
:
gcc-8
compiler
:
gcc-8
env
:
WFLAGS="-Wno-tautological-compare -Wno-error=implicit-fallthrough -Wimplicit-fallthrough=3"
env
:
WFLAGS="-Wno-tautological-compare -Wno-error=implicit-fallthrough -Wimplicit-fallthrough=3
-Wno-error=format-overflow
"
#gcc-8 (Ubuntu 7.2.0-1ubuntu1~14.04) 8.1.0
#gcc-8 (Ubuntu 7.2.0-1ubuntu1~14.04) 8.1.0
-
os
:
linux
-
os
:
linux
compiler
:
clang
compiler
:
clang
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.cfg
+
8
−
0
View file @
ac2ec6c9
...
@@ -222,6 +222,14 @@ endif
...
@@ -222,6 +222,14 @@ endif
ifdef
GCC61
ifdef
GCC61
WFLAGS+=-Wno-tautological-compare
-Wno-error
=
tautological-compare
WFLAGS+=-Wno-tautological-compare
-Wno-error
=
tautological-compare
endif
endif
ifdef
GCC80
WFLAGS+=
-Wno-error
=
format-overflow
WFLAGS+=
-Wno-error
=
stringop-truncation
WFLAGS+=
-Wno-error
=
stringop-overflow
WFLAGS+=-Wno-format-overflow
WFLAGS+=-Wno-stringop-truncation
WFLAGS+=-Wno-stringop-overflow
endif
#indicate platform and what interface use with
#indicate platform and what interface use with
...
...
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