hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp
changeset 33148 68fa8b6c4340
parent 33129 e0bcbb5015b3
child 33155 73bf16b22e89
--- a/hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp	Thu Oct 08 12:44:12 2015 +0200
+++ b/hotspot/src/cpu/x86/vm/macroAssembler_x86.cpp	Fri Oct 09 09:42:33 2015 +0200
@@ -57,8 +57,6 @@
 
 #define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
 
-PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
-
 #ifdef ASSERT
 bool AbstractAssembler::pd_check_instruction_mark() { return true; }
 #endif