summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-09-09 07:49:15 +0000
committerEric Christopher <echristo@gmail.com>2014-09-09 07:49:15 +0000
commitfbb0628dc31a07cfb2464d812157a1e49d07b172 (patch)
tree801ca8aeed73e21569a93d35c6e10caafdd0330b
parent57d315b7c18c4e56f6d20ff8f497e1e9c2ba1a9b (diff)
downloadbcm5719-llvm-fbb0628dc31a07cfb2464d812157a1e49d07b172.tar.gz
bcm5719-llvm-fbb0628dc31a07cfb2464d812157a1e49d07b172.zip
Remove the -Wno-unused-function option. We are clean
with -Wunused-function as far as I can tell. llvm-svn: 217428
-rw-r--r--lldb/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/Makefile b/lldb/Makefile
index 19b374d0956..e2fd3ed6a3a 100644
--- a/lldb/Makefile
+++ b/lldb/Makefile
@@ -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.
OpenPOWER on IntegriCloud