forked from OSchip/llvm-project
Remove the -Wno-unused-function option. We are clean
with -Wunused-function as far as I can tell. llvm-svn: 217428
This commit is contained in:
parent
57d315b7c1
commit
fbb0628dc3
|
@ -81,9 +81,6 @@ EXTRA_OPTIONS += -Wno-unknown-pragmas
|
|||
# Drop -Wsign-compare, which we are not currently clean with.
|
||||
EXTRA_OPTIONS += -Wno-sign-compare
|
||||
|
||||
# Drop -Wunused-function which we are not currently clean with.
|
||||
EXTRA_OPTIONS += -Wno-unused-function
|
||||
|
||||
###
|
||||
# LLDB Top Level specific stuff.
|
||||
|
||||
|
|
Loading…
Reference in New Issue