hotspot/src/share/vm/runtime/synchronizer.cpp
changeset 24424 2658d7834c6e
parent 22881 b16d7faa638d
child 25064 244218e6ec0a
--- a/hotspot/src/share/vm/runtime/synchronizer.cpp	Fri May 09 08:34:22 2014 -0700
+++ b/hotspot/src/share/vm/runtime/synchronizer.cpp	Fri May 09 16:50:54 2014 -0400
@@ -60,6 +60,8 @@
   #define ATTR
 #endif
 
+PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
+
 // The "core" versions of monitor enter and exit reside in this file.
 // The interpreter and compilers contain specialized transliterated
 // variants of the enter-exit fast-path operations.  See i486.ad fast_lock(),