Fix comment and remove duplicated -Wno-sign-compare option.

llvm-svn: 217426
This commit is contained in:
Eric Christopher 2014-09-09 07:11:52 +00:00
parent 94c13b5779
commit 52dc3c8521
1 changed files with 2 additions and 3 deletions

View File

@ -81,9 +81,8 @@ EXTRA_OPTIONS += -Wno-unknown-pragmas
# Drop -Wsign-compare, which we are not currently clean with.
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
# Drop -Wunused-function which we are not currently clean with.
EXTRA_OPTIONS += -Wno-unused-function
###
# LLDB Top Level specific stuff.