Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stefan Gränitz
Frama Clang
Commits
c4664fdd
Commit
c4664fdd
authored
Apr 05, 2022
by
Virgile Prevosto
Browse files
[Makefile] put -Wsuggested-override in Makefile
parent
f95079e5
Pipeline
#44152
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile.clang
View file @
c4664fdd
...
...
@@ -53,7 +53,7 @@ OBJS=\
DEPS
=
$(OBJS:.o=.d)
CXXFLAGS
?=
$(CLANG_CXXFLAGS)
CXXFLAGS
+=
-DCLANG_BIN_DIR
=
\"
$(CLANG_BIN_DIR)
\"
\
-O1
-Wall
-Wno-comment
-Wno-enum-compare
-O1
-Wall
-Wno-comment
-Wno-enum-compare
-Wsuggest-override
CFLAGS
?=
$(CLANG_CFLAGS)
CFLAGS
+=
-O1
-Wno-enum-compare
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment