Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
1ceaa965
Commit
1ceaa965
authored
May 28, 2022
by
Richard Gobeille
Browse files
Makefile: add -Wno-unused-function for clang
parent
ebb6f103
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common.mak
View file @
1ceaa965
...
...
@@ -710,7 +710,7 @@ W_GCC_6 := -Wduplicated-cond -Wnull-dereference
W_GCC_7
:=
-Wduplicated-branches
W_GCC_8
:=
-Warray-bounds
=
2
W_GCC_9
:=
-Wmultistatement-macros
W_CLANG
:=
-Wno-unused-value
-Wno-parentheses
-Wno-unknown-warning-option
W_CLANG
:=
-Wno-unused-value
-Wno-parentheses
-Wno-unknown-warning-option
-Wno-unused-function
ifeq
(0,$(CLANG))
W_CLANG
:=
...
...
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