[Lldb-commits] [lldb] r151191 - /lldb/trunk/Makefile
Benjamin Kramer
benny.kra at googlemail.com
Wed Feb 22 12:10:46 PST 2012
Author: d0k
Date: Wed Feb 22 14:10:46 2012
New Revision: 151191
URL: http://llvm.org/viewvc/llvm-project?rev=151191&view=rev
Log:
Makefile build: remove warning flag that's not supported by GCC.
Modified:
lldb/trunk/Makefile
Modified: lldb/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/Makefile?rev=151191&r1=151190&r2=151191&view=diff
==============================================================================
--- lldb/trunk/Makefile (original)
+++ lldb/trunk/Makefile Wed Feb 22 14:10:46 2012
@@ -69,7 +69,7 @@
# Drop -Wunused-function and -Wunneeded-internal-declaration, which we are not
# currently clean with.
-EXTRA_OPTIONS += -Wno-sign-compare -Wno-unused-function -Wno-unneeded-internal-declaration
+EXTRA_OPTIONS += -Wno-sign-compare -Wno-unused-function
###
# LLDB Top Level specific stuff.
More information about the lldb-commits
mailing list