diff options
-rw-r--r-- | lldb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/Makefile b/lldb/Makefile index 8d4e3532174..19b374d0956 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. |