[Lldb-commits] [lldb] r217428 - Remove the -Wno-unused-function option. We are clean

Eric Christopher echristo at gmail.com
Tue Sep 9 00:49:15 PDT 2014


Author: echristo
Date: Tue Sep  9 02:49:15 2014
New Revision: 217428

URL: http://llvm.org/viewvc/llvm-project?rev=217428&view=rev
Log:
Remove the -Wno-unused-function option. We are clean
with -Wunused-function as far as I can tell.

Modified:
    lldb/trunk/Makefile

Modified: lldb/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/Makefile?rev=217428&r1=217427&r2=217428&view=diff
==============================================================================
--- lldb/trunk/Makefile (original)
+++ lldb/trunk/Makefile Tue Sep  9 02:49:15 2014
@@ -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.
 





More information about the lldb-commits mailing list