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:
Eric Christopher 2014-09-09 07:49:15 +00:00
parent 57d315b7c1
commit fbb0628dc3
1 changed files with 0 additions and 3 deletions

View File

@ -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.