From 52dc3c852157f5be470afb464d0d26e9ace20c93 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 9 Sep 2014 07:11:52 +0000 Subject: [PATCH] Fix comment and remove duplicated -Wno-sign-compare option. llvm-svn: 217426 --- lldb/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lldb/Makefile b/lldb/Makefile index 8d4e3532174c..19b374d0956d 100644 --- a/lldb/Makefile +++ b/lldb/Makefile @@ -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.