aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-02-22 20:10:46 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-02-22 20:10:46 +0000
commit068d25b245982401fd6ea871b12f1c65b984d605 (patch)
treec5731bf201391b8067243bb584962e646bacb3f4 /Makefile
parent49f4bf21e0fb7675d67f95dafe66a098d3205650 (diff)
downloadlldb-068d25b245982401fd6ea871b12f1c65b984d605.tar.gz
Makefile build: remove warning flag that's not supported by GCC.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a592ae34..a1bbb0869 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ EXTRA_OPTIONS += -Wno-sign-compare
# Drop -Wunused-function and -Wunneeded-internal-declaration, which we are not
# currently clean with.
-EXTRA_OPTIONS += -Wno-sign-compare -Wno-unused-function -Wno-unneeded-internal-declaration
+EXTRA_OPTIONS += -Wno-sign-compare -Wno-unused-function
###
# LLDB Top Level specific stuff.