hotspot/make/linux/makefiles/gcc.make
changeset 22838 82c7497fbad4
parent 22828 17ecb098bc1e
parent 20295 a5dd1b071c32
child 22881 b16d7faa638d
--- a/hotspot/make/linux/makefiles/gcc.make	Wed Oct 16 10:52:41 2013 +0200
+++ b/hotspot/make/linux/makefiles/gcc.make	Tue Nov 05 17:38:04 2013 -0800
@@ -209,7 +209,7 @@
 
 ifeq ($(USE_CLANG), true)
   # However we need to clean the code up before we can unrestrictedly enable this option with Clang
-  WARNINGS_ARE_ERRORS += -Wno-unused-value -Wno-logical-op-parentheses -Wno-parentheses-equality -Wno-parentheses
+  WARNINGS_ARE_ERRORS += -Wno-logical-op-parentheses -Wno-parentheses-equality -Wno-parentheses
   WARNINGS_ARE_ERRORS += -Wno-switch -Wno-tautological-constant-out-of-range-compare -Wno-tautological-compare
   WARNINGS_ARE_ERRORS += -Wno-delete-non-virtual-dtor -Wno-deprecated -Wno-format -Wno-dynamic-class-memaccess
   WARNINGS_ARE_ERRORS += -Wno-return-type -Wno-empty-body