summaryrefslogtreecommitdiffstats
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
commit5d25663e105f274f413e8e5babaa46e501e95a43 (patch)
tree552c4b92de77c8bf7ab085e8e9e52e9e5afc84c9
parentc2ff9318a2c2d4de183267b27784c538390e3af7 (diff)
downloadbcm5719-llvm-5d25663e105f274f413e8e5babaa46e501e95a43.tar.gz
bcm5719-llvm-5d25663e105f274f413e8e5babaa46e501e95a43.zip
Makefile build: remove warning flag that's not supported by GCC.
llvm-svn: 151191
-rw-r--r--lldb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/Makefile b/lldb/Makefile
index 6a592ae349a..a1bbb086947 100644
--- a/lldb/Makefile
+++ b/lldb/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.
OpenPOWER on IntegriCloud