diff options
-rw-r--r-- | lldb/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/Makefile b/lldb/Makefile index 19b374d0956..e2fd3ed6a3a 100644 --- a/lldb/Makefile +++ b/lldb/Makefile @@ -81,9 +81,6 @@ EXTRA_OPTIONS += -Wno-unknown-pragmas # Drop -Wsign-compare, which we are not currently clean with. EXTRA_OPTIONS += -Wno-sign-compare -# Drop -Wunused-function which we are not currently clean with. -EXTRA_OPTIONS += -Wno-unused-function - ### # LLDB Top Level specific stuff. |