diff options
author | Eric Christopher <echristo@gmail.com> | 2014-09-09 07:49:15 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-09-09 07:49:15 +0000 |
commit | fbb0628dc31a07cfb2464d812157a1e49d07b172 (patch) | |
tree | 801ca8aeed73e21569a93d35c6e10caafdd0330b | |
parent | 57d315b7c18c4e56f6d20ff8f497e1e9c2ba1a9b (diff) | |
download | bcm5719-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/Makefile | 3 |
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. |